From 7be213afe1d91169107fb70555d40ac49c122011 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Sat, 4 Mar 2023 06:42:44 -0800 Subject: [PATCH] infra: fix name of upstream file to be in kebab-case --- checkstyle-tester/README.md | 4 ++-- checkstyle-tester/checks-nonjavadoc-error.xml | 2 +- misc/build.xml | 8 ++++---- patch-diff-report-tool/pom.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/checkstyle-tester/README.md b/checkstyle-tester/README.md index 2120a971..1563a1ae 100644 --- a/checkstyle-tester/README.md +++ b/checkstyle-tester/README.md @@ -256,7 +256,7 @@ and comparing the abstract syntax trees of both branches. ### Check Regression Report To generate the check difference report, you must separate the modules and settings in the -[`checkstyle_checks.xml`](https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle_checks.xml) +[`checkstyle-checks.xml`](https://github.com/checkstyle/checkstyle/blob/master/config/checkstyle-checks.xml) configuration file, found in the checkstyle repository, into separate configuration files (this helps avoid 'out of memory' errors). The best way to separate the checks is to determine which typically produce the most violations, @@ -266,7 +266,7 @@ then separating the rest into files with roughly ten checks each. You may modify all the checks that depend on external files to use default settings. **For each of the configuration files, you should use the [`my_check.xml`] (https://github.com/checkstyle/contribution/blob/master/checkstyle-tester/my_check.xml) -file as a base**, and add the checks from `checkstyle_checks.xml` to it. Then `diff.groovy` +file as a base**, and add the checks from `checkstyle-checks.xml` to it. Then `diff.groovy` should be run on all projects in `projects-to-test-on.properties`, using the `diff.groovy` script once for each configuration file. [See instructions above] diff --git a/checkstyle-tester/checks-nonjavadoc-error.xml b/checkstyle-tester/checks-nonjavadoc-error.xml index db9f1954..0d45cfa7 100644 --- a/checkstyle-tester/checks-nonjavadoc-error.xml +++ b/checkstyle-tester/checks-nonjavadoc-error.xml @@ -6,7 +6,7 @@