Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ linters:
- name: unused-receiver

exclusions:
warn-unused: true
presets:
- comments
- std-error-handling
Expand Down Expand Up @@ -171,11 +172,6 @@ linters:
linters: [gosec]
text: "G306: Expect WriteFile permissions to be 0600 or less"

# Related to migration command.
- path: pkg/commands/internal/migrate/two/
linters:
- lll

# Related to migration command.
- path: pkg/commands/internal/migrate/
linters:
Expand All @@ -199,10 +195,3 @@ formatters:
goimports:
local-prefixes:
- github.com/golangci/golangci-lint/v2
exclusions:
paths:
- test/testdata_etc # test files
- internal/go # extracted from Go code
- internal/x # extracted from x/tools code
- pkg/goformatters/gci/internal # extracted from gci code
- pkg/goanalysis/runner_checker.go # extracted from x/tools code
Loading