Add a Rake task to assure the quality of the codebase
This commit is contained in:
parent
37f982b23d
commit
0af2766543
3
Rakefile
3
Rakefile
@ -34,3 +34,6 @@ task :coverage do
|
|||||||
Rake::Task['spec'].execute
|
Rake::Task['spec'].execute
|
||||||
`open coverage/index.html`
|
`open coverage/index.html`
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc 'Test, lint and perform security and documentation audits'
|
||||||
|
task qa: %w[spec rubocop yard:junk verify_measurements bundle:audit]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user