Skip to content

Commit d8d5888

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

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
@@ -34,10 +34,11 @@ _No checks analyzed yet_
3434

3535
### Coding
3636

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 |
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` | |
4142

4243

4344
### Headers
@@ -81,7 +82,10 @@ _No checks analyzed yet_
8182

8283
### Naming Conventions
8384

84-
_No checks analyzed yet_
85+
| Status | Check | Recipe | Coverage Notes |
86+
|--------|--------------------------------------------------------------------------------------------------------------------------------------|--------|------------------------------------------------------------------|
87+
| 🟡 | [`AbbreviationAsWordInName`](https://checkstyle.sourceforge.io/checks/naming/abbreviationaswordinname.html#AbbreviationAsWordInName) | `TBD` | Reformats local variable and method parameter names to camelCase |
88+
| 🟢 | [`AbstractClassName`](https://checkstyle.sourceforge.io/checks/naming/abstractclassname.html#AbstractClassName) | `TBD` | |
8589

8690

8791
### Regexp

0 commit comments

Comments
 (0)