You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for your lib, it's very useful. 🥳
I'm in need to version a file that has invalid code when checked against the validator. I want to verify this file and not let it block the next person that will update it. Is there a way to disable the validation for a code fragment within the file like PHPCS does with // @codingStandardsIgnoreStart and // @codingStandardsIgnoreEnd that you can add as delimiter.
I'm aware of the --no-verify at the commit moment but as mentionned above, the next file update will trigger the failure.
Thank you for your time! 🙏
The text was updated successfully, but these errors were encountered:
Hello, thank you for your lib, it's very useful. 🥳
I'm in need to version a file that has invalid code when checked against the validator. I want to verify this file and not let it block the next person that will update it. Is there a way to disable the validation for a code fragment within the file like PHPCS does with
// @codingStandardsIgnoreStart
and// @codingStandardsIgnoreEnd
that you can add as delimiter.I'm aware of the
--no-verify
at the commit moment but as mentionned above, the next file update will trigger the failure.Thank you for your time! 🙏
The text was updated successfully, but these errors were encountered: