.rubocop.yml in alba-3.2.0 vs .rubocop.yml in alba-3.3.0
- old
+ new
@@ -119,13 +119,9 @@
# In README it's so obvious
Style/DocumentationMethod:
Exclude:
- 'README.md'
-# This might be true in the future, but not many good things
-Style/FrozenStringLiteralComment:
- Enabled: false
-
# I don't want to think about error class in example code
Style/ImplicitRuntimeError:
Exclude:
- 'README.md'