mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[ci] Add CI spelling check and fix spelling errors (#8882)
reviewdog/action-misspell is used on frc-docs. It has a dictionary of commonly misspelled words, so it has less false positives then other tools.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</Match>
|
||||
<Match>
|
||||
<!--
|
||||
These are false positives where the Random instance is used multiple times in a loop. Futhermore, high randomness is not a
|
||||
These are false positives where the Random instance is used multiple times in a loop. Furthermore, high randomness is not a
|
||||
high priority because these are tests- In fact, the odometry tests seed the Random instance to guarantee repeatability.
|
||||
-->
|
||||
<Bug pattern="DMI_RANDOM_USED_ONLY_ONCE" />
|
||||
|
||||
Reference in New Issue
Block a user