mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

* Initial * Change streaming's * Fix * Fix * Fix org_ray * Fix cpp file name * Fix streaming * Fix * Fix * Fix testlistening * Fix missing sth in python * Fix * Fix * Fix SPI * Fix * Fix complation * Fix * Fix CI * Fix checkstyle Fix checkstyle * Fix streaming tests * Fix streaming CI * Fix streaming checkstyle. * Fix build * Fix bazel dep * Fix * Fix ray checkstyle * Fix streaming checkstyle * Fix bazel checkstyle
14 lines
671 B
XML
14 lines
671 B
XML
<!DOCTYPE suppressions PUBLIC
|
|
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
|
|
|
<suppressions>
|
|
<suppress checks="OperatorWrap" files=".*" />
|
|
<suppress checks="JavadocParagraph" files=".*" />
|
|
<suppress checks="SummaryJavadoc" files=".*" />
|
|
<suppress checks="AbbreviationAsWordInNameCheck" files=".*"/>
|
|
<suppress checks="ClassTypeParameterName" files="OneInputStreamTask.java"/>
|
|
<suppress checks="ClassTypeParameterName" files="StreamTask.java"/>
|
|
<!-- suppress check for flatbuffer-generated files. -->
|
|
<suppress checks=".*" files="io[\\/]ray[\\/]streaming[\\/]runtime[\\/]generated[\\/]" />
|
|
</suppressions>
|