diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-27 18:22:46 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-10 18:34:15 -0600 |
commit | 4995302df64b71846370aa80f5b12a2d73112421 (patch) | |
tree | d6e0667f4f0399a7a13f17e54fa1860b03a588ed /.simplecov | |
parent | 4a47470febe34bf67e84a2904422626caa64224e (diff) | |
download | gitlab-ce-4995302df64b71846370aa80f5b12a2d73112421.tar.gz |
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.
Diffstat (limited to '.simplecov')
0 files changed, 0 insertions, 0 deletions