Skip to content

Commit

Permalink
[FABG-852] Enable 'default-exclude' lint checks
Browse files Browse the repository at this point in the history
golangci-lint yml config file update to disable flag which excludes some lint errors by default.

Change-Id: I3f264a28926b7c0b570f9f600d2c77645bc4ecfd
Signed-off-by: Rolson Quadras <rolson.quadras@securekey.com>
  • Loading branch information
rolsonquadras authored and troyronda committed Apr 10, 2019
1 parent 8bb794d commit 33f4504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions golangci.yml
Expand Up @@ -88,3 +88,6 @@ linters:
- bugs
- unused
fast: false

issues:
exclude-use-default: false

0 comments on commit 33f4504

Please sign in to comment.