.rubocop.yml in webpacker-pnpm-1.2.2 vs .rubocop.yml in webpacker-pnpm-1.2.3
- old
+ new
@@ -15,10 +15,29 @@
- AllowedMethods
# cop-specific excludes are not inherited for some reason (likely a bug in RuboCop) so
# we need to manually re-omit the intended files and directories.
Layout/LineLength:
+ Max: 88
Exclude:
- "**/config/initializers/**/*"
Style/MethodCallWithArgsParentheses:
Exclude:
- "**/Gemfile"
+
+# cops to backfill into practical pig
+Performance/AncestorsInclude:
+ Enabled: false
+Performance/BigDecimalWithNumericArgument:
+ Enabled: true
+Performance/RedundantSortBlock:
+ Enabled: true
+Performance/RedundantStringChars:
+ Enabled: true
+Performance/ReverseFirst:
+ Enabled: true
+Performance/SortReverse:
+ Enabled: true
+Performance/Squeeze:
+ Enabled: true
+Performance/StringInclude:
+ Enabled: true