We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497e697 commit 4023391Copy full SHA for 4023391
config/checkstyle/checkstyle.xml
@@ -12,7 +12,7 @@
12
<property name="format" value="System\.(out|err)\.print(ln)?"/>
13
<property name="message" value="Use logging framework instead of System.out.println"/>
14
<property name="illegalPattern" value="true"/>
15
- <property name="files" value="^(?!databend-jdbc/com/databend/jdbc/examples/).*\.java$"/>
+ <property name="files" value="^(?!databend-jdbc/src/main/java/com/databend/jdbc/examples/).*\.java$"/>
16
</module>
17
18
<!-- 其他规则 -->
0 commit comments