summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-21 07:55:45 -0400
committerrealtradam <[email protected]>2022-04-21 07:55:45 -0400
commit8c0569bf34405dfdf0968b26f33dd70976866943 (patch)
tree321cc6e1b0840b0eebf84523dcd6486cabaab3c6 /Rakefile
downloadJusticar-8c0569bf34405dfdf0968b26f33dd70976866943.tar.gz
Justicar-8c0569bf34405dfdf0968b26f33dd70976866943.zip
initv0.1.0
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..1924143
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+require "bundler/gem_tasks"
+require "rubocop/rake_task"
+
+RuboCop::RakeTask.new
+
+task default: :rubocop