summarylogtreecommitdiffstats
path: root/disable-rubocop.patch
blob: 2e92b54ddf589ef43691be469221712d99909d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/Rakefile b/Rakefile
index 60de4a9..bc5a9c8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,16 +2,7 @@
 
 require "bundler/gem_tasks"
 require "rspec/core/rake_task"
-require "rubocop/rake_task"
 
-RuboCop::RakeTask.new
-
-desc "Run specs"
-RSpec::Core::RakeTask.new(:spec) do |t|
-  t.rspec_opts = %w[--color]
-end
-
-task spec: :rubocop
 task default: :spec
 
 desc "Update ChangeLog based on commits in master"