summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 20:55:05 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 20:55:05 -0800
commitaaae5e6f5ebc61f724e901f26e928f5e3bd9eb88 (patch)
tree7967c345e46644784f0a9f1a0cccda21c9fb8d09 /.rubocop.yml
parente89058268118e3b2be4ebaf5d7bf2c684b590437 (diff)
downloadgitlab-ce-aaae5e6f5ebc61f724e901f26e928f5e3bd9eb88.tar.gz
Rubocop: Style/AccessorMethodName enabled
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 17494974d14..ffc20fec4b2 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,7 +1,7 @@
Style/AccessModifierIndentation:
Description: Check indentation of private/protected visibility modifiers.
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#indent-public-private-protected'
- Enabled: false
+ Enabled: true
Style/AccessorMethodName:
Description: Check the naming of accessor methods for get_/set_.