github.com/AbhinandanKurakure/podman/v3@v3.4.10/.golangci.yml (about)

     1  ---
     2  run:
     3    concurrency: 6
     4    deadline: 5m
     5    skip-dirs-use-default: true
     6    skip-dirs:
     7      - contrib
     8      - dependencies
     9      - test
    10    skip-files:
    11      - swagger.go
    12    modules-download-mode: readonly
    13  linters:
    14    enable-all: true
    15    disable:
    16      # All these break for one reason or another
    17      - nolintlint
    18      - gocognit
    19      - testpackage
    20      - goerr113
    21      - exhaustivestruct
    22      - errorlint
    23      - wrapcheck
    24      - paralleltest
    25      - wsl
    26      - godox
    27      - tparallel
    28      - gomnd
    29      - nlreturn
    30      - noctx
    31      - nestif
    32      - predeclared
    33      - thelper
    34      - ifshort
    35      - staticcheck
    36      - forbidigo
    37      - exhaustive
    38      - unparam
    39      - gofumpt
    40      - gci
    41      - godot
    42      - makezero
    43      - dupl
    44      - funlen
    45      - gochecknoglobals
    46      - gochecknoinits
    47      - goconst
    48      - gocyclo
    49      - lll
    50      - unconvert
    51      - errcheck
    52      - gocritic
    53      - gosec
    54      - maligned
    55  linters-settings:
    56    errcheck:
    57      check-blank: false
    58      ignore: encoding/json:^Unmarshal,fmt:.*