diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3c24c0c0890c..d4ccf176a2db 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 @@ -9,7 +9,7 @@ # Offense count: 1 Lint/HandleExceptions: Exclude: - - 'make_manifest.rb' + - 'cdap-distributions/bin/make_manifest.rb' # Offense count: 1 Metrics/AbcSize: @@ -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'