lib/rubocop/git/patch.rb in rubocop-git-0.0.2 vs lib/rubocop/git/patch.rb in rubocop-git-0.0.3

- old
+ new

@@ -1,6 +1,6 @@ module RuboCop::Git -# copy from https://github.com/thoughtbot/hound/blob/be2dd34/app/models/patch.rb +# copy from https://github.com/thoughtbot/hound/blob/d2f3933/app/models/patch.rb class Patch RANGE_INFORMATION_LINE = /^@@ .+\+(?<line_number>\d+),/ MODIFIED_LINE = /^\+(?!\+|\+)/ NOT_REMOVED_LINE = /^[^-]/