Skip to content

Commit

Permalink
Merge pull request #103 from isimluk/ci-lint-ignores
Browse files Browse the repository at this point in the history
ci lint: ignore teoretical xml tag name conflicts
  • Loading branch information
isimluk authored Nov 20, 2023
2 parents 3edc813 + 47013f2 commit 505fa2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/lint-golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
linters-settings:
staticcheck:
checks:
- all
- '-SA5008'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
skip-go-installation: true
skip-pkg-cache: true
skip-build-cache: true
args: "--out-${NO_FUTURE}format colored-line-number"
args: "--out-${NO_FUTURE}format colored-line-number --config=./.github/workflows/lint-golangci-lint.yaml"

0 comments on commit 505fa2d

Please sign in to comment.