Merge branch '1.5.x' into 2.0.x
commit
2c8881a908
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE suppressions PUBLIC
|
||||||
|
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||||
|
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||||
|
<suppressions>
|
||||||
|
<suppress files="[\\/]transaction-logs[\\/]" checks="NoHttp" />
|
||||||
|
<suppress files="[\\/]target[\\/]" checks="NoHttp" />
|
||||||
|
<suppress files="[\\/]build.log" checks="NoHttp" />
|
||||||
|
<suppress files=".+\.(jar|git|ico|p12|gif|jks|jpg)" checks="NoHttp" />
|
||||||
|
<suppress files="dependency-reduced-pom.xml" checks="NoHttp" />
|
||||||
|
<suppress files="jquery.validate.js" checks="NoHttp" />
|
||||||
|
<suppress files="jquery-[0-9]\.[0-9]\.[0-9].js" checks="NoHttp" />
|
||||||
|
<suppress files="[\\/]spring-boot-project.setup" checks="NoHttp" />
|
||||||
|
</suppressions>
|
@ -0,0 +1,7 @@
|
|||||||
|
<?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>
|
@ -1,2 +1,8 @@
|
|||||||
^http://livereload.com/protocols/official-7.*
|
^http://docs.groovy-lang.org.*
|
||||||
^http://exslt.org/common.*
|
^http://exslt.org/common.*
|
||||||
|
^http://groovy-lang.org.*
|
||||||
|
^http://hsqldb.org.*
|
||||||
|
^http://livereload.com/.*
|
||||||
|
^http://www.jdotsoft.com.*
|
||||||
|
^http://spockframework.org.*
|
||||||
|
^http://ganglia.sourceforge.net.*
|
||||||
|
Loading…
Reference in New Issue