github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/.golangci-extra.yml (about)

     1  # This is golangci-lint config file which is used to check new code in
     2  # github PRs only (see lint-extra in .github/workflows/validate.yml).
     3  #
     4  # For the default linter config, see .golangci.yml. This config should
     5  # only enable additional linters not enabled in the default config.
     6  
     7  run:
     8    build-tags:
     9      - seccomp
    10      - runc_nodmz
    11  
    12  linters:
    13    disable-all: true
    14    enable:
    15      - godot
    16      - revive