resources/dot_files/.rubocop.yml in codelation-cli-0.0.1 vs resources/dot_files/.rubocop.yml in codelation-cli-0.0.2
- old
+ new
@@ -6,13 +6,19 @@
Style/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
+Style/Blocks:
+ Enabled: false
+
Style/RedundantSelf:
Enabled: false
Style/SingleSpaceBeforeFirstArg:
Enabled: false
+
+Style/SpaceInsideBlockBraces:
+ SpaceBeforeBlockParameters: false
Style/StringLiterals:
EnforcedStyle: double_quotes