summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 21:45:53 -0700
committermo khan <mo@mokhan.ca>2021-02-04 21:45:53 -0700
commit7bc5e33e59c5218fc06c7fad119f1faa9a05e23f (patch)
tree3b77e0dd9ef3600a28e063df9397cbd2f4a35f03 /Rakefile
parent1ab190b0374f4e579d85b4993ea184525eefb3bd (diff)
chore: update ci configuration
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 117fd3c..8e3297e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,5 +21,5 @@ task :licensed do
sh 'bundle exec licensed status'
end
-task lint: [:rubocop, 'bundle:audit', :licensed]
+task audit: ['bundle:audit', :licensed]
task default: %i[clobber compile spec]