Skip to content

Commit

Permalink
Remove rubocop tasks and simplify Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 16, 2021
1 parent 8e3421c commit 6cb9820
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
#!/usr/bin/env rake
# frozen_string_literal: true

require "bundler/gem_tasks"

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "lib"))

require "rspec/core"
require "rspec/core/rake_task"

task default: :spec
Expand Down
20 changes: 0 additions & 20 deletions rakelib/rubocop.rake

This file was deleted.

0 comments on commit 6cb9820

Please sign in to comment.