Skip to content

Commit a0cbdf8

Browse files
committed
Use the same checkstyle-8.10 tag everywhere
1 parent fee3305 commit a0cbdf8

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/resources/pmd_report_builder/project-list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_1_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11+
<tag>checkstyle-8.10</tag>
1112
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
1213
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
1314
</project>

test/resources/project_builder/project-list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_1_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11+
<tag>checkstyle-8.10</tag>
1112
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
1213
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
1314
<build-command>mvn test-compile -B</build-command>

test/resources/project_diff_report/project-list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_1_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11+
<tag>checkstyle-8.10</tag>
1112
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
1213
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
1314
<build-command>mvn test-compile -B</build-command>

test/resources/projects_parser/project-list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_1_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11+
<tag>checkstyle-8.10</tag>
1112
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
1213
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
1314
<build-command>mvn test-compile -B</build-command>

test/resources/summary_report_builder/project-list.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_1_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11+
<tag>checkstyle-8.10</tag>
1112
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
1213
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
1314
<build-command>mvn test-compile -B</build-command>

0 commit comments

Comments
 (0)