aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorMarcelina Hołub <86662980+154pinkchairs@users.noreply.github.com>2023-04-06 13:20:05 +0000
committerGitHub <noreply@github.com>2023-04-06 14:20:05 +0100
commit94e81cc3f30b35fb241a7c5d50b4a3554652c58b (patch)
tree452d0e977a2341e9a160704087df55d3a1af25db /.golangci.yml
parentee57400afdf3aacdd2af834f9dfaf90395523ae2 (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.yml3
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