summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-25 04:35:40 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-25 04:35:40 +0000
commit2dab26cef12d45a93cd9830818c1db0db3f817ff (patch)
tree4059aeadc9ae42b3654a5520350e8caa6d240329 /.rubocop.yml
parent6c7794d300a38ada2ff8bffda12c2c429500dd26 (diff)
downloadredmine-2dab26cef12d45a93cd9830818c1db0db3f817ff.tar.gz
redmine-2dab26cef12d45a93cd9830818c1db0db3f817ff.zip
rubocop: disable Naming/AccessorMethodName
git-svn-id: http://svn.redmine.org/redmine/trunk@18526 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 92e0d04ce..0211aa761 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -40,6 +40,9 @@ Lint/IneffectiveAccessModifier:
Metrics:
Enabled: false
+Naming/AccessorMethodName:
+ Enabled: false
+
Naming/BinaryOperatorParameterName:
Enabled: false