Skip to content

Commit 27b3351

Browse files
authored
update yamllint config to have additional lint at end (#87)
Signed-off-by: kranurag7 <[email protected]>
1 parent 195c254 commit 27b3351

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
# Load Golang cache build from GitHub
2020
- name: build go binary
2121
run: |
22-
go build -o csctl main.go
22+
go build -o csctl main.go

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
version: latest
2828
args: release --clean
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/schedule-update-bot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
with:
5555
configurationFile: ${{ env.RENOVATE_CONFIG_FILE }}
5656
token: "x-access-token:${{ steps.generate-token.outputs.token }}"
57-
mount-docker-socket: "true"
57+
mount-docker-socket: "true"

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ builds:
1111
env:
1212
- CGO_ENABLED=0
1313
ldflags:
14-
- -s -w
14+
- -s -w
1515
- -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Version={{.Version}}'
16-
- -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Commit={{.Commit}}'
16+
- -X 'github.com/SovereignCloudStack/csctl/pkg/cmd.Commit={{.Commit}}'

.yamllint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rules:
1010
spaces: 2
1111
indent-sequences: consistent
1212
line-length: disable
13-
new-line-at-end-of-file: disable
13+
new-line-at-end-of-file: enable
1414
truthy: disable
1515
document-start: false
1616
comments:
@@ -25,4 +25,4 @@ ignore:
2525
- 'tests/cluster-stacks/**'
2626
- '.cache'
2727
- _artifacts
28-
- dist
28+
- dist

0 commit comments

Comments
 (0)