Commit 269619c3 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve .rubocop.yml

parent f68107c4
...@@ -1197,15 +1197,10 @@ Gitlab/ModuleWithInstanceVariables: ...@@ -1197,15 +1197,10 @@ Gitlab/ModuleWithInstanceVariables:
Exclude: Exclude:
# We ignore Rails helpers right now because it's hard to workaround it # We ignore Rails helpers right now because it's hard to workaround it
- app/helpers/**/*_helper.rb - app/helpers/**/*_helper.rb
<<<<<<< HEAD
- ee/app/helpers/**/*_helper.rb - ee/app/helpers/**/*_helper.rb
# We ignore Rails mailers right now because it's hard to workaround it # We ignore Rails mailers right now because it's hard to workaround it
- app/mailers/emails/**/*.rb - app/mailers/emails/**/*.rb
- ee/**/emails/**/*.rb - ee/**/emails/**/*.rb
=======
# We ignore Rails mailers right now because it's hard to workaround it
- app/mailers/emails/**/*.rb
>>>>>>> upstream/master
# We ignore spec helpers because it usually doesn't matter # We ignore spec helpers because it usually doesn't matter
- spec/support/**/*.rb - spec/support/**/*.rb
- features/steps/**/*.rb - features/steps/**/*.rb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment