diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 13:00:18 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-16 13:00:18 +0000 |
commit | 7870dd73a96d4e5d5d921b38c32db0cd33a675ab (patch) | |
tree | e6b661388cb536cd8bfeb7dbedc15df348213695 /.rubocop.yml | |
parent | 5e6032fecb780ad3ee2e2a2830afa35cead827a4 (diff) | |
download | redmine-7870dd73a96d4e5d5d921b38c32db0cd33a675ab.tar.gz redmine-7870dd73a96d4e5d5d921b38c32db0cd33a675ab.zip |
rubocop: add db/schema.rb to global exclude
git-svn-id: http://svn.redmine.org/redmine/trunk@18688 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 0381fc488..22b3e0687 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,6 +13,7 @@ AllCops: - '**/lib/generators/**/templates/*' - '**/lib/tasks/**/*' - '**/files/**/*' + - 'db/schema.rb' # Enable extensions |