Skip to content

Commit

Permalink
Remove Rubocop from guard don't play well with pry
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Nov 22, 2014
1 parent 7ebc2ad commit c9f8ec2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ group :red_green_refactor, halt_on_fail: true do
watch(%r{^spec/(.+)_spec\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
end

guard :rubocop, all_on_start: false, cli: ['--format', 'clang', '--rails'] do
watch(%r{.+\.rb$})
watch(%r{(?:.+/)?\.(rubocop|hound)\.yml$}) { |m| File.dirname(m[0]) }
end
end
1 change: 0 additions & 1 deletion spree_postal_service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry-rails', '>= 0.3.2'
s.add_development_dependency 'database_cleaner', '1.3.0'
s.add_development_dependency 'guard-rspec', '>= 4.2.8'
s.add_development_dependency 'guard-rubocop', '>= 1.1.0'
s.add_development_dependency 'rubocop', '>= 0.24.1'
end

0 comments on commit c9f8ec2

Please sign in to comment.