.rubocop.yml in bunto-avatar-4.0.0 vs .rubocop.yml in bunto-avatar-5.0.0
- old
+ new
@@ -1,20 +1,9 @@
-Style/AlignHash:
- EnforcedHashRocketStyle: table
- EnforcedColonStyle: table
+inherit_gem:
+ bunto: .rubocop.yml
-Style/Documentation:
- Enabled: false
-
-Lint/EndAlignment:
- AlignWith: variable
- AutoCorrect: true
-
Style/FileName:
Enabled: false
Metrics/LineLength:
Exclude:
- spec/*/**
-
-Style/DeprecatedHashMethods:
- Enabled: false