initial commit
1 file changed, 17 insertions(+), 0 deletions(-)
changed files
A .golangci.yaml
@@ -0,0 +1,17 @@ +--- +# yamllint disable-line rule:line-length +# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json +version: "2" +linters: + disable: + - errcheck + enable: + - funcorder + - gocritic + - govet + - lll + - nilerr + - nlreturn + - paralleltest + - usestdlibvars + - whitespace