diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 0000000..a295e58 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,6 @@ +# Options for analysis running. +linters-settings: + gocyclo: + # Minimal code complexity to report. + # Default: 30 (but we recommend 10-20) + min-complexity: 10 \ No newline at end of file