Skip to content

Commit

Permalink
Update, more rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jul 2, 2015
1 parent 3f0c530 commit d58b53d
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 144 deletions.
30 changes: 30 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,33 @@ AllCops:
- config.ru
Exclude:
- db/schema.rb

Style/ClassAndModuleChildren:
EnforcedStyle: compact
Enabled: false

# disable for now
Lint/NestedMethodDefinition:
Enabled: false
Style/ClassVars:
Enabled: false
Style/Documentation:
Enabled: false
Style/RescueModifier:
Enabled: false
Style/AccessorMethodName:
Enabled: false
Style/PredicateName:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Loading

0 comments on commit d58b53d

Please sign in to comment.