Skip to content

Commit

Permalink
ci: remove g115 from linting rule set
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Jan 27, 2025

Verified

This commit was signed with the committer’s verified signature.
nadouani Nabil Adouani
1 parent f55daa6 commit 18e40a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -38,3 +38,4 @@ issues:
# gosec
- G101 # Potential hardcoded credentials
- G114 # Use of net/http serve function that has no support for setting timeouts
- G115 # We use this everywhere (I guess at least if it overflows, it will for everyone...)

0 comments on commit 18e40a6

Please sign in to comment.