lib/rsgem/support/rubocop.yml in rsgem-0.2.0 vs lib/rsgem/support/rubocop.yml in rsgem-0.3.0
- old
+ new
@@ -2,14 +2,23 @@
Enabled: false
Layout/SpaceBeforeFirstArg:
Exclude:
+Layout/SpaceAroundMethodCallOperator:
+ Enabled: true
+
Lint/AmbiguousBlockAssociation:
Exclude:
- spec/**/*
+Lint/RaiseException:
+ Enabled: true
+
+Lint/StructNewOverride:
+ Enabled: true
+
Metrics/AbcSize:
# The ABC size is a calculated magnitude, so this number can be an Integer or
# a Float.
Max: 15
@@ -55,9 +64,12 @@
Max: 5
CountKeywordArgs: true
Metrics/PerceivedComplexity:
Max: 12
+
+Style/ExponentialNotation:
+ Enabled: true
Style/FrozenStringLiteralComment:
Enabled: true
Style/ModuleFunction: