We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2129326 commit 7f78168Copy full SHA for 7f78168
1 file changed
.golangci.yml
@@ -220,14 +220,6 @@ linters:
220
linters:
221
- staticcheck
222
223
- # Ignore deprecation linting for cli/command/stack/*.
224
- #
225
- # FIXME(thaJeztah): remove exception once these functions are un-exported or internal; see https://github.com/docker/cli/pull/6389
226
- - text: '^(SA1019): '
227
- path: "cli/command/stack"
228
- linters:
229
- - staticcheck
230
-
231
# Log a warning if an exclusion rule is unused.
232
# Default: false
233
warn-unused: true
0 commit comments