Skip to content

Commit

Permalink
#417 Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacineiras committed Nov 16, 2023
1 parent 570ff8e commit 4ddfd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/checkstyle/OSS_checkstyle_suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<suppress checks="ClassDataAbstractionCoupling" files="[/\\].*ProcessorTest\.java" />
<suppress checks="ClassDataAbstractionCoupling" files="[/\\].*Standalone\.java" />
<suppress checks="ClassDataAbstractionCoupling" files="[/\\].*AvroSerializersUtil\.java" />
<suppress checks="ClassDataAbstractionCoupling" files="[/\\].*ExtractorFactoryTest\.java" />
<suppress checks="ExecutableStatementCount" files="[/\\].*Standalone\.java" />
<suppress checks="AnonInnerLength" files="[/\\].*AutoCompletion\.java" />
<suppress checks="Indentation" files="[/\\].*ExtractorTest\.java" />
Expand Down

0 comments on commit 4ddfd68

Please sign in to comment.