Skip to content

Commit

Permalink
Introduce reek
Browse files Browse the repository at this point in the history
  • Loading branch information
yasaichi committed Jan 10, 2016
1 parent a407455 commit 85866fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .reek
@@ -0,0 +1,6 @@
Attribute:
enabled: false
IrresponsibleModule:
enabled: false
TooManyStatements:
max_statements: 10
1 change: 1 addition & 0 deletions gakubuchi.gemspec
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "appraisal", ">= 2.0.0"
s.add_development_dependency "codeclimate-test-reporter"
s.add_development_dependency "haml-rails"
s.add_development_dependency "reek"
s.add_development_dependency "rspec-rails", ">= 3.0.1"
s.add_development_dependency "rubocop"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit 85866fe

Please sign in to comment.