diff --git a/src/site/resources/images/ban_red.png b/src/site/resources/images/ban_red.png new file mode 100644 index 000000000..54cdf5ffd Binary files /dev/null and b/src/site/resources/images/ban_red.png differ diff --git a/src/site/resources/images/ok_blue.png b/src/site/resources/images/ok_blue.png new file mode 100644 index 000000000..a84088f3d Binary files /dev/null and b/src/site/resources/images/ok_blue.png differ diff --git a/src/site/resources/images/ok_green.png b/src/site/resources/images/ok_green.png new file mode 100644 index 000000000..fa2f8fafb Binary files /dev/null and b/src/site/resources/images/ok_green.png differ diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml index d74557ee4..789460917 100644 --- a/src/xdocs/google_style.xml +++ b/src/xdocs/google_style.xml @@ -34,17 +34,17 @@ "↓" - This paragraph is the high-level point of some group.
- Exiting Check covers all requirements from Google.
- Exiting Check covers some part of requirements from Google.
- Requirements are not possible to check by Checkstyle at all.
@@ -104,10 +104,10 @@ OuterTypeFilename + href="config_misc.html#OuterTypeFilename">OuterTypeFilename explanation @@ -139,10 +139,10 @@ FileTabCharacter + href="config_whitespace.html#FileTabCharacter">FileTabCharacter IllegalTokenText + href="config_coding.html#IllegalTokenText">IllegalTokenText - AvoidEscapedUnicodeCharactersCheck + AvoidEscapedUnicodeCharactersCheck - EmptyLineSeparatorCheck + EmptyLineSeparatorCheck LineLength + href="config_sizes.html#LineLength">LineLength

- NoLineWrapCheck + NoLineWrapCheck AvoidStarImport + href="config_imports.html#AvoidStarImport">AvoidStarImport LineLength + href="config_sizes.html#LineLength">LineLength
- NoLineWrapCheck + NoLineWrapCheck
@@ -320,9 +320,9 @@ - CustomImportOrderCheck + CustomImportOrderCheck - OneTopLevelClass + OneTopLevelClass - OverloadMethodsDeclarationOrderCheck + OverloadMethodsDeclarationOrderCheck NeedBraces + href="config_blocks.html#NeedBraces">NeedBraces LeftCurly + href="config_blocks.html#LeftCurly">LeftCurly
- RightCurly + RightCurly - EmptyBlock + EmptyBlock Indentation + href="config_misc.html#Indentation">Indentation OneStatementPerLine + href="config_coding.html#OneStatementPerLine">OneStatementPerLine LineLength + href="config_sizes.html#LineLength">LineLength
We can detect URL with protocol type as http://, https:// etc.
@@ -555,15 +555,15 @@ OperatorWrap + href="config_whitespace.html#OperatorWrap">OperatorWrap
- SeparatorWrap + SeparatorWrap Indentation @@ -613,9 +613,9 @@ - EmptyLineSeparatorCheck + EmptyLineSeparatorCheck - WhitespaceAround + WhitespaceAround
GenericWhitespace + href="config_whitespace.html#GenericWhitespace">GenericWhitespace MultipleVariableDeclarations + href="config_coding.html#MultipleVariableDeclarations">MultipleVariableDeclarations VariableDeclarationUsageDistance @@ -763,10 +763,10 @@ ArrayTypeStyle + href="config_misc.html#ArrayTypeStyle">ArrayTypeStyle Indentation + href="config_misc.html#Indentation">Indentation FallThrough + href="config_coding.html#FallThrough">FallThrough MissingSwitchDefault + href="config_coding.html#MissingSwitchDefault">MissingSwitchDefault @@ -879,10 +879,10 @@ ModifierOrder + href="config_modifier.html#ModifierOrder">ModifierOrder - UpperEll + UpperEll - PackageName + PackageName - TypeName + TypeName @@ -997,7 +997,7 @@ Every constant is a static final field,
@@ -1014,9 +1014,9 @@ -
MemberName + MemberName - ParameterName + ParameterName - LocalVariableName + LocalVariableName - MethodTypeParameterName + MethodTypeParameterName
- ClassTypeParameterName + ClassTypeParameterName - AbbreviationAsWordInName + AbbreviationAsWordInName
Non covered: Some words are ambiguously hyphenated in the English language. No way to distinguish "YouTubeImporter" or "YoutubeImporter". @@ -1130,7 +1130,7 @@ That validation could not be checked by Checkstyle. It's need to @@ -1147,9 +1147,9 @@ - EmptyBlock + EmptyBlock with option=text. @@ -1166,7 +1166,7 @@ @@ -1178,10 +1178,10 @@ NoFinalizer + href="config_coding.html#NoFinalizer">NoFinalizer