mirror of
https://github.com/containers/podman.git
synced 2025-10-12 08:45:37 +08:00

Implement ParseCgroupsNamespace to handle defaults. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
34 lines
454 B
YAML
34 lines
454 B
YAML
run:
|
|
deadline: 5m
|
|
|
|
skip-dirs:
|
|
- internal
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test\.go
|
|
linters:
|
|
- bodyclose
|
|
- goconst
|
|
- gosec
|
|
- scopelint
|
|
- path: testing[/\\].+\.go
|
|
linters:
|
|
- gosec
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- dupl
|
|
- errcheck
|
|
- funlen
|
|
- gochecknoglobals
|
|
- gocognit
|
|
- goconst
|
|
- godot
|
|
- gomnd
|
|
- lll
|
|
- nestif
|
|
- testpackage
|
|
- wsl
|