all repos — x @ ddadac45203f8aa48b05e9944cc5dcddb8829f62

Experiments and stuff

initial commit

Alan Pearce
commit

ddadac45203f8aa48b05e9944cc5dcddb8829f62

1 file changed, 21 insertions(+), 0 deletions(-)

changed files
A .golangci.yaml
@@ -0,0 +1,21 @@
+--- +# yamllint disable-line rule:line-length +# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json +linters: + fast: false + enable: + - gocritic + - godox + - gosec + - grouper + - lll + - nilerr + - nlreturn + - noctx + - nosprintfhostport + - paralleltest + - prealloc + - reassign + - revive + - sloglint + - unconvert