You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os-chdir: false # FIXME(thaJeztah): Disable `os.Chdir()` detections; should be automatically disabled on Go < 1.24; see https://github.com/docker/cli/pull/5835#issuecomment-2665302478
163
-
context-background: false # FIXME(thaJeztah): Disable `context.Background()` detections; should be automatically disabled on Go < 1.24; see https://github.com/docker/cli/pull/5835#issuecomment-2665302478
164
-
context-todo: false # FIXME(thaJeztah): Disable `context.TODO()` detections; should be automatically disabled on Go < 1.24; see https://github.com/docker/cli/pull/5835#issuecomment-2665302478
165
-
166
161
exclusions:
167
162
# We prefer to use an "linters.exclusions.rules" so that new "default" exclusions are not
168
163
# automatically inherited. We can decide whether or not to follow upstream
@@ -225,13 +220,10 @@ linters:
225
220
linters:
226
221
- staticcheck
227
222
228
-
# Ignore deprecation linting for cli/command/stack/*.
229
-
#
230
-
# FIXME(thaJeztah): remove exception once these functions are un-exported or internal; see https://github.com/docker/cli/pull/6389
231
-
- text: '^(SA1019): '
232
-
path: "cli/command/stack"
223
+
# TODO(thaJeztah): remove once https://github.com/leighmcculloch/gocheckcompilerdirectives/issues/7 is fixed.
0 commit comments