-
Notifications
You must be signed in to change notification settings - Fork 22
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
update linters #40
update linters #40
Conversation
Codecov Report
@@ Coverage Diff @@
## main #40 +/- ##
==========================================
- Coverage 95.51% 95.35% -0.16%
==========================================
Files 6 6
Lines 1292 1292
==========================================
- Hits 1234 1232 -2
- Misses 42 43 +1
- Partials 16 17 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: Victor Castell <victor@victorcastell.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good.
Description
Update linters to the newest version and actualize the list of the linters
to try all linters without respect to the latest changes use
make lint-all
- as far as I see this gives quite strict code style, that might need be adopted, although most of the warnings should be fixed in a separate task.Changes include
Checklist