Skip to content

Commit

Permalink
Merge pull request #203 from bfabio/linter
Browse files Browse the repository at this point in the history
Skip some new linters
  • Loading branch information
bfabio authored Jun 16, 2023
2 parents f5d486c + d51959a commit 61344d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,19 @@ linters:
- interfacer
- maligned
- scopelint
- structcheck

# We don't want to limit dependencies
- depguard
# Not terribly useful and ends up in too much boilerplate
- exhaustruct
# False positives (https://github.com/daixiang0/gci/issues/54)
- gci
# https://github.com/italia/developers-italia-api/issues/190)
# Don't feel about chasing this one down
- musttag
# - musttag
# Seems excessive
- tagalign

# Run only fast linters from enabled linters set (first run won't be fast)
# Default: false
Expand Down

0 comments on commit 61344d7

Please sign in to comment.