Skip to content

Commit e44ec27

Browse files
committed
Add node folders to nohttp check suppressions
1 parent 930c934 commit e44ec27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/nohttp/suppressions.xml

+3
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
<suppress files="jquery-[0-9]\.[0-9]\.[0-9].js" checks="NoHttp" />
1111
<suppress files="[\\/]spring-boot-project.setup" checks="NoHttp" />
1212
<suppress files="DockerHostTests\.java" checks="NoHttp" />
13+
<suppress files="[\\/]\.gradle[\\/]nodejs[\\/]" checks="NoHttp" />
14+
<suppress files="[\\/]\.gradle[\\/]npm[\\/]" checks="NoHttp" />
15+
<suppress files="[\\/]\.gradle[\\/]_npx[\\/]" checks="NoHttp" />
1316
</suppressions>

0 commit comments

Comments
 (0)