Browse Source
This commit updates the MavenPublishingConventions to use HTTPS to link to the Apache license. The configuration of NoHTTP has also been reworked so that it will correctly find usch uses of http:// URLs. Closes gh-21459pull/21481/head
8 changed files with 21 additions and 13 deletions
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0"?> |
||||
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://checkstyle.org/dtds/configuration_1_2.dtd"> |
||||
<module name="com.puppycrawl.tools.checkstyle.Checker"> |
||||
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"> |
||||
<property name="whitelistFileName" value="${main.basedir}/src/checkstyle/nohttp-whitelist.txt"/> |
||||
</module> |
||||
</module> |
||||
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" |
||||
"https://www.puppycrawl.com/dtds/configuration_1_3.dtd"> |
||||
<module name="Checker"> |
||||
<property name="charset" value="UTF-8"/> |
||||
<property name="fileExtensions" value=""/> |
||||
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"> |
||||
<property name="whitelistFileName" value="src/nohttp/whitelist.lines"/> |
||||
</module> |
||||
<module name="SuppressionFilter"> |
||||
<property name="file" value="src/nohttp/suppressions.xml"/> |
||||
</module> |
||||
<module name="SuppressWithPlainTextCommentFilter"/> |
||||
</module> |
||||
Loading…
Reference in new issue