diff --git a/Rakefile b/Rakefile index 5d4c20b..85dfe71 100644 --- a/Rakefile +++ b/Rakefile @@ -34,3 +34,6 @@ task :coverage do Rake::Task['spec'].execute `open coverage/index.html` end + +desc 'Test, lint and perform security and documentation audits' +task qa: %w[spec rubocop yard:junk verify_measurements bundle:audit]