1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/command
Ryuta Kamizono 528b62e386 Address to false negative for Performance/DeletePrefix,DeleteSuffix
Follow up to c07dff7227.

Actually it is not the cop's fault, but we mistakenly use `^`, `$`, and
`\Z` in much places, the cop doesn't correct those conservatively.

I've checked all those usage and replaced all safe ones.
2020-06-14 13:04:47 +09:00
..
helpers Rename to Diffing and move module into credentials command 2019-08-03 23:06:47 +02:00
actions.rb Don't load app environment when editing credentials 2018-12-26 00:03:20 +01:00
base.rb Also avoid deprecation warnings if command fails 2019-11-15 21:21:52 -05:00
behavior.rb Address to false negative for Performance/DeletePrefix,DeleteSuffix 2020-06-14 13:04:47 +09:00
environment_argument.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
spellchecker.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00