]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .golangci.yml
Add linter CI (#542)
[btrtrc.git] / .golangci.yml
diff --git a/.golangci.yml b/.golangci.yml
new file mode 100644 (file)
index 0000000..3a38b69
--- /dev/null
@@ -0,0 +1,9 @@
+linters-settings:
+  staticcheck:
+    # Select the Go version to target. The default is '1.13'.
+    go: "1.15"
+    checks: ["all", "-U1000"]
+
+  govet:
+    disable:
+      - composites