This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push: new 16a82078 YETUS-1198. Some default values for GitHub Actions are mistakenly documented (#288) 16a82078 is described below commit 16a82078f8d65c9bcc41ce7867e60be5b8a63171 Author: Kengo Seki <sek...@apache.org> AuthorDate: Wed Sep 28 05:32:35 2022 +0900 YETUS-1198. Some default values for GitHub Actions are mistakenly documented (#288) --- .../in-progress/precommit/robots/githubactions.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md b/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md index fc7e8b5a..698cbb55 100644 --- a/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md +++ b/asf-site-src/source/documentation/in-progress/precommit/robots/githubactions.html.md @@ -73,13 +73,13 @@ Options currently supported are: | blankstabsignorefile | same as `--blanks-tabs-ignore-file` | `.yetus/blanks-tabs.txt` | [blanks plug-in](../../plugins/blanks) | | bufbasedir | same as `--buf-basedir` | `.` | [buf plug-in](../../plugins/buf) | | buildtool | same as `--build-tool` | `nobuild` | [Build Tools](../../buildtools) | -| continuousimprovement | same as `--continuous-improvement` | true | [Robots](..) | +| continuousimprovement | same as `--continuous-improvement` | false | [Robots](..) | | excludes | same as `--excludes` | `.yetus/excludes.txt` | [Usage Introduction](../../usage-intro) | | githubtoken | same as `--github-token` | NONE | [GitHub plug-in](../../plugins/github) | | javahome | same as `--java-home` | `/usr/lib/jvm/java-11-openjdk-amd64` | [Java-related plug-ins](../../plugins/javac) | | patchdir | same as `--patch-dir` | NONE |[Usage Introduction](../../usage-intro) | | pip | same as `--pylint-pip` | pip3 | [pylint plug-in](../../plugins/pylint) | -| plugins | same as `--plugins` | all,-asflicense,-author,-shelldocs | [Usage Introduction](../../usage-intro) | +| plugins | same as `--plugins` | all,-asflicense,-author,-findbugs,-gitlab,-jira,-shelldocs | [Usage Introduction](../../usage-intro) | | project | same as `--project` | Auto-set based upon the repository name | [Usage Introduction](../../usage-intro) | | pylint | same as `--pylint` | pylint3 | [pylint plug-in](../../plugins/pylint) | | reapermode | same as `--reapermode` | kill | [Advanced Usage](../../advanced) | @@ -98,7 +98,7 @@ Some options are hard-coded to make `test-patch` easier to use: | `--ignore-unknown-options` | true | [Usage Introduction](../../usage-intro) | | `--junit-report-xml` | patchdir/junit-report.xml | [junit plug-in](../../plugins/junit-bugsystem) | | `--pylint-requirements` | true | [pylint plug-in](../../plugins/pylint) | -| `--report-unknown-options` | true | [Usage Introduction](../../usage-intro) | +| `--report-unknown-options` | false | [Usage Introduction](../../usage-intro) | ## Manual Configuration