Skip to content

Commit eea1e05

Browse files
committed
docs: add missing words to comment
1 parent 1dcc645 commit eea1e05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/readmevalidation/repoStructure.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ func validateCoderResourceSubdirectory(dirPath string) []error {
3939
}
4040
for _, f := range files {
4141
// The .coder file is sometimes generated as part of Bun tests. These
42-
// directories will never be committed to
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
4345
if !f.IsDir() || f.Name() == ".coder" {
4446
continue
4547
}

0 commit comments

Comments
 (0)