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.*"
|
2022-09-24 00:13:55 -07:00
|
|
|
checks="(LocalVariableName|MemberName|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)" />
|
2023-12-05 20:02:29 -05:00
|
|
|
<suppress files=".*math[/\\]proto.*"
|
2023-10-19 21:41:47 -07:00
|
|
|
checks="(CustomImportOrder|EmptyLineSeparator|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=".*"/>
|
2016-05-20 12:07:40 -04:00
|
|
|
</suppressions>
|