github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/.golangci.yml (about)

     1  run:
     2    tests: false
     3  linters:
     4    disable:
     5      - ineffassign
     6  linters-settings:
     7    staticcheck:
     8      checks:
     9        - all
    10        # Disable ST1003 correct capitalization of initialisms
    11        - -ST1003