Skip to content

Commit 7f78168

Browse files
committed
golangci-lint: remove outdated exclusion
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2129326 commit 7f78168

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.golangci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,6 @@ linters:
220220
linters:
221221
- staticcheck
222222

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-
231223
# Log a warning if an exclusion rule is unused.
232224
# Default: false
233225
warn-unused: true

0 commit comments

Comments
 (0)