Allow flay and flog to fail for now
This commit is contained in:
parent
4326690ff8
commit
d22918a1f0
1 changed files with 6 additions and 2 deletions
|
@ -209,8 +209,12 @@ rubocop: *exec
|
|||
rake haml_lint: *exec
|
||||
rake scss_lint: *exec
|
||||
rake brakeman: *exec
|
||||
rake flog: *exec
|
||||
rake flay: *exec
|
||||
rake flog:
|
||||
<<: *exec
|
||||
allow_failure: yes
|
||||
rake flay:
|
||||
<<: *exec
|
||||
allow_failure: yes
|
||||
license_finder: *exec
|
||||
rake downtime_check: *exec
|
||||
|
||||
|
|
Loading…
Reference in a new issue