Skip to content
Snippets Groups Projects
Select Git revision
  • 1d1e036040a35157ffdba3a2eda0b15df77ee263
  • master default protected
  • docs/remove-link
  • v2.31.0
  • v2.30.0
  • v2.29.0
  • v2.28.0
  • v2.27.1
  • v2.27.0
  • v2.26.1
  • v2.26.0
  • v2.25.0
  • v2.24.1
  • v2.24.0
  • v2.23.1
  • v2.23.0
  • v2.22.4
  • v2.22.3
  • v2.22.2
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.2
23 results

.golangci.yaml

Blame
  • user avatar
    Christoph Witzko authored
    1afab2d3
    History
    .golangci.yaml 374 B
    linters:
      enable:
        - errorlint
        - forbidigo
        - gochecknoinits
        - gocritic
        - goconst
        - gocyclo
        - gofumpt
        - goimports
        - misspell
        - revive
        - unconvert
        - unparam
        - wastedassign
    
    linters-settings:
      gocyclo:
        min-complexity: 12
      gofumpt:
        extra-rules: true
      govet:
        enable-all: true
        disable:
          - fieldalignment