Skip to content

Commit

Permalink
Update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jan 10, 2017
1 parent 39b289b commit b6a2666
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-01-10 15:26:39 +1030 using RuboCop version 0.46.0.
# on 2017-01-10 15:41:51 +1030 using RuboCop version 0.46.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -128,7 +128,7 @@ Metrics/ClassLength:
Metrics/CyclomaticComplexity:
Max: 13

# Offense count: 105
# Offense count: 104
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 38
Expand All @@ -148,6 +148,13 @@ Performance/RedundantMatch:
Exclude:
- 'app/helpers/application_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect.
Performance/StartWith:
Exclude:
- 'app/helpers/versions_helper.rb'

# Offense count: 12
Style/AccessorMethodName:
Exclude:
Expand Down Expand Up @@ -356,7 +363,7 @@ Style/GlobalVars:
- 'db/migrate/20100928030598_create_sessions.rb'
- 'db/migrate/20120510025219_add_not_null_constraints_for_timestamp_columns.rb'

# Offense count: 50
# Offense count: 44
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
Expand Down

0 comments on commit b6a2666

Please sign in to comment.