| Class | RuboCop::Git::Patch |
| In: |
lib/rubocop/git/patch.rb
|
| Parent: | Object |
| RANGE_INFORMATION_LINE | = | /^@@ .+\+(?<line_number>\d+),/ |
| MODIFIED_LINE | = | /^\+(?!\+|\+)/ |
| NOT_REMOVED_LINE | = | /^[^-]/ |