We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fefbb commit 9b2b4b3Copy full SHA for 9b2b4b3
tools/maven/suppressions.xml
@@ -26,6 +26,7 @@ under the License.
26
<suppress files="DataTypes.java" checks="MethodNameCheck"/>
27
28
<suppress files="CoreOptions.java" checks="FileLength"/>
29
+ <suppress files="RESTCatalogTest.java" checks="FileLength"/>
30
31
<!-- target directory is not relevant for checkstyle -->
32
<suppress
0 commit comments