Skip to content

Commit

Permalink
Run prettier on .golangci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Stromberg <[email protected]>
  • Loading branch information
tstromberg committed Aug 31, 2021
1 parent 0fcf45e commit acc8351
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ linters-settings:
min-complexity: 8

nolintlint:
require-explanation: true
allow-unused: false
require-specific: true
require-explanation: true
allow-unused: false
require-specific: true

revive:
ignore-generated-header: true
Expand Down Expand Up @@ -154,17 +154,14 @@ linters:
# - nlreturn
# - testpackage
# - wsl

# Disabled linters, due to not being relevant to our code base:
# - maligned
# - prealloc "For most programs usage of prealloc will be a premature optimization."

# Disabled linters due to bad error messages or bugs
# - gofumpt
# - gosec
# - tagliatelle


issues:
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-rules:
Expand Down

0 comments on commit acc8351

Please sign in to comment.