Merge current v2.11 intov3.1

This commit is contained in:
mmatur 2024-07-31 16:25:30 +02:00
commit 930f84850b
No known key found for this signature in database
GPG key ID: 2FFE42FC256CFF8E
7 changed files with 73 additions and 64 deletions

View file

@ -213,6 +213,7 @@ issues:
- 'Error return value of .((os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked'
- "should have a package comment, unless it's in another file for this package"
- 'fmt.Sprintf can be replaced with string'
- 'SA1019: dockertypes.ContainerNode is deprecated'
exclude-rules:
- path: '(.+)_test.go'
linters: