Vauxoo / pre-commit-vauxoo

pre-commit-vauxoo python library to add a command to use all the configuration files and environment variables of Vauxoo
Other
1 stars 2 forks source link

[REF] pre-commit-config-autofix: trailing-whitespace for RST files #93

Closed moylop260 closed 1 year ago

moylop260 commented 1 year ago

They were excluded from OCA configuration files since it is autogenerated

But RST files are not autogenerated in Vauxoo

In fact, enabling doc8 checks it is detecting trailing whitespace

So, better auto fixing them

codecov-commenter commented 1 year ago

Codecov Report

Base: 78.09% // Head: 78.09% // No change to project coverage :thumbsup:

Coverage data is based on head (34f5809) compared to base (30de023). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## ======================================= Coverage 78.09% 78.09% ======================================= Files 4 4 Lines 420 420 ======================================= Hits 328 328 Misses 92 92 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Vauxoo)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

moylop260 commented 1 year ago

Superseded by https://github.com/Vauxoo/pre-commit-vauxoo/pull/94

In order to enable all the new autofixes in one step