decred.org/dcrdex@v1.0.5/.golangci.yml (about)

     1  version: "2"
     2  run:
     3    timeout: 10m
     4  linters:
     5    default: none
     6    enable:
     7      - asciicheck
     8      - bidichk
     9      - durationcheck
    10      - govet
    11      - grouper
    12      - ineffassign
    13      - makezero
    14      - nosprintfhostport
    15      - reassign
    16      - rowserrcheck
    17      - sqlclosecheck
    18      - staticcheck
    19      - tparallel
    20      - unconvert
    21    settings:
    22      staticcheck:
    23        checks:
    24            - S1*
    25    exclusions:
    26      paths:
    27        - docs/examples
    28  formatters:
    29    enable:
    30      - gofmt
    31      - goimports
    32    exclusions:
    33      paths:
    34        - docs/examples