.rubocop.yml in phare-0.5.2 vs .rubocop.yml in phare-0.6
- old
+ new
@@ -1,20 +1,21 @@
AllCops:
- Includes:
- - Rakefile
- - config.ru
- - Gemfile
+ Include:
+ - phare.gemspec
Documentation:
Enabled: false
Encoding:
Enabled: false
LineLength:
Max: 200
+ClassLength:
+ Max: 200
+
AccessModifierIndentation:
EnforcedStyle: outdent
IfUnlessModifier:
Enabled: false
@@ -40,10 +41,13 @@
Enabled: false
RegexpLiteral:
Enabled: false
-RedundantBegin:
+AssignmentInCondition:
Enabled: false
-AssignmentInCondition:
+ClassAndModuleChildren:
+ Enabled: false
+
+GuardClause:
Enabled: false