all repos — erl @ 0050b8866f010cccee83caa020957b3aa199151f

Execute Reload Loop

chore: enable more formatting on save

Alan Pearce
commit

0050b8866f010cccee83caa020957b3aa199151f

parent

e5e5bb052c81d45ecf7ce4201056921074d049c1

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

changed files
M .golangci.yaml.golangci.yaml
@@ -15,3 +15,22 @@ - nlreturn
- paralleltest - usestdlibvars - whitespace +formatters: + enable: + - gofumpt + - golines + - goimports + settings: + gofmt: + simplify: true + golines: + tab-len: 2 + goimports: + local-prefixes: + - alin.ovh/erl + exclusions: + generated: lax + paths: + - third_party$ + - builtin$ + - examples$