.golangci.yaml 286 B

123456789
  1. # yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json
  2. linters:
  3. # Disable all linters.
  4. # Default: false
  5. disable-all: true
  6. # Enable specific linter
  7. # https://golangci-lint.run/usage/linters/#enabled-by-default
  8. enable:
  9. - testifylint