From 2efa94be0909f7e2bffd16b19ba42d7ef2c53751 Mon Sep 17 00:00:00 2001 From: Masataka Kuwabara Date: Wed, 1 Feb 2017 11:08:10 +0900 Subject: [PATCH] Add a link to reference for `MixinGrouping` cop in the documentation (#3993) Ref - https://github.com/bbatsov/rubocop/pull/3982 - https://github.com/bbatsov/rubocop/pull/3941 --- manual/cops_style.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/cops_style.md b/manual/cops_style.md index d697991964f..a7ebadfc770 100644 --- a/manual/cops_style.md +++ b/manual/cops_style.md @@ -2813,6 +2813,10 @@ EnforcedStyle | separated SupportedStyles | separated, grouped +### References + +* [https://github.com/bbatsov/ruby-style-guide#mixin-grouping](https://github.com/bbatsov/ruby-style-guide#mixin-grouping) + ## Style/ModuleFunction Enabled by default | Supports autocorrection