github.com/fiatjaf/generic-ristretto@v0.0.1/.golangci.yml (about)

     1  run:
     2    tests: false
     3    skip-dirs:
     4      - contrib
     5      - sim
     6  
     7  linters-settings:
     8    lll:
     9      line-length: 120
    10  
    11  linters:
    12    disable-all: true
    13    enable:
    14      #- errcheck
    15      #- ineffassign
    16      - gas
    17      #- gofmt
    18      #- golint
    19      #- gosimple
    20      #- govet
    21      - lll
    22      #- varcheck
    23      #- unused