DBZ-252 exclude antlr classes which are not in their library and has to be copied

This commit is contained in:
rkuchar 2018-04-08 14:20:58 +02:00 committed by Gunnar Morling
parent 782ab75160
commit 9aa2d75c94

View File

@ -12,4 +12,7 @@
<suppress checks="." files=".[\\/]io[\\/]debezium[\\/]connector[\\/]postgresql[\\/]proto[\\/].*\.java$"/>
<!--exclude any antlr generated files-->
<suppress checks="." files=".[\\/]io[\\/]debezium[\\/]ddl[\\/]parser[\\/]mysql[\\/]generated[\\/].*\.java$"/>
<!--exclude files from antlr which has to be copied into the module, because they are not included in library-->
<suppress checks="." files=".[\\/]io[\\/]debezium[\\/]antlr[\\/]CaseChangingCharStream\.java$"/>
<suppress checks="." files=".[\\/]io[\\/]debezium[\\/]antlr[\\/]ProxyParseTreeListener\.java$"/>
</suppressions>