Commit 1b57956
committed
Add custom message support to
- Modified `excludedRuleTexts` and `excludedRegExpPatterns` options to accept either string or `{pattern, message}` object format
- Updated option schema to use union type accepting string or object with optional custom message
- Added validation and transformation pipeline for pattern objects in schema
- Updated option descriptions to reflect new `{pattern, message}` format support
- Regenerated rule documentation withno-excluded-rules rule for excluded patterns1 parent 0a55758 commit 1b57956
File tree
4 files changed
+730
-74
lines changed- docs/rules
- src/rules
- test/rules
4 files changed
+730
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
0 commit comments