[build] Add LineLength suppression for generated version file (#8530)

I managed to get a length of 101 characters when building locally
This commit is contained in:
sciencewhiz
2026-01-02 09:47:48 -07:00
committed by GitHub
parent d6b243fb46
commit 44ca9e816d

View File

@@ -19,4 +19,6 @@ suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN"
<suppress files="wpiunits[/\\]src[/\\]generated.*" checks=".*"/>
<suppress files="wpilibj[/\\]src[/\\]main[/\\]java[/\\]edu[/\\]wpi[/\\]first[/\\]wpilibj[/\\]I2C.java"
checks="OverloadMethodsDeclarationOrder" />
<!-- Disable LineLength for generated version file -->
<suppress files="wpilibj[/\\]build[/\\]generated.*" checks="LineLength"/>
</suppressions>