diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml
index 7ff6195e5..9a16be077 100644
--- a/src/xdocs/google_style.xml
+++ b/src/xdocs/google_style.xml
@@ -114,7 +114,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L36">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter2filebasic/rule21filename/OuterTypeFilenameTest.java">test
@@ -149,7 +149,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L31">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter2filebasic/rule231filetab/FileTabCharacterTest.java">test
@@ -168,7 +168,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter2filebasic/rule232specialescape/IllegalTokenTextTest.java">test
@@ -187,7 +187,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L42">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter2filebasic/rule233nonascii/AvoidEscapedUnicodeCharactersCheckTest.java">test
@@ -208,7 +208,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L84">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule461verticalwhitespace/EmptyLineSeparatorTest.java">test
@@ -242,13 +242,13 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L47">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule32packagestate/LineLengthTest.java">test
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule332nolinewrap/NoLineWrapTest.java">test
@@ -278,7 +278,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L51">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule331nowildcard/AvoidStarImportTest.java">test
@@ -304,13 +304,13 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L47">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule32packagestate/LineLengthTest.java">test
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule332nolinewrap/NoLineWrapTest.java">test
@@ -329,7 +329,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L154">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandsoacing/CustomImportOrderTest.java">test
@@ -358,7 +358,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L52">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule341onetoplevel/OneTopLevelClassTest.java">test
@@ -385,7 +385,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L152">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule3421overloadsplit/OverloadMethodsDeclarationOrderTest.java">test
@@ -425,7 +425,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L58">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule411bracesareused/NeedBracesTest.java">test
@@ -453,7 +453,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L62">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/LeftCurlyRightCurlyTest.java">test
@@ -471,7 +471,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule413emptyblocks/EmptyBlockTest.java">test
@@ -490,7 +490,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4841indentation/IndentationTest.java">test
@@ -510,7 +510,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L77">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule43onestatement/OneStatementPerLineTest.java">test
@@ -536,7 +536,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L47">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter3filestructure/rule32packagestate/LineLengthTest.java">test
@@ -571,13 +571,13 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L161">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreack/OperatorWrapTest.java">test
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreack/SeparatorWrapTest.java">test
@@ -595,7 +595,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4841indentation/IndentationTest.java">test
@@ -624,7 +624,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L84">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule461verticalwhitespace/EmptyLineSeparatorTest.java">test
@@ -649,13 +649,13 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L67">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/WhitespaceAroundTest.java">test
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/WhitespaceAroundTest.java">test
@@ -718,7 +718,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L78">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4821onevariablepreline/MultipleVariableDeclarationsTest.java">test
@@ -740,7 +740,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4822variabledistance/VariableDeclarationUsageDistanceTest.java">test
@@ -776,7 +776,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L79">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4832nocstylearray/ArrayTypeStyleTest.java">test
@@ -803,7 +803,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4841indentation/IndentationTest.java">test
@@ -823,7 +823,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L81">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4842fallthrow/FallThroughTest.java">test
@@ -843,7 +843,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L80">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule4843defaultcasepresent/MissingSwitchDefaultTest.java">test
@@ -862,7 +862,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L167">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule485annotations/AnnotationLocationTest.java">test
@@ -903,7 +903,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L83">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule487modifiers/ModifierOrderTest.java">test
@@ -922,7 +922,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L82">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter4formatting/rule488numericliterals/UpperEllTest.java">test
@@ -970,7 +970,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L95">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule521packagenames/PackageNameTest.java">test
@@ -989,7 +989,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L100">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule522typenames/TypeNameTest.java">test
@@ -1009,7 +1009,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L193">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule523methodnames/MethodNameTest.java">test
@@ -1041,7 +1041,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L104">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule525nonconstantfieldnames/MemberNameTest.java">test
@@ -1060,7 +1060,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L109">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule526parameternames/ParameterNameTest.java">test
@@ -1079,7 +1079,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L114">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule527localvariablenames/LocalVariableNameTest.java">test
@@ -1106,7 +1106,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L126">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/ClassMethodTypeParameterNameTest.java">test
@@ -1128,7 +1128,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L148">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java">test
@@ -1174,7 +1174,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter6programpractice/rule62donotignoreexceptions/EmptyBlockTest.java">test
@@ -1207,7 +1207,7 @@
href="https://github.com/checkstyle/checkstyle/blob/master/google_checks.xml#L131">config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter6programpractice/rule64finalizers/NoFinalizerTest.java">test
@@ -1245,7 +1245,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule711generalform/SingleLineJavadocTest.java">test
@@ -1263,7 +1263,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule712paragraphs/JavadocParagraphTest.java">test
@@ -1291,15 +1291,15 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/AtclauseOrderTest.java">test
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/JavadocTagContinuationIndentationTest.java">test
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/NonEmptyAtclauseDescriptionTest.java">test
@@ -1317,7 +1317,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule72thesummaryfragment/SummaryJavadocTest.java">test
@@ -1338,7 +1338,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/JavadocMethodTest.java">test
@@ -1356,7 +1356,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/JavadocMethodTest.java">test
@@ -1375,7 +1375,7 @@
config
test
+ href="https://github.com/checkstyle/google-style-config-test/blob/master/src/test/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/JavadocMethodTest.java">test