Skip to content

Commit

Permalink
Merge pull request #1502 from atc0005/i1492-remove-inactive-maligned-…
Browse files Browse the repository at this point in the history
…linter

Remove inactive `maligned` linter
  • Loading branch information
atc0005 committed May 3, 2024
2 parents 4e2ea87 + 410b02a commit e2a86f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions oldstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ linters:
- goimports
- gosec
- govet

# Deprecated linter, but still functional as of golangci-lint v1.39.0.
# See https://github.com/atc0005/go-ci/issues/302 for more information.
- maligned

- misspell
- prealloc
- revive
Expand Down
5 changes: 0 additions & 5 deletions stable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ linters:
- goimports
- gosec
- govet

# Deprecated linter, but still functional as of golangci-lint v1.39.0.
# See https://github.com/atc0005/go-ci/issues/302 for more information.
- maligned

- misspell
- prealloc
- revive
Expand Down
5 changes: 0 additions & 5 deletions unstable/combined/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ linters:
- goimports
- gosec
- govet

# Deprecated linter, but still functional as of golangci-lint v1.39.0.
# See https://github.com/atc0005/go-ci/issues/302 for more information.
- maligned

- misspell
- nilnil
- prealloc
Expand Down

0 comments on commit e2a86f6

Please sign in to comment.