diff --git a/google_checks.xml b/google_checks.xml index fb5e635ee..f3e372dc5 100644 --- a/google_checks.xml +++ b/google_checks.xml @@ -190,5 +190,10 @@ + + + + diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml index c42765550..8b53028bc 100644 --- a/src/xdocs/google_style.xml +++ b/src/xdocs/google_style.xml @@ -731,7 +731,7 @@ src="images/ok_green.png" alt="" /> VariableDeclarationUsageDistance + href="config_coding.html#VariableDeclarationUsageDistance">VariableDeclarationUsageDistance
@@ -876,10 +876,11 @@ + todo: CommentIndentation - + [] @@ -994,10 +995,11 @@ + MethodName no ability to distinguish verb at the beggining of name, no way distinguish Test method from others so "_" is allowed in names - + [] @@ -1178,7 +1180,7 @@ src="images/ban_red.png" alt="" /> - + proper validation require parsing other files, sources are not always awailable @@ -1226,7 +1228,10 @@ href="http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.1.1-javadoc-multi-line">7.1.1 General form - SingleLineJavaDoc + + SingleLineJavaDoc [] @@ -1264,7 +1269,7 @@ alt="" /> NonEmptyAtclauseDescription - [] + []
[]
[] @@ -1306,7 +1311,7 @@ alt="" /> JavadocMethod - + [] @@ -1315,12 +1320,11 @@ - JavadocMethod + JavadocMethod Overrides are checked by presense of "@Override" annotation on method. - + []