Skip to content

Commit

Permalink
re-run rubocop autoconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
janxious committed Mar 18, 2017
1 parent ffe289f commit 208c92b
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-03-17 11:53:58 +0100 using RuboCop version 0.47.1.
# on 2017-03-18 11:45:15 -0400 using RuboCop version 0.47.1.
# 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 All @@ -25,7 +25,7 @@ Metrics/AbcSize:
# Offense count: 2
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Max: 73
Max: 68

# Offense count: 4
# Configuration parameters: CountComments.
Expand All @@ -37,12 +37,6 @@ Security/Eval:
Exclude:
- 'lib/expected_behavior/acts_as_archival.rb'

# Offense count: 1
# Cop supports --auto-correct.
Security/YAMLLoad:
Exclude:
- 'test/test_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth.
Expand Down Expand Up @@ -101,13 +95,6 @@ Style/ExtraSpacing:
Exclude:
- 'test/schema.rb'

# Offense count: 5
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Exclude:
- 'test/mass_attribute_test.rb'
- 'test/test_helper.rb'

# Offense count: 3
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Expand Down Expand Up @@ -170,12 +157,6 @@ Style/SpaceAroundOperators:
- 'Rakefile'
- 'test/basic_test.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/SpaceBeforeComment:
Exclude:
- 'test/test_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Expand All @@ -193,14 +174,6 @@ Style/SpaceInsideHashLiteralBraces:
Exclude:
- 'lib/expected_behavior/acts_as_archival.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
Exclude:
- 'test/test_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/UnneededPercentQ:
Expand Down

0 comments on commit 208c92b

Please sign in to comment.