aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/.golangci.yml')
-rw-r--r--backend/.golangci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/.golangci.yml b/backend/.golangci.yml
index 7832fa2..a8eddf8 100644
--- a/backend/.golangci.yml
+++ b/backend/.golangci.yml
@@ -1,10 +1,4 @@
linters:
- disable-all: true
enable:
- gofmt
- goimports
- - gosimple
- - govet
- - ineffassign
- - staticcheck
- - unused