Skip to content

Commit

Permalink
Update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Mar 22, 2024
1 parent 3a94c22 commit 503ea69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
run:
skip-dirs:
- .github

linters-settings:
gocyclo:
min-complexity: 25
Expand Down Expand Up @@ -35,6 +31,8 @@ issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0
exclude-dirs:
- .github
exclude:
- should have a package comment
- type name will be used as filter.FilterValidator by other packages, and that stutters; consider calling this Validator

0 comments on commit 503ea69

Please sign in to comment.