We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcc645 commit eea1e05Copy full SHA for eea1e05
cmd/readmevalidation/repoStructure.go
@@ -39,7 +39,9 @@ func validateCoderResourceSubdirectory(dirPath string) []error {
39
}
40
for _, f := range files {
41
// The .coder file is sometimes generated as part of Bun tests. These
42
- // directories will never be committed to
+ // directories will never be committed to the repo, but in the off
43
+ // chance that they don't get cleaned up properly, we want to skip over
44
+ // them
45
if !f.IsDir() || f.Name() == ".coder" {
46
continue
47
0 commit comments