Skip to content

Commit

Permalink
fix: use correct golangci-lint linter settings property
Browse files Browse the repository at this point in the history
  • Loading branch information
alethenorio committed Sep 10, 2024
1 parent 1ef2b39 commit 575f903
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tools/sggolangcilint/golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
run:
timeout: 10m

linter-settings:
gosec:
excludes:
# Flags for potentially-unsafe casting of ints. Prone to lots of false positives.
- G115

issues:
fix: false
exclude-dirs:
Expand Down Expand Up @@ -238,6 +232,11 @@ linters-settings:
gofumpt:
extra-rules: true

gosec:
excludes:
# Flags for potentially-unsafe casting of ints. Prone to lots of false positives.
- G115

lll:
line-length: 120
tab-width: 1
Expand Down

0 comments on commit 575f903

Please sign in to comment.