@@ -192,7 +192,7 @@ func BoardsTxtUserExtraFlagsUsage() (result ruleresult.Type, output string) {
192
192
return ruleresult .Pass , ""
193
193
}
194
194
195
- // BoardsTxtBoardIDHideInvalid checks if any of the board hide values are less than the minimum length.
195
+ // BoardsTxtBoardIDHideInvalid checks if any of the board hide values have invalid format
196
196
func BoardsTxtBoardIDHideInvalid () (result ruleresult.Type , output string ) {
197
197
if projectdata .BoardsTxtLoadError () != nil {
198
198
return ruleresult .NotRun , "Couldn't load boards.txt"
@@ -1622,7 +1622,7 @@ func PlatformTxtProgramPatternMissing() (result ruleresult.Type, output string)
1622
1622
return ruleresult .Pass , ""
1623
1623
}
1624
1624
1625
- // PlatformTxtEraseParamsVerboseMissing checks if any of the tools are missing erase.params.verbos properties.
1625
+ // PlatformTxtEraseParamsVerboseMissing checks if any of the tools are missing erase.params.verbose properties.
1626
1626
func PlatformTxtEraseParamsVerboseMissing () (result ruleresult.Type , output string ) {
1627
1627
if ! projectdata .PlatformTxtExists () {
1628
1628
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1691,7 +1691,7 @@ func PlatformTxtErasePatternMissing() (result ruleresult.Type, output string) {
1691
1691
return ruleresult .Pass , ""
1692
1692
}
1693
1693
1694
- // PlatformTxtBootloaderParamsVerboseMissing checks if any of the tools are missing bootloader.params.verbos properties.
1694
+ // PlatformTxtBootloaderParamsVerboseMissing checks if any of the tools are missing bootloader.params.verbose properties.
1695
1695
func PlatformTxtBootloaderParamsVerboseMissing () (result ruleresult.Type , output string ) {
1696
1696
if ! projectdata .PlatformTxtExists () {
1697
1697
return ruleresult .Skip , "Platform has no platform.txt"
0 commit comments