.rubocop.yml in coursemology-polyglot-0.2.9.1 vs .rubocop.yml in coursemology-polyglot-0.2.9.3
- old
+ new
@@ -13,29 +13,23 @@
Max: 100
Style/ClassAndModuleChildren:
EnforcedStyle: compact
-Style/DotPosition:
+Layout/DotPosition:
EnforcedStyle: trailing
Style/Documentation:
Enabled: false
-Style/IndentHash:
+Layout/IndentHash:
EnforcedStyle: consistent
-Style/IfUnlessModifier:
- MaxLineLength: 100
-
Style/ParallelAssignment:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
-
-Style/WhileUntilModifier:
- MaxLineLength: 100
Style/WordArray:
Enabled: false
Style/RegexpLiteral: