Skip to content

Commit

Permalink
fix: clean up golangci lint configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed May 28, 2024
1 parent 5ccfd17 commit 6d4dc48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ linters-settings:
misspell:
locale: US
ignore-words:
- behaviour
- licence
- optimise
- simmilar
gosec:
excludes:
- G101
Expand Down Expand Up @@ -111,7 +113,6 @@ issues:
linters:
- goconst
- gosec
- misspell
- unused
- path: ".*_test.go$"
linters:
Expand All @@ -135,9 +136,6 @@ issues:
- linters:
- errcheck
text: "os.*` is not checked"
- linters:
- golint
text: "a blank import should be only in a main or test package"
exclude:
- "should have a package comment, unless it's in another file for this package"
exclude-use-default: false
Expand Down

0 comments on commit 6d4dc48

Please sign in to comment.