mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00

psgo added support for listing supplementary groups via two new descriptors: * `groups` for supplementary groups inside the container * `hgroups` for the counterpart on the host Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
7 lines
122 B
YAML
7 lines
122 B
YAML
# For documentation, see https://golangci-lint.run/usage/configuration/
|
|
|
|
linters:
|
|
enable:
|
|
- errorlint
|
|
- gofumpt
|