Skip to content

Commit f18df7c

Browse files
committed
Updated README.md
1 parent a3c2db6 commit f18df7c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ This table tracks the auto-fix support status of OpenRewrite recipes for each Ch
1919

2020
### Annotations
2121

22-
_No checks analyzed yet_
22+
| Status | Check | Recipe | Coverage Notes |
23+
|--------|--------------------------------------------------------------------------------------------------------------------------------------|--------|-----------------------------------------|
24+
| 🟢 | [`AbbreviationAsWordInName`](https://checkstyle.sourceforge.io/checks/naming/abbreviationaswordinname.html#AbbreviationAsWordInName) | `TBD` | |
25+
| 🟢 | [`AbstractClassName`](https://checkstyle.sourceforge.io/checks/naming/abstractclassname.html#AbstractClassName) | `TBD` | |
2326

2427

2528
### Block Checks
@@ -34,10 +37,11 @@ _No checks analyzed yet_
3437

3538
### Coding
3639

37-
| Status | Check | Recipe | Coverage Notes |
38-
|--------|--------------------------------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------------------|
39-
| 🟢 | [`FinalLocalVariable`](https://checkstyle.sourceforge.io/checks/coding/finallocalvariable.html#FinalLocalVariable) | `TBD` | |
40-
| 🔴 | [`MagicNumber`](https://checkstyle.sourceforge.io/checks/coding/magicnumber.html#MagicNumber) | | it requires contextual understanding to replace literals with meaningful named constants |
40+
| Status | Check | Recipe | Coverage Notes |
41+
|--------|------------------------------------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------------------------------|
42+
| 🟢 | [`FinalLocalVariable`](https://checkstyle.sourceforge.io/checks/coding/finallocalvariable.html#FinalLocalVariable) | `TBD` | |
43+
| 🔴 | [`MagicNumber`](https://checkstyle.sourceforge.io/checks/coding/magicnumber.html#MagicNumber) | | it requires contextual understanding to replace literals with meaningful named constants |
44+
| 🟢 | [`UnusedLocalVariable `](https://checkstyle.sourceforge.io/checks/coding/unusedlocalvariable.html#UnusedLocalVariable) | `TBD` | |
4145

4246

4347
### Headers

0 commit comments

Comments
 (0)