appease the linter
1 file changed, 9 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -3,6 +3,8 @@ # yamllint disable-line rule:line-length # yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json version: "2" linters: + disable: + - errcheck enable: - gocritic - godox@@ -22,3 +24,10 @@ settings: staticcheck: dot-import-whitelist: - "go.alanpearce.eu/gomponents/html" + exclusions: + generated: strict + warn-unused: true + presets: + - comments + - std-error-handling + - common-false-positives