Skip to content

Commit

Permalink
Change output.uniq-by-line to issues.uniq-by-line
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama committed Jan 7, 2025
1 parent 335dd31 commit 9d44524
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ issues:
exclude-use-default: true
max-same-issues: 0
max-issues-per-linter: 0
uniq-by-line: false

linters:
disable-all: true
Expand Down Expand Up @@ -271,9 +272,6 @@ linters-settings:
- p: '^rsa\.GenerateKey$'
msg: 'generating RSA keys is slow, use lib/cryptosuites to generate an appropriate key type'

output:
uniq-by-line: false

run:
go: '1.23'
build-tags: []
Expand Down

0 comments on commit 9d44524

Please sign in to comment.