github.com/systematiccaos/gorm@v1.22.6/.golangci.yml (about)

     1  linters:
     2    enable:
     3      - cyclop
     4      - exportloopref
     5      - gocritic
     6      - gosec
     7      - ineffassign
     8      - misspell
     9      - prealloc
    10      - unconvert
    11      - unparam