Skip to content
New issue

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

Allow configuration of more parameters via repository options file #141

Open
7 of 13 tasks
gudmdharalds opened this issue Jan 6, 2021 · 0 comments
Open
7 of 13 tasks

Comments

@gudmdharalds
Copy link
Contributor

gudmdharalds commented Jan 6, 2021

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant