diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-10-15 21:59:00 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-10-26 14:27:05 +0800 |
commit | 1581f75fb511fed171e8105c1a0811561a2f2dcc (patch) | |
tree | 0bf87a3d3731017554446a3b02b7ba534f4d5395 /.rubocop.yml | |
parent | 679c0048a8f679aad456c02e30486150bbd0d93d (diff) | |
download | gitlab-ce-1581f75fb511fed171e8105c1a0811561a2f2dcc.tar.gz |
Put EE routes in EE files under EE directories
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 0f4018326a1..5d2c5c7cf49 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -76,6 +76,7 @@ Naming/FileName: - 'qa/qa/specs/**/*' - 'qa/bin/*' - 'config/**/*' + - 'ee/config/**/*' - 'lib/generators/**/*' - 'locale/unfound_translations.rb' - 'ee/locale/unfound_translations.rb' |