enable-buitlin-rules enables only specified built-in rules.
The following example enables github-pat and disables all other rules. It is useful for those who are interested in GitHub PAT only. It also brings better performance.
enable-builin-rules:
- github-pat
disable is stronger. github-pat will be disabled in the following case although it doesn't make sense. They are not specified together in most cases.
Description
enable-buitlin-rules
enables only specified built-in rules.The following example enables
github-pat
and disables all other rules. It is useful for those who are interested in GitHub PAT only. It also brings better performance.disable
is stronger.github-pat
will be disabled in the following case although it doesn't make sense. They are not specified together in most cases.