diff options
author | Marcelina Hołub <86662980+154pinkchairs@users.noreply.github.com> | 2023-04-06 13:20:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 14:20:05 +0100 |
commit | 94e81cc3f30b35fb241a7c5d50b4a3554652c58b (patch) | |
tree | 452d0e977a2341e9a160704087df55d3a1af25db /.golangci.yml | |
parent | ee57400afdf3aacdd2af834f9dfaf90395523ae2 (diff) |
chore(linter): remove deprecated linters (#3046)
### 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 <mholub@tutanota.com>`
Signed-off-by: Marcelina Hołub <mholub@tutanota.com>
Co-authored-by: kegsay <kegan@matrix.org>
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml index a327370e..bb8d38a8 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -179,7 +179,6 @@ linters-settings: linters: enable: - - deadcode - errcheck - goconst - gocyclo @@ -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 |