Skip to content

Commit 505fa2d

Browse files
authored
Merge pull request #103 from isimluk/ci-lint-ignores
ci lint: ignore teoretical xml tag name conflicts
2 parents 3edc813 + 47013f2 commit 505fa2d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
linters-settings:
2+
staticcheck:
3+
checks:
4+
- all
5+
- '-SA5008'

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
skip-go-installation: true
5656
skip-pkg-cache: true
5757
skip-build-cache: true
58-
args: "--out-${NO_FUTURE}format colored-line-number"
58+
args: "--out-${NO_FUTURE}format colored-line-number --config=./.github/workflows/lint-golangci-lint.yaml"

0 commit comments

Comments
 (0)