github.com/git-ogawa/go-dbyml@v1.2.1/.golangci.yml (about)

     1  ---
     2  # Options for analysis running.
     3  run:
     4    tests: false
     5    go: '1.18'
     6  linters:
     7    disable:
     8      - errcheck
     9  issues:
    10    exclude-rules:
    11      - linters:
    12          - staticcheck
    13        text: "SA4009"