Skip to content

Commit

Permalink
adds RuboCop to the development dependencies and suggests a configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jaimeiniesta committed Nov 27, 2014
1 parent b28abcc commit cddb65f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@
Gemfile.lock
pkg/*
.idea/
.rubocop_todo.yml
.rubocop.yml
4 changes: 4 additions & 0 deletions .rubocop.yml.example
@@ -0,0 +1,4 @@
# Forcing the new ruby 1.9 syntax for hashes is not a requirement,
# we still { :love => 'hashrockets' }
Style/HashSyntax:
Enabled: false
1 change: 1 addition & 0 deletions meta_inspector.gemspec
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'pry'
gem.add_development_dependency 'guard'
gem.add_development_dependency 'guard-rspec'
gem.add_development_dependency 'rubocop'
end

0 comments on commit cddb65f

Please sign in to comment.