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.

- refs #273
- refs atc0005/todo#29
  • Loading branch information
atc0005 committed Aug 3, 2020
1 parent e48d077 commit 1fb81ff
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 @@ -14,6 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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 1fb81ff

Please sign in to comment.