diff --git a/rocro.yml b/rocro.yml new file mode 100644 index 0000000..6a00413 --- /dev/null +++ b/rocro.yml @@ -0,0 +1,10 @@ +inspecode: + gofmt: + thresholds: + num-issues: 0 + options: [-s] + go-test: + thresholds: + num-issues: 0 + misspell: default + golint: default