8000 minor: add space before xml comment end '-->' to ease reading and mak… · checkstyle/checkstyle@4ed7cb8 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 4ed7cb8

Browse files
romanipbludov
authored andcommitted
minor: add space before xml comment end '-->' to ease reading and make links corrent in IDEs
1 parent c46a16d commit 4ed7cb8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,19 +1612,19 @@
16121612
http://www.mojohaus.org/sonar-maven-plugin/sonar-maven-plugin
16131613
</excludedLink>
16141614
<!-- Excluded due to Maven Codehaus Plugin's issue #4:
1615-
https://github.com/mojohaus/mojohaus.github.io/issues/4-->
1615+
https://github.com/mojohaus/mojohaus.github.io/issues/4 -->
16161616
<excludedLink>http://mojo.codehaus.org/antlr-maven-plugin</excludedLink>
16171617
<!-- Excluded due to Maven JDepend Plugin's issue #2:
1618-
https://github.com/mojohaus/jdepend-maven-plugin/issues/2-->
1618+
https://github.com/mojohaus/jdepend-maven-plugin/issues/2 -->
16191619
<excludedLink>http://mojo.codehaus.org/jdepend-maven-plugin</excludedLink>
16201620
<!-- Excluded due to Maven Taglist Plugin's issue #3:
1621-
https://github.com/mojohaus/taglist-maven-plugin/issues/3-->
1621+
https://github.com/mojohaus/taglist-maven-plugin/issues/3 -->
16221622
<excludedLink>http://mojo.codehaus.org/taglist-maven-plugin</excludedLink>
16231623
<!-- Excluded due to Maven ANTLR4 Plugin's issue #978:
1624-
https://github.com/antlr/antlr4/issues/978-->
1624+
https://github.com/antlr/antlr4/issues/978 -->
16251625
<excludedLink>http://www.antlr.org/antlr4-maven-plugin</excludedLink>
16261626
<!-- Excluded due to Maven Release Plugin's issue #919:
1627-
https://issues.apache.org/jira/browse/MRELEASE-919-->
1627+
https://issues.apache.org/jira/browse/MRELEASE-919 -->
16281628
<excludedLink>http://maven.apache.org/plugins/maven-release-plugin/</excludedLink>
16291629
<!-- permanent java.net.UnknownHostException :-->
16301630
<excludedLink>http://jacoco-maven-plugin/</excludedLink>
@@ -1634,7 +1634,7 @@
16341634
</excludedLink>
16351635

16361636
<!-- Excluded due to linkcheck's issue #22:
1637-
https://issues.apache.org/jira/browse/MLINKCHECK-22-->
1637+
https://issues.apache.org/jira/browse/MLINKCHECK-22 -->
16381638
<excludedLink>https://twitter.com/checkstyle_java/</excludedLink>
16391639
<!-- linkcheck plugin can not resolve &amps; inside url -->
16401640
<excludedLink>http 8000 s://flattr.com/submit/</excludedLink>
@@ -1675,7 +1675,7 @@
16751675
<profiles>
16761676

16771677
<profile>
1678-
<!-- To be used during development. Run the command-->
1678+
<!-- To be used during development. Run the command -->
16791679
<!-- mvn -Pno-validations site -->
16801680
<id>no-validations</id>
16811681
<properties>
@@ -1694,7 +1694,7 @@
16941694
</profile>
16951695

16961696
<profile>
1697-
<!-- To be used during development. Run the command-->
1697+
<!-- To be used during development. Run the command -->
16981698
<!-- mvn -Passembly package -->
16991699
<id>assembly</id>
17001700
<properties>
@@ -2735,11 +2735,11 @@
27352735
<param>com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest</param>
27362736
</targetTests>
27372737
<excludedMethods>
2738-
<!--cause of https://github.com/checkstyle/checkstyle/issues/3605-->
2738+
<!--cause of https://github.com/checkstyle/checkstyle/issues/3605 -->
27392739
<param>setFeaturesBySystemProperty</param>
27402740
</excludedMethods>
27412741
<avoidCallsTo>
2742-
<!--cause of https://github.com/checkstyle/checkstyle/issues/3605-->
2742+
<!--cause of https://github.com/checkstyle/checkstyle/issues/3605 -->
27432743
<avoidCallsTo>
27442744
com.puppycrawl.tools.checkstyle.XmlLoader$LoadExternalDtdFeatureProvider
27452745
</avoidCallsTo>

0 commit comments

Comments
 (0)
0