Skip to content
Snippets Groups Projects
Verified Commit dff1e6f0 authored by Balasankar C's avatar Balasankar C
Browse files

Add support directory to rubocop inspection list

parent 6fdfe5aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,5 +6,5 @@ Knapsack.load_tasks
 
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop) do |t|
t.options = ['-D', 'config', 'lib', 'spec', 'files/gitlab-ctl-commands', 'files/gitlab-cookbooks/gitlab-ee', 'files/gitlab-cookbooks/runit']
t.options = ['-D', 'config', 'lib', 'spec', 'support', 'files/gitlab-ctl-commands', 'files/gitlab-cookbooks/gitlab-ee', 'files/gitlab-cookbooks/runit']
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment