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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Custom Checkstyle checks for Android projects.
10
10
11
11
| Check | Description | Level |
12
12
| --- | --- | --- |
13
-
|`AndroidViewFieldNameCheck`| Check Android view field name (example: for `TextView` variable's name must be starts wit`tv`) |`Error`|
13
+
|`AndroidViewFieldNameCheck`| Check Android view field name (example: for `TextView` variable's name must be starts with`tv`) |`Error`|
14
14
|`ContextFirstParameterCheck`| Check Context as first parameter in a class constructor or in an arguments list |`Error`|
15
15
|`MethodObjectReturnAnnotationCheck`| Check annotation for a method with return values (by default it is `@NonNull` and `@Nullable`) |`Error`|
16
16
|`MethodParametersAnnotationCheck`| Check annotation for an argument in a class constructor or a method (by default it is `@NonNull` and `@Nullable`) |`Error`|
0 commit comments