Bundler/OrderedGems:
Enabled: false
+# You can see results by changing "Enabled: true" and "rubocop --only Layout/AlignArguments"
+Layout/AlignArguments:
+ Enabled: false
+
Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, IndentationWidth.
-# SupportedStyles: with_first_argument, with_fixed_indentation
-Layout/AlignArguments:
- Enabled: false
-
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
# SupportedHashRocketStyles: key, separator, table