Open ojha-aditya opened 1 month ago
no, but the reviewer might point out shortcomings to your code which includes the same errors that the linter points out
see also #35
Understood. Thank you
So as reviewer we also go through the linting score and get that fixed before approving?
The linter will help you to review, but there can be more issues that the linter doesn’t catch
And what is a good enough linting score to merge the PR?
Also, can we use code formatters like Black for linting the code automatically? For future HWs I mean.
Also, can we use code formatters like Black for linting the code automatically? For future HWs I mean.
You can use autoformatters.
Thank you for the clarification, closing this as well.
Also, can we use code formatters like Black for linting the code automatically? For future HWs I mean.
Does this mean our code will get corrected on the go and won't have linting issues when we do a PR or when we do local linting? If so, why are such autoformatters not applied to codespaces/IDEs etc. by default to get rid of linting issues altogether?
@laserlab do we need to compulsorily implement listing for this HW?