Skip to content

Commit

Permalink
feat: enable depguard
Browse files Browse the repository at this point in the history
  • Loading branch information
nobe4 committed Jan 9, 2025
1 parent 81ea18c commit 559e49e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ linters:

disable:
- cyclop # some functions need refactoring, I'll deal with that later
# - depguard # I'm not that pedantic
- exhaustruct # it's ok not to specify all the fields in a struct definition
- godox # I like leaving TODOs in the code
- nlreturn # keeps the code concise
Expand Down

0 comments on commit 559e49e

Please sign in to comment.