Skip to content

Commit

Permalink
chore(linter): remove deprecated linters (matrix-org#3046)
Browse files Browse the repository at this point in the history
### Pull Request Checklist

<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->

* [x] I have justified why this PR doesn't need tests - linter setup
changes aren't something testable
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately

Signed-off-by: `Marcelina Hołub <[email protected]>`

Signed-off-by: Marcelina Hołub <[email protected]>
Co-authored-by: kegsay <[email protected]>
  • Loading branch information
mjholub and kegsay authored Apr 6, 2023
1 parent ee57400 commit 94e81cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ linters-settings:

linters:
enable:
- deadcode
- errcheck
- goconst
- gocyclo
Expand All @@ -191,10 +190,8 @@ linters:
- misspell # Check code comments, whereas misspell in CI checks *.md files
- nakedret
- staticcheck
- structcheck
- unparam
- unused
- varcheck
enable-all: false
disable:
- bodyclose
Expand Down

0 comments on commit 94e81cc

Please sign in to comment.