summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c427f219a0d..483a4a2d16b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -258,7 +258,7 @@ Layout/TrailingWhitespace:
# Style #######################################################################
# Check the naming of accessor methods for get_/set_.
-Style/AccessorMethodName:
+Naming/AccessorMethodName:
Enabled: false
# Use alias_method instead of alias.