Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed May 22, 2015
1 parent 03cc10f commit 91a1472
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
21 changes: 12 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@

MethodLength:
Max: 200
Max: 200

LineLength:
Max: 160
Max: 160

AbcSize:
Max: 50
Max: 75

FileName:
Enabled: false
Enabled: false

PerceivedComplexity:
Enabled: false
Enabled: false

CyclomaticComplexity:
Enabled: false
Enabled: false

ClassLength:
Enabled: false
Enabled: false

IfUnlessModifier:
Enabled: false
Enabled: false

RegexpLiteral:
Enabled: false
Enabled: false

Style/Documentation:
Enabled: false
1 change: 0 additions & 1 deletion sensu-plugins-hardware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yard', '~> 0.8'
s.add_development_dependency 'pry', '~> 0.10'
end

0 comments on commit 91a1472

Please sign in to comment.