Skip to content
Snippets Groups Projects
Verified Commit 4747412a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Set higher flay value to avoid unnecessary refactoring for now

parent 3cebe9e7
Branches
Tags
1 merge request!1812Remove code duplication
desc 'Code duplication analyze via flay' desc 'Code duplication analyze via flay'
task :flay do task :flay do
output = %x(bundle exec flay --mass 30 app/ lib/gitlab/) output = %x(bundle exec flay --mass 35 app/ lib/gitlab/)
   
if output.include? "Similar code found" if output.include? "Similar code found"
puts output puts output
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment