@@ -1657,7 +1657,7 @@ func PlatformTxtUploadParamsVerboseMissing() (result ruleresult.Type, output str
1657
1657
return ruleresult .Pass , ""
1658
1658
}
1659
1659
1660
- // PlatformTxtUploadParamsQuietMissing checks if any of the programmers are missing upload.params.quiet properties.
1660
+ // PlatformTxtUploadParamsQuietMissing checks if any of the tools are missing upload.params.quiet properties.
1661
1661
func PlatformTxtUploadParamsQuietMissing () (result ruleresult.Type , output string ) {
1662
1662
if ! projectdata .PlatformTxtExists () {
1663
1663
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1680,7 +1680,7 @@ func PlatformTxtUploadParamsQuietMissing() (result ruleresult.Type, output strin
1680
1680
return ruleresult .Pass , ""
1681
1681
}
1682
1682
1683
- // PlatformTxtUploadPatternMissing checks if any of the programmers are missing upload.pattern properties.
1683
+ // PlatformTxtUploadPatternMissing checks if any of the tools are missing upload.pattern properties.
1684
1684
func PlatformTxtUploadPatternMissing () (result ruleresult.Type , output string ) {
1685
1685
if ! projectdata .PlatformTxtExists () {
1686
1686
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1726,7 +1726,7 @@ func PlatformTxtProgramParamsVerboseMissing() (result ruleresult.Type, output st
1726
1726
return ruleresult .Pass , ""
1727
1727
}
1728
1728
1729
- // PlatformTxtProgramParamsQuietMissing checks if any of the programmers are missing program.params.quiet properties.
1729
+ // PlatformTxtProgramParamsQuietMissing checks if any of the tools are missing program.params.quiet properties.
1730
1730
func PlatformTxtProgramParamsQuietMissing () (result ruleresult.Type , output string ) {
1731
1731
if ! projectdata .PlatformTxtExists () {
1732
1732
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1749,7 +1749,7 @@ func PlatformTxtProgramParamsQuietMissing() (result ruleresult.Type, output stri
1749
1749
return ruleresult .Pass , ""
1750
1750
}
1751
1751
1752
- // PlatformTxtProgramPatternMissing checks if any of the programmers are missing program.pattern properties.
1752
+ // PlatformTxtProgramPatternMissing checks if any of the tools are missing program.pattern properties.
1753
1753
func PlatformTxtProgramPatternMissing () (result ruleresult.Type , output string ) {
1754
1754
if ! projectdata .PlatformTxtExists () {
1755
1755
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1795,7 +1795,7 @@ func PlatformTxtEraseParamsVerboseMissing() (result ruleresult.Type, output stri
1795
1795
return ruleresult .Pass , ""
1796
1796
}
1797
1797
1798
- // PlatformTxtEraseParamsQuietMissing checks if any of the programmers are missing erase.params.quiet properties.
1798
+ // PlatformTxtEraseParamsQuietMissing checks if any of the tools are missing erase.params.quiet properties.
1799
1799
func PlatformTxtEraseParamsQuietMissing () (result ruleresult.Type , output string ) {
1800
1800
if ! projectdata .PlatformTxtExists () {
1801
1801
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1818,7 +1818,7 @@ func PlatformTxtEraseParamsQuietMissing() (result ruleresult.Type, output string
1818
1818
return ruleresult .Pass , ""
1819
1819
}
1820
1820
1821
- // PlatformTxtErasePatternMissing checks if any of the programmers are missing erase.pattern properties.
1821
+ // PlatformTxtErasePatternMissing checks if any of the tools are missing erase.pattern properties.
1822
1822
func PlatformTxtErasePatternMissing () (result ruleresult.Type , output string ) {
1823
1823
if ! projectdata .PlatformTxtExists () {
1824
1824
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1864,7 +1864,7 @@ func PlatformTxtBootloaderParamsVerboseMissing() (result ruleresult.Type, output
1864
1864
return ruleresult .Pass , ""
1865
1865
}
1866
1866
1867
- // PlatformTxtBootloaderParamsQuietMissing checks if any of the programmers are missing bootloader.params.quiet properties.
1867
+ // PlatformTxtBootloaderParamsQuietMissing checks if any of the tools are missing bootloader.params.quiet properties.
1868
1868
func PlatformTxtBootloaderParamsQuietMissing () (result ruleresult.Type , output string ) {
1869
1869
if ! projectdata .PlatformTxtExists () {
1870
1870
return ruleresult .Skip , "Platform has no platform.txt"
@@ -1887,7 +1887,7 @@ func PlatformTxtBootloaderParamsQuietMissing() (result ruleresult.Type, output s
1887
1887
return ruleresult .Pass , ""
1888
1888
}
1889
1889
1890
- // PlatformTxtBootloaderPatternMissing checks if any of the programmers are missing bootloader.pattern properties.
1890
+ // PlatformTxtBootloaderPatternMissing checks if any of the tools are missing bootloader.pattern properties.
1891
1891
func PlatformTxtBootloaderPatternMissing () (result ruleresult.Type , output string ) {
1892
1892
if ! projectdata .PlatformTxtExists () {
1893
1893
return ruleresult .Skip , "Platform has no platform.txt"
0 commit comments