Skip to content

Commit

Permalink
chore(lint): skip tagalign linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio committed Jun 16, 2023
1 parent f5d486c commit 981b5e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ linters:
- 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 981b5e0

Please sign in to comment.