issues
search
skryukov
/
rubocop-gradual
Gradually improve your code with RuboCop
MIT License
36
stars
0
forks
source link
Add autocorrection
#6
Closed
skryukov
closed
2 years ago
skryukov
commented
2 years ago
This PR:
adds new
-a
and
-A
options to automatically fix new or changed files
renames
-u, --update
to
-U, --force-update
and deprecated old one Closes #5
adds preferable
--check
option instead of deprecated
--ci
Closes #1
This PR:
-a
and-A
options to automatically fix new or changed files-u, --update
to-U, --force-update
and deprecated old one Closes #5--check
option instead of deprecated--ci
Closes #1