.rubocop.yml in webpacker-pnpm-1.2.1 vs .rubocop.yml in webpacker-pnpm-1.2.2
- old
+ new
@@ -1,9 +1,8 @@
#
-# RuboCop is a Ruby static code analyzer and code formatter that tries to enforce many of
-# the guidelines outlined in the community Ruby and Rails
-# style guides.
+# RuboCop is a Ruby static code analyzer and code formatter that tries to enforce many
+# of the guidelines outlined in the community Ruby and Rails style guides.
#
# https://docs.rubocop.org/en/latest/
# https://rubystyle.guide/
# https://rails.rubystyle.guide/
inherit_gem:
@@ -13,11 +12,11 @@
- Include
- Exclude
- IgnoredMethods
- 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.
+# 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:
Exclude:
- "**/config/initializers/**/*"
Style/MethodCallWithArgsParentheses:
Exclude: