Skip to content

Commit a2a06c8

Browse files
committed
Issue #2: Updated ReadME.md
1 parent 9389bf1 commit a2a06c8

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,28 @@ _No checks analyzed yet_
2929

3030
### Class Design
3131

32-
_No checks analyzed yet_
32+
| Status | Check | Recipe | Coverage Notes |
33+
|--------|--------------------------------------------------------------------------------------------|------------------|----------------|
34+
| 🟒 | [`FinalClass`](https://checkstyle.sourceforge.io/checks/design/finalclass.html#FinalClass) | `TBD` | |
35+
3336

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 |
41-
| 🟒 | [`UnusedLocalVariable `](https://checkstyle.sourceforge.io/checks/coding/unusedlocalvariable.html#UnusedLocalVariable) | `TBD` | |
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` | |
45+
| 🟒 | [`UnnecessaryParentheses `](https://checkstyle.sourceforge.io/checks/coding/unnecessaryparentheses.html#UnnecessaryParentheses) | `TBD` | |
46+
4247

4348

4449
### Headers
4550

46-
| Status | Check | Recipe | Coverage Notes |
47-
|--------|---------------------------------------------------------------------------------|------------------|----------------------------|
48-
| 🟑 | [`Header`](https://checkstyle.sourceforge.io/checks/header/header.html#Header ) | `TBD` | only java files are fixed. |
51+
| Status | Check | Recipe | Coverage Notes |
52+
|--------|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|
53+
| 🟑 | [`Header`](https://checkstyle.sourceforge.io/checks/header/header.html#Header ) | [`Header`](https://github.com/checkstyle/checkstyle-openrewrite-recipes/blob/main/src/main/java/org/checkstyle/autofix/recipe/Header.java ) | only java files are fixed. |
4954

5055

5156

0 commit comments

Comments
Β (0)