mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Benign spotbugs warnings were suppressed, and all others were fixed. Bug descriptions are documented here: https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html Co-authored-by: Austin Shalit <austinshalit@gmail.com>
12 lines
439 B
XML
12 lines
439 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE
|
|
suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
|
<suppressions>
|
|
<suppress files=".*test.*" checks="MissingJavadocMethod" />
|
|
<suppress files=".*wpilibjIntegrationTests.*"
|
|
checks="MissingJavadocMethod" />
|
|
<suppress files=".*JNI.*"
|
|
checks="(LineLength|EmptyLineSeparator|ParameterName|MissingJavadocMethod)" />
|
|
</suppressions>
|