Skip to content

Commit 52a7101

Browse files
authored
JCL-330: Checkstyle configuration for Windows (#413)
1 parent ff4f329 commit 52a7101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/checkstyle/suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<suppress checks="[a-zA-Z0-9]+" files="target[/\\]generated-sources"/>
1414
<suppress checks="[a-zA-Z0-9]+" files="target[/\\]generated-test-sources"/>
1515
<!-- allow GET/HEAD/POST methods -->
16-
<suppress checks="MethodName" files="src/main/java/com/inrupt/client/Request.java"/>
16+
<suppress checks="MethodName" files="src[/\\]main[/\\]java[/\\]com[/\\]inrupt[/\\]client[/\\]Request.java"/>
1717
</suppressions>
1818

0 commit comments

Comments
 (0)