github.com/alkemics/goflow@v0.2.1/.golangci.yml (about)

     1  run:
     2    deadline: 8m
     3    build-tags:
     4      - codeanalysis
     5  
     6  linters:
     7    enable:
     8      - gosec # (gas) Inspects source code for security problems
     9      - nolintlint # Reports ill-formed or insufficient nolint directives
    10      - unconvert # Remove unnecessary type conversions
    11      - whitespace # Tool for detection of leading and trailing whitespace
    12      - gofumpt # Gofumpt checks whether code was gofumpt-ed
    13      - prealloc # Finds slice declarations that could potentially be preallocated