Skip to content

Commit

Permalink
remove extra settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jun 24, 2020
1 parent d3d0824 commit 805fc1e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,5 @@ linters:
- nolintlint

issues:
exclude-rules:
- text: "Use of weak random number generator"
linters:
- gosec
- text: "comment on exported var"
linters:
- golint
- text: "don't use an underscore in package name"
linters:
- golint
- text: "ST1003:"
linters:
- stylecheck
# FIXME: Disabled until golangci-lint updates stylecheck with this fix:
# https://github.com/dominikh/go-tools/issues/389
- text: "ST1016:"
linters:
- stylecheck
max-issues-per-linter: 10000
max-same-issues: 10000

linters-settings:
dogsled:
max-blank-identifiers: 3
maligned:
# print struct with more effective memory layout or not, false by default
suggest-new: true
nolintlint:
allow-unused: false
allow-leading-space: true
require-explanation: false
require-specific: false

0 comments on commit 805fc1e

Please sign in to comment.