diff options
author | Go MAEDA <maeda@farend.jp> | 2019-06-26 23:37:09 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-06-26 23:37:09 +0000 |
commit | bd6cfb17d637008f9a7784bb72758cf8b9295430 (patch) | |
tree | 38da139c07e9e2fa77bf47c93a8fd30b29e3c5d9 /.rubocop.yml | |
parent | f016a821eb95bd0ebcf67f9c6a82d3f571b840db (diff) | |
download | redmine-bd6cfb17d637008f9a7784bb72758cf8b9295430.tar.gz redmine-bd6cfb17d637008f9a7784bb72758cf8b9295430.zip |
Update RuboCop to 0.72.0 (#31509).
git-svn-id: http://svn.redmine.org/redmine/trunk@18320 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 2d84c4347..52c0b7508 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -16,8 +16,8 @@ AllCops: # Enable extensions -Rails: - Enabled: true +require: + - rubocop-rails # Rules for Redmine |