We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we only allow a few options to be configured via repository configuration file. We should allow more options to be configured this way.
The following options should be configurable. All are boolean:
boolean
--hashes-api
--autoapprove
--autoapprove-php-nonfunctional-changes
--results-comments-sort
--review-comments-include-severity
--phpcs
--svg-checks
The following are more complex to implement, and so will be implemented in a later phase:
--review-comments-max
--review-comments-total-max
--review-comments-ignore
--branches-ignore
--lint
Look into in more detail:
--phpcs-runtime-set
The text was updated successfully, but these errors were encountered:
Allow more options to be configured from repo options file.
f96785c
See background in #141.
No branches or pull requests
Currently we only allow a few options to be configured via repository configuration file. We should allow more options to be configured this way.
The following options should be configurable. All are
boolean
:--hashes-api
--autoapprove
--autoapprove-php-nonfunctional-changes
--results-comments-sort
--review-comments-include-severity
--phpcs
--svg-checks
The following are more complex to implement, and so will be implemented in a later phase:
--review-comments-max
(integer)--review-comments-total-max
(integer)--review-comments-ignore
(string)--branches-ignore
(string)--lint
(boolean)Look into in more detail:
--phpcs-runtime-set
(array of strings)The text was updated successfully, but these errors were encountered: