Skip to content

Commit

Permalink
golangci-lint | Disable default exclusions in cfg
Browse files Browse the repository at this point in the history
- refs GH-25
- refs atc0005/todo#29
  • Loading branch information
atc0005 committed Aug 23, 2020
1 parent 622ecd5 commit c104e5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.

issues:
# equivalent CLI flag: --exclude-use-default
#
# see:
# atc0005/todo#29
# golangci-lint/golangci-lint#1249
# golangci-lint/golangci-lint#413
exclude-use-default: false

linters:
enable:
- depguard
Expand Down

0 comments on commit c104e5c

Please sign in to comment.