mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:50:55 +08:00
98bfcd53bc
* 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
15 lines
671 B
XML
15 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>
|