Skip to content

Commit

Permalink
πŸ”„ Sync from monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mojo-machine[bot] committed Nov 18, 2024
1 parent d788e72 commit dcfd559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ linters:
disable:
- cyclop # alternative: gocognit - could add if we start unit testing heavily
- depguard # impractical
- execinquery # broken: triggers on non-SQL queries
- exhaustruct # disagree - also not the intended use
- funlen # alternative: gocognit
- gochecknoglobals # impractical
- godot # disagree
- godox # disagree
- gomnd # disagree
- inamedparam # disagree
- ireturn # disagree
- lll # impractical
Expand All @@ -29,6 +27,7 @@ linters:
- testpackage # disagree
- wrapcheck # disagree
- wsl # disagree
- exportloopref # No longer applies aftwer go 1.22

severity:
default-severity: error
Expand Down

0 comments on commit dcfd559

Please sign in to comment.