aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop_rules.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Library/.rubocop_rules.yml')
-rw-r--r--Library/.rubocop_rules.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/.rubocop_rules.yml b/Library/.rubocop_rules.yml
index 95f8ae0a3..11349b8dc 100644
--- a/Library/.rubocop_rules.yml
+++ b/Library/.rubocop_rules.yml
@@ -23,9 +23,8 @@ Style/CommandLiteral:
Style/RegexpLiteral:
EnforcedStyle: slashes
-# too prevalent to change this now, but might be discussed/changed later
Style/Alias:
- EnforcedStyle: prefer_alias_method
+ EnforcedStyle: prefer_alias
# our current conditional style is established, clear and
# requiring users to change that now would be confusing.