summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-13 02:25:23 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-13 02:25:23 +0000
commit452376ae65f1d93a3f6510a1a9b7794401555a70 (patch)
treecf21e766e21ef42f0c2bf948228a278f666d1869 /.rubocop.yml
parent73c1f8a6034ac7d555cbeaee0f64afab11c93123 (diff)
downloadredmine-452376ae65f1d93a3f6510a1a9b7794401555a70.tar.gz
redmine-452376ae65f1d93a3f6510a1a9b7794401555a70.zip
rubocop: disable Naming/PredicateName
git-svn-id: http://svn.redmine.org/redmine/trunk@18461 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 45f4bf5d0..869a8268e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -37,6 +37,9 @@ Lint/HandleExceptions:
Metrics:
Enabled: false
+Naming/PredicateName:
+ Enabled: false
+
Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20120714122200_add_workflows_rule_fields.rb'