We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a file test.rb that contains
test.rb
{ foo: "bar", bar: "foo", }
then rufo test.rb returns an exit status of '3' and changes the file to
rufo test.rb
if I run rufo test.rb AGAIN it returns an exits status of `3' and changes the file to
if I run rufo test.rb yet again if finally returns an exit status of '0' and makes no changes
I would expect rufo to change the file to the final form on the first run
The text was updated successfully, but these errors were encountered:
add spec
65efca2
ref: #327
fc7d43a
Successfully merging a pull request may close this issue.
Given a file
test.rb
that containsthen
rufo test.rb
returns an exit status of '3' and changes the file toif I run
rufo test.rb
AGAIN it returns an exits status of `3' and changes the file toif I run
rufo test.rb
yet again if finally returns an exit status of '0' and makes no changesI would expect rufo to change the file to the final form on the first run
The text was updated successfully, but these errors were encountered: