Skip to content

Commit

Permalink
regenerate rubocop_todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklwood committed Jan 18, 2016
1 parent 6969377 commit 60522b4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-01-15 17:31:44 -0800 using RuboCop version 0.35.1.
# on 2016-01-18 12:37:53 -0800 using RuboCop version 0.35.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 @@ -9,7 +9,7 @@
# Offense count: 1
Lint/HandleExceptions:
Exclude:
- 'make_manifest.rb'
- 'cdap-distributions/bin/make_manifest.rb'

# Offense count: 1
Metrics/AbcSize:
Expand All @@ -28,10 +28,4 @@ Metrics/MethodLength:
# Offense count: 1
Style/AsciiComments:
Exclude:
- 'make_manifest.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/LeadingCommentSpace:
Exclude:
- 'make_manifest.rb'
- 'cdap-distributions/bin/make_manifest.rb'

0 comments on commit 60522b4

Please sign in to comment.