Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 40072a3

Browse files
authored
Add default project check
1 parent 9c555b9 commit 40072a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/dtHeaderRule.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function walk(ctx: Lint.WalkContext<void>): void {
3434
return;
3535
}
3636

37+
lookFor("// Project: https://github.com/baz/foo", "Project should be a link to the project's source code repository, not the default.");
3738
lookFor("// Definitions by: My Self", "Author name should be your name, not the default.");
3839
const error = validate(text);
3940
if (error) {

0 commit comments

Comments
 (0)