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, 6 insertions, 0 deletions
diff --git a/backend/.golangci.yml b/backend/.golangci.yml
new file mode 100644
index 0000000..d203223
--- /dev/null
+++ b/backend/.golangci.yml
@@ -0,0 +1,6 @@
+linters:
+ enable:
+ - gofmt
+ - goimports
+ - revive
+ - stylecheck