re: RuboCop - Use nested module/class definition instead of compact style.

This commit is contained in:
Alexey Dubovskoy
2016-06-20 21:44:44 +01:00
parent 8a2beacb6f
commit 85f417f8d2
15 changed files with 675 additions and 648 deletions

View File

@@ -46,7 +46,7 @@ Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/ClassAndModuleChildren:
EnforcedStyle: compact
EnforcedStyle: nested
Style/Documentation:
Enabled: false