all repos — erl @ c8ab7c849959313a035bf9e448d110e794190a4f

Execute Reload Loop

initial commit

Alan Pearce
commit

c8ab7c849959313a035bf9e448d110e794190a4f

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