gitlab-org--gitlab-foss/lib/gitlab/diff
Connor Shea 4995302df6
Enable the StringReplacement cop.
Also fix one use of `gsub` that would be faster as `delete`.

Use `tr` instead of `gsub` when you are replacing the same number of
characters. Use `delete` instead of `gsub` when you are deleting
characters.
2016-05-10 18:34:15 -06:00
..
file.rb Show a notice for diffs that are too large 2016-03-18 12:30:46 +01:00
highlight.rb Mark inline difference between old and new paths when a file is renamed 2016-01-29 19:37:17 +01:00
inline_diff.rb Mark inline difference between old and new paths when a file is renamed 2016-01-29 19:37:17 +01:00
inline_diff_marker.rb Mark inline difference between old and new paths when a file is renamed 2016-01-29 19:37:17 +01:00
line.rb Fix broken spec and small refactor. #3945 2015-12-30 18:42:11 -05:00
line_code.rb
parallel_diff.rb Properly highlight right side of parallel diff 2016-01-22 02:12:43 +01:00
parser.rb Enable the StringReplacement cop. 2016-05-10 18:34:15 -06:00