--- # 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 - gosec - grouper - lll - nilerr - nlreturn - noctx - nosprintfhostport - paralleltest - prealloc - reassign - sloglint - unconvert settings: staticcheck: dot-import-whitelist: - "go.alanpearce.eu/gomponents/html" wrapcheck: ignore-sigs: - fault.New( - fault.Newf( - fault.Wrap( exclusions: generated: strict warn-unused: true presets: - comments - std-error-handling - common-false-positives