From 0c0bddb0c004aea6658c37121d0e11fde0239ba7 Mon Sep 17 00:00:00 2001 From: Masataka Kuwabara Date: Tue, 31 Jan 2017 12:51:10 +0900 Subject: [PATCH] Add a link to reference for `MisinGrouping` cop in the documentation 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