Skip to content

Commit

Permalink
Remove rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Dec 23, 2018
1 parent 2a18b65 commit b7285a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'yard'
require 'yard/rake/yardoc_task'
require 'English' # needed for $CHILD_STATUS vs $?

args = [:spec, :make_bin_executable, :yard, :rubocop, :check_binstubs]
args = [:spec, :make_bin_executable, :yard, :check_binstubs]

YARD::Rake::YardocTask.new do |t|
OTHER_PATHS = %w().freeze
Expand Down

0 comments on commit b7285a7

Please sign in to comment.