github.com/QuangHoangHao/kafka-go@v0.4.36/.golangci.yml (about)

     1  linters:
     2    enable:
     3      - bodyclose
     4      - errorlint
     5      - goconst
     6      - godot
     7      - gofmt
     8      - goimports
     9      - prealloc
    10  
    11    disable:
    12      # Temporarily disabling so it can be addressed in a dedicated PR.
    13      - errcheck
    14      - goerr113
    15  
    16  linters-settings:
    17    goconst:
    18      ignore-tests: true