Skip to content

Commit 967ef63

Browse files
exclude GoGrammarTest #52
1 parent 95a495c commit 967ef63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@
152152
<includes>
153153
<include>**/*Test*</include>
154154
</includes>
155+
<excludes>
156+
<exclude>**/GoGrammarTest.java</exclude>
157+
</excludes>
155158
</configuration>
156159

157160

0 commit comments

Comments
 (0)