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 eea1e05 commit fdc0f98Copy full SHA for fdc0f98
cmd/readmevalidation/repoStructure.go
@@ -38,10 +38,10 @@ func validateCoderResourceSubdirectory(dirPath string) []error {
38
return errs
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 the repo, but in the off
43
- // chance that they don't get cleaned up properly, we want to skip over
44
- // them
+ // The .coder subdirectories are sometimes generated as part of Bun
+ // tests. These subdirectories will never be committed to the repo, but
+ // in the off chance that they don't get cleaned up properly, we want to
+ // skip over them
45
if !f.IsDir() || f.Name() == ".coder" {
46
continue
47
0 commit comments