kubernetes/vendor/github.com/checkpoint-restore/go-criu/v5/.golangci.yml

run:
  skip_dirs:
    - rpc
    - stats

linters:
  disable-all: false
  presets:
    - bugs
    - performance
    - unused
    - format