Skip to content

Commit

Permalink
chore(golangci.yml): remove depguard linter from the configuration
Browse files Browse the repository at this point in the history
The depguard linter is removed to streamline the linting process and
reduce potential false positives.
  • Loading branch information
cybersiddhu committed Nov 12, 2024
1 parent 0404568 commit c357644
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 @@ -21,7 +21,6 @@ linters:
- bodyclose
- bidichk
- cyclop
- depguard
- decorder
- dogsled
# - dupl
Expand Down

0 comments on commit c357644

Please sign in to comment.