mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user