You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from 0.7.9 to 1.1.0 our team noticed that some lint violations had crept in. They were all autofixable so I'm wondering if the diff detection is not working?
0.7.9:
Verifying setup for RuboCop…
Verified RuboCop setup
Will use RuboCop to check the files with extensions rb
Linting and auto-fixing files in /home/runner/work/project/project with RuboCop…
RuboCop found no issues (success)
Committing changes
Pushing changes to ***github.com/company/project.git
To https://github.com/company/project.git
It's not obvious from the log in 0.7.9 but it did push an autofix commit.
1.1.0:
Verifying setup for RuboCop…
Verified RuboCop setup
Will use RuboCop to check the files with extensions rb
Linting and auto-fixing files in /home/runner/work/project/project with RuboCop…
RuboCop found no issues (success)
In 1.1.0 no autofix commit was pushed
The text was updated successfully, but these errors were encountered:
After upgrading from 0.7.9 to 1.1.0 our team noticed that some lint violations had crept in. They were all
autofixable
so I'm wondering if the diff detection is not working?0.7.9:
It's not obvious from the log in 0.7.9 but it did push an autofix commit.
1.1.0:
In 1.1.0 no autofix commit was pushed
The text was updated successfully, but these errors were encountered: