Skip to content

Commit adce823

Browse files
Merge pull request #186 from DiogoRibeiro7/codex/atualizar-readme.md-com-novos-recursos
Add ignored dir feature to readme
2 parents 09efa94 + 9d7044a commit adce823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A GitHub Action that scans your codebase for inline TODOs, FIXMEs, and BUG comme
88

99
- ✅ Detects `TODO`, `FIXME`, `BUG`, and `HACK` comments
1010
- ✅ Supports multiple languages: `.ts`, `.js`, `.py`, `.go`, `.html`, etc.
11+
- ✅ Skips common directories like `node_modules`, `dist`, and `coverage`
1112
- ✅ Extracts metadata like `priority`, `due`, etc.
1213
- ✅ Parses structured tags (`@assignee`, `#module`, `key=value`)
1314
- ✅ Warns about overdue TODOs
@@ -104,7 +105,6 @@ If a label like `priority:high` or `due:2025-06-01` doesn't exist, it will be au
104105

105106
## 📤 Coming Soon
106107

107-
- ✅ Issue deduplication
108108
- ✅ Custom templates for issue bodies
109109
- ✅ CLI usage outside GitHub
110110
- ✅ LLM-powered summarization and classification

0 commit comments

Comments
 (0)