You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ Custom Checkstyle checks for Android projects.
8
8
9
9
## Checks
10
10
11
-
| Check | Description | Level |
11
+
| Check | Description |
12
12
| --- | --- | --- |
13
-
|`AndroidViewFieldNameCheck`| Check Android view field name (example: for `TextView` variable's name must be starts with `tv`) |`Error`|
14
-
|`ContextFirstParameterCheck`| Check Context as first parameter in a class constructor or in an arguments list |`Error`|
15
-
|`MethodObjectReturnAnnotationCheck`| Check annotation for a method with return values (by default it is `@NonNull` and `@Nullable`) |`Error`|
16
-
|`MethodParametersAnnotationCheck`| Check annotation for an argument in a class constructor or a method (by default it is `@NonNull` and `@Nullable`) |`Error`|
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`) |
16
+
|`MethodParametersAnnotationCheck`| Check annotation for an argument in a class constructor or a method (by default it is `@NonNull` and `@Nullable`) |
0 commit comments