We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e866aa9 commit 80cbbd9Copy full SHA for 80cbbd9
.golangci.yml
@@ -79,7 +79,7 @@ linters:
79
pkg: ^(path|path/filepath)$
80
- pattern: '.*'
81
msg: a host implementation should likely be used instead
82
- pkg: ^os/
+ pkg: ^os(/|$)
83
- pattern: 'GOOS'
84
85
pkg: ^runtime$
0 commit comments