aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index ed9fad956..29a891e2a 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -41,7 +41,7 @@ Lint/AssignmentInCondition:
Enabled: false
Lint/EndAlignment:
- AlignWith: variable
+ EnforcedStyleAlignWith: variable
Lint/ParenthesesAsGroupedExpression:
Enabled: false