Skip to content

Commit

Permalink
rubocop: remove config that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jan 8, 2015
1 parent 4c65baa commit a68eb3b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .rubocop.yml
Expand Up @@ -8,10 +8,6 @@
inherit_from:
.rubocop_yast_style.yml

# Offense count: 4
Metrics/BlockNesting:
Max: 4

# Offense count: 5
# Configuration parameters: CountComments.
Metrics/ClassLength:
Expand Down Expand Up @@ -60,10 +56,6 @@ Style/MethodName:
Style/NegatedIf:
Enabled: false

Style/NonNilCheck:
Enabled: true
IncludeSemanticChanges: true

Style/VariableName:
EnforcedStyle: snake_case
Exclude:
Expand Down

0 comments on commit a68eb3b

Please sign in to comment.