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
Copy file name to clipboardexpand all lines: frontend/dockerfile/dockerfile_lint_test.go
+38-4
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,46 @@ ADD Dockerfile /windy
64
64
StreamBuildErrRegexp: regexp.MustCompile(`failed to solve: failed to compute cache key: failed to calculate checksum of ref [^\s]+ "/Dockerfile": not found`),
StreamBuildErrRegexp: regexp.MustCompile(`failed to solve: failed to compute cache key: failed to calculate checksum of ref [^\s]+ "/Dockerfile": not found`),
78
+
Warnings: []expectedLintWarning{
79
+
{
80
+
RuleName: "CopyIgnoredFile",
81
+
Description: "Attempting to Copy file that is excluded by .dockerignore",
82
+
Detail: `Attempting to Copy file "Dockerfile" that is excluded by .dockerignore`,
StreamBuildErrRegexp: regexp.MustCompile(`failed to solve: failed to compute cache key: failed to calculate checksum of ref [^\s]+ "/Dockerfile": not found`),
0 commit comments