aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.golangci.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.golangci.yaml b/.golangci.yaml
new file mode 100644
index 0000000..4655178
--- /dev/null
+++ b/.golangci.yaml
@@ -0,0 +1,7 @@
+linters:
+ enable:
+ - bodyclose
+ - asciicheck
+ - gosec
+ - gci
+ - goconst