Skip to content

Commit

Permalink
add rubocop yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Apr 11, 2014
1 parent 810ee42 commit dbeec6e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .rubocop.yml
@@ -0,0 +1,43 @@
AllCops:
Include:
- '**/*.gemspec'
- '**/Rakefile'

DefaultScope:
Exclude:
- lib/r509/trollop.rb

StringLiterals:
Enabled: false

HashSyntax:
EnforcedStyle: hash_rockets

PredicateName: # is_ prefix
Enabled: false

BlockNesting:
Max: 4

# Offense count: 7
# Configuration parameters: EnforcedStyle, SupportedStyles.
ClassAndModuleChildren:
Enabled: false

Void:
Enabled: false

WordArray:
Enabled: false

SignalException:
Enabled: false

CaseIndentation:
Enabled: false

NumericLiterals:
Enabled: false

IfUnlessModifier:
Enabled: false

0 comments on commit dbeec6e

Please sign in to comment.