aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'backend/.golangci.yml')
-rw-r--r--backend/.golangci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend/.golangci.yml b/backend/.golangci.yml
new file mode 100644
index 0000000..de5164c
--- /dev/null
+++ b/backend/.golangci.yml
@@ -0,0 +1,7 @@
+linters:
+ disable-all: true
+ enable:
+ - gosimple
+ - govet
+ - ineffassign
+ - staticcheck