Skip to content

Commit

Permalink
golangci-lint | Disable default exclusions in cfg
Browse files Browse the repository at this point in the history
Add explicit config settings to disable default exclusions

This same config change will need to be pushed to all other
repos where I am using this config set.

Note to self: Docker container sooner than later perhaps?

- refs atc0005/todo#29
- refs atc0005/todo#22
  • Loading branch information
atc0005 committed Jul 28, 2020
1 parent 04ef93e commit 2285680
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:
- dogsled
Expand Down

0 comments on commit 2285680

Please sign in to comment.