Skip to content

Commit 45f4ef3

Browse files
chore(lint): move cmd handling to lint rules
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 793000e commit 45f4ef3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.ccg.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ exclude:
1919
- "testdata/.*"
2020
- ".*\\.gen\\.go$"
2121
- "scripts/.*"
22-
- "root.go"
23-
- "main.go"
24-
- "cmd/.*"
2522

2623
comment_tags:
2724
standard:
@@ -55,3 +52,9 @@ rules:
5552
- pattern: npm/.*
5653
category: orphan
5754
action: ignore
55+
- pattern: "cmd/.*"
56+
category: missing
57+
action: ignore
58+
- pattern: "cmd/.*"
59+
category: unannotated
60+
action: ignore

0 commit comments

Comments
 (0)