Skip to content

Commit

Permalink
removes rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
noahc committed Jun 8, 2016
1 parent f3cdfca commit d05b50d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

require 'rubocop/rake_task'

desc 'Run RuboCop on the lib directory'
RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['lib/**/*.rb']
# don't abort rake on failure
task.fail_on_error = false
end

desc 'Run RSpec with code coverage'
task :coverage do
ENV['COVERAGE'] = 'true'
Expand Down Expand Up @@ -55,4 +46,4 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end

task default: [:rubocop, :spec, :yardoc]
task default: [:spec, :yardoc]
1 change: 0 additions & 1 deletion wice_grid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |s|

s.add_development_dependency('bundler', '~> 1.3')
s.add_development_dependency('simplecov', '~> 0.7')
s.add_development_dependency('rubocop', '~> 0.33')
s.add_development_dependency('coveralls', '~> 0.8.2')
s.add_development_dependency('codeclimate-test-reporter', '~> 0.4.7')
s.add_development_dependency('sqlite3', '~> 1.3')
Expand Down

0 comments on commit d05b50d

Please sign in to comment.