We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2887b37 commit 95aa7ecCopy full SHA for 95aa7ec
README.md
@@ -9,7 +9,7 @@ Custom Checkstyle checks for Android projects.
9
## Checks
10
11
| Check | Description |
12
-| --- | --- | --- |
+| --- | --- |
13
| `AndroidViewFieldNameCheck` | Check Android view field name (example: for `TextView` variable's name must be starts with `tv`) |
14
| `ContextFirstParameterCheck` | Check Context as first parameter in a class constructor or in an arguments list |
15
| `MethodObjectReturnAnnotationCheck` | Check annotation for a method with return values (by default it is `@NonNull` and `@Nullable`) |
0 commit comments