2016-05-20 12:07:40 -04:00
|
|
|
<?xml version="1.0"?>
|
2018-05-15 23:58:20 -07:00
|
|
|
<!DOCTYPE
|
|
|
|
|
suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
|
|
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
2016-05-20 12:07:40 -04:00
|
|
|
<suppressions>
|
2020-12-30 16:17:20 -08:00
|
|
|
<suppress files=".*test.*" checks="MissingJavadocMethod" />
|
2020-12-29 09:27:48 -08:00
|
|
|
<suppress files=".*wpilibjIntegrationTests.*"
|
2020-12-30 16:17:20 -08:00
|
|
|
checks="MissingJavadocMethod" />
|
2023-10-27 19:56:58 -04:00
|
|
|
<suppress files="wpimath.*"
|
2026-04-25 14:32:08 -04:00
|
|
|
checks="(LocalVariableName|MethodName|MethodTypeParameterName|ParameterName)" />
|
2018-05-24 00:31:04 -04:00
|
|
|
<suppress files=".*JNI.*"
|
2022-09-24 00:13:55 -07:00
|
|
|
checks="(EmptyLineSeparator|LineLength|MissingJavadocMethod|ParameterName)" />
|
2025-10-10 16:47:22 -04:00
|
|
|
<!-- Disable checks for generated protobuf files -->
|
|
|
|
|
<suppress files=".*generated[/\\].*[/\\]proto[/\\].*"
|
2026-04-25 14:32:08 -04:00
|
|
|
checks="(CustomImportOrder|EmptyLineSeparator|LeftCurly|LineLength|JavadocParagraph|MissingJavadocMethod|OverloadMethodsDeclarationOrder|SummaryJavadoc|UnnecessaryParentheses|OperatorWrap|JavadocMethod|JavadocTagContinuationIndentation)" />
|
2024-06-08 12:59:07 -04:00
|
|
|
<suppress files="wpilibj[/\\]src[/\\]generated.*"
|
|
|
|
|
checks="MethodName" />
|
2024-09-07 13:59:29 -04:00
|
|
|
<!-- Disable checkstyle for generated unit files -->
|
|
|
|
|
<suppress files="wpiunits[/\\]src[/\\]generated.*" checks=".*"/>
|
2025-07-26 06:45:40 +08:00
|
|
|
<suppress files="wpilibj[/\\]src[/\\]main[/\\]java[/\\]edu[/\\]wpi[/\\]first[/\\]wpilibj[/\\]I2C.java"
|
|
|
|
|
checks="OverloadMethodsDeclarationOrder" />
|
2026-01-02 09:47:48 -07:00
|
|
|
<!-- Disable LineLength for generated version file -->
|
|
|
|
|
<suppress files="wpilibj[/\\]build[/\\]generated.*" checks="LineLength"/>
|
2016-05-20 12:07:40 -04:00
|
|
|
</suppressions>
|