.rubocop.yml in aws_recon-0.2.26 vs .rubocop.yml in aws_recon-0.2.27
- old
+ new
@@ -7,6 +7,22 @@
# RuboCop will start looking for the configuration file in the directory
# where the inspected file is and continue its way up to the root directory.
#
# See https://docs.rubocop.org/rubocop/configuration
Layout/LineLength:
- Max: 80
+ Max: 100
+Style/FrozenStringLiteralComment:
+ EnforcedStyle: always_true
+ Safe: true
+ SafeAutoCorrect: true
+Style/ClassAndModuleChildren:
+ Enabled: false
+Metrics/BlockLength:
+ Enabled: false
+Metrics/MethodLength:
+ Enabled: false
+Metrics/PerceivedComplexity:
+ Enabled: false
+Metrics/CyclomaticComplexity:
+ Enabled: false
+Metrics/AbcSize:
+ Enabled: false