summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-19 15:32:07 -0500
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-19 15:32:07 -0500
commite3aaab2d266610e85a452df74bd41e75e86b8df3 (patch)
treeb8e1acf02626f03a10b5624cfd1e5fb62033dab8
parent9429da3ae2d118ca1edcc20e992d0b2863cadeed (diff)
downloadgitlab-ce-fix-generator-templates-directory.tar.gz
Updated Rubocop for generator_templates/fix-generator-templates-directory
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 2d2055d76b5..0946ef5d848 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -21,7 +21,7 @@ AllCops:
- 'lib/email_validator.rb'
- 'lib/gitlab/upgrader.rb'
- 'lib/gitlab/seeder.rb'
- - 'lib/templates/**/*'
+ - 'generator_templates/**/*'
##################### Style ##################################