Commit 3b3c435
Add missing rule descriptions to README
The features table was missing descriptions for four rules that are
implemented in src/ and registered in rules.neon: uselessCast,
disallowedImplicitArrayCreation, strictArrayFilter, and
illegalConstructorMethodCall. Also expanded the
numericOperandsInArithmeticOperators description to include
binary arithmetic operators (+, -, *, /, %, **) which were omitted.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e8e9032 commit 3b3c435
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments