-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
feature: auto fix problems #672
Conversation
Hi, sounds awesome, I will try to review it as soon as possible. Meanwhile, try to add some tests |
94c9e7b
to
540ea13
Compare
Hello, I totally forgot to check the tests, my bad. Don't hesitate to let me know if you need any adjustments. It's possible that I didn't quite understand how the code should be organised. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #672 +/- ##
==========================================
- Coverage 99.47% 99.30% -0.18%
==========================================
Files 44 45 +1
Lines 2672 2715 +43
Branches 463 465 +2
==========================================
+ Hits 2658 2696 +38
- Misses 13 18 +5
Partials 1 1 ☔ View full report in Codecov by Sentry. |
LGTM, thanks! |
Published on v2.1.0 |
This PR adds the possibility of using the
--fix
argument to automatically fix problems.Currently, I've only implemented the auto fix of indentation and trailing spaces. The goal was just to add the global logic.