Skip to content

Commit

Permalink
feat : exclude G115 in golang-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCP17 committed Sep 3, 2024
1 parent a581961 commit 90f03c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ output:
# This file contains only configs which differ from defaults.
# All possible options can be found here https://github.com/golangci/golangci-lint/blob/master/.golangci.reference.yml
linters-settings:
gosec:
excludes:
- G115
cyclop:
# The maximal code complexity to report.
# Default: 10
Expand Down

0 comments on commit 90f03c4

Please sign in to comment.