Skip to content

Commit 95aa7ec

Browse files
authored
2021-01-11 Version 1.0.0: Updated README.md
1 parent 2887b37 commit 95aa7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Custom Checkstyle checks for Android projects.
99
## Checks
1010

1111
| Check | Description |
12-
| --- | --- | --- |
12+
| --- | --- |
1313
| `AndroidViewFieldNameCheck` | Check Android view field name (example: for `TextView` variable's name must be starts with `tv`) |
1414
| `ContextFirstParameterCheck` | Check Context as first parameter in a class constructor or in an arguments list |
1515
| `MethodObjectReturnAnnotationCheck` | Check annotation for a method with return values (by default it is `@NonNull` and `@Nullable`) |

0 commit comments

Comments
 (0)