diff --git a/docs/rules/block-spacing.md b/docs/rules/block-spacing.md index 663a99d5427..37a0a6be1d6 100644 --- a/docs/rules/block-spacing.md +++ b/docs/rules/block-spacing.md @@ -75,8 +75,3 @@ class C { ## When Not To Use It If you don't want to be notified about spacing style inside of blocks, you can safely disable this rule. - -## Related Rules - -* [space-before-blocks](space-before-blocks.md) -* [brace-style](brace-style.md) diff --git a/docs/rules/brace-style.md b/docs/rules/brace-style.md index 0c5502abb5c..197eeffc5f1 100644 --- a/docs/rules/brace-style.md +++ b/docs/rules/brace-style.md @@ -386,11 +386,6 @@ class D { static { foo(); } } If you don't want to enforce a particular brace style, don't enable this rule. -## Related Rules - -* [block-spacing](block-spacing.md) -* [space-before-blocks](space-before-blocks.md) - ## Further Reading * [Indent style](https://en.wikipedia.org/wiki/Indent_style) diff --git a/docs/rules/space-before-blocks.md b/docs/rules/space-before-blocks.md index 1271a4e1b3f..758fda803f9 100644 --- a/docs/rules/space-before-blocks.md +++ b/docs/rules/space-before-blocks.md @@ -217,5 +217,4 @@ You can turn this rule off if you are not concerned with the consistency of spac * [keyword-spacing](keyword-spacing.md) * [arrow-spacing](arrow-spacing.md) * [switch-colon-spacing](switch-colon-spacing.md) -* [block-spacing](block-spacing.md) * [brace-style](brace-style.md)