Skip to content

Commit

Permalink
yetus/golangcilint: disable new musttag checker
Browse files Browse the repository at this point in the history
Signed-off-by: eriknordmark <erik@zededa.com>
  • Loading branch information
eriknordmark committed May 23, 2024
1 parent 7cd8640 commit d57844c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pillar/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ linters:
- cyclop # Raises warnings even for relatively simple functions
- ireturn # Returning interfaces is a common practise for constructors in defensive programming
- exhaustive # Complains even if struct has default branch
- musttag # pillar uses implicit tags for all structs

issues:
max-issues-per-linter: 0
Expand Down

0 comments on commit d57844c

Please sign in to comment.