Skip to content

Commit 3da6d63

Browse files
committed
chore: Remove csharpsquid:S1172
1 parent 013758a commit 3da6d63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Testcontainers/Images/DockerfileArchive.cs

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ private static int GetUnixFileMode(string filePath)
202202

203203
// Default to 755 for Windows and fall back to 755 for Unix when `GetUnixFileMode`
204204
// is not available.
205+
_ = filePath;
205206
return (int)Unix.FileMode755;
206207
}
207208
}

0 commit comments

Comments
 (0)