feat(#838): disable linting with --blind flag to improve performance#850
Conversation
bb8adde to
13c5625
Compare
13c5625 to
6848f5f
Compare
|
@yegor256 we can disable listing with the use of |
|
|
||
| ## Options | ||
|
|
||
| You can apply the following options to the `eoc` command: |
There was a problem hiding this comment.
@volodya-lombrozo this looks like a duplication of information to me. What happens when the actual list of options of eoc changes and we forget to update the README file?
There was a problem hiding this comment.
@yegor256 should we remove Commands section for consistency?
https://github.com/objectionary/eoc?tab=readme-ov-file#commands
There was a problem hiding this comment.
@yegor256 we can think how to generate these docs automatically in a separate PR. What do you think?
There was a problem hiding this comment.
@volodya-lombrozo yes, indeed, this would be helpful
|
@volodya-lombrozo Thanks for the contribution! You've earned +16 points for providing code reviews, which aligns perfectly with our policy that rewards collaborative development. Your contribution demonstrates the quality-focused approach we value - keep them coming! Your running score is +495 and growing; don't forget to check your Zerocracy account for the latest updates. 🚀 |
|
@yegor256 Thanks for the review! You've earned +7 points for this contribution: +12 as the base reward for conducting a code review, then -5 points deducted due to insufficient reviewer engagement (only 1 comment during the review, which is below our 12-comment threshold). Your running score is +18; don't forget to check your Zerocracy account too. |
This PR makes the
lintstep ignored when the--blindflag is provided, improving command execution speed.Fixes #838