summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-20 22:58:40 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-11-20 22:58:40 -0600
commit32466ee89e211799780c2454a3491fd252863ae1 (patch)
tree74f38a132e7044493dfeb439116f6c312d3a407b
parentd41e66cb632cf4a51428c87a07cbdd182e3e0697 (diff)
downloadgitlab-ce-fix-rubocop-accessormethodname-department.tar.gz
Update rubocop AccessorMethodName to use Naming departmentfix-rubocop-accessormethodname-department
Updated in 0.50.0 (2017-09-14) via https://github.com/Drenmi/rubocop/commit/b4ce237164efdb26531f53dcc5229f1ebb54b00c rubocop changelog, https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md#0500-2017-09-14 Fix error thrown by linter-rubocop in Atom ``` Error running RuboCop Error: .rubocop.yml: Style/AsciiIdentifiers has the wrong namespace - should be Naming ```
-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.