|
458 | 458 | </span>
|
459 | 459 | </a>
|
460 | 460 |
|
461 |
| -</li> |
462 |
| - |
463 |
| - <li class="md-nav__item"> |
464 |
| - <a href="#sketchjson-json-format-sm001" class="md-nav__link"> |
465 |
| - <span class="md-ellipsis"> |
466 |
| - sketch.json JSON format (SM001) |
467 |
| - </span> |
468 |
| - </a> |
469 |
| - |
470 |
| -</li> |
471 |
| - |
472 |
| - <li class="md-nav__item"> |
473 |
| - <a href="#sketchjson-data-format-sm002" class="md-nav__link"> |
474 |
| - <span class="md-ellipsis"> |
475 |
| - sketch.json data format (SM002) |
476 |
| - </span> |
477 |
| - </a> |
478 |
| - |
479 | 461 | </li>
|
480 | 462 |
|
481 | 463 | </ul>
|
|
671 | 653 | </span>
|
672 | 654 | </a>
|
673 | 655 |
|
674 |
| -</li> |
675 |
| - |
676 |
| - <li class="md-nav__item"> |
677 |
| - <a href="#sketchjson-json-format-sm001" class="md-nav__link"> |
678 |
| - <span class="md-ellipsis"> |
679 |
| - sketch.json JSON format (SM001) |
680 |
| - </span> |
681 |
| - </a> |
682 |
| - |
683 |
| -</li> |
684 |
| - |
685 |
| - <li class="md-nav__item"> |
686 |
| - <a href="#sketchjson-data-format-sm002" class="md-nav__link"> |
687 |
| - <span class="md-ellipsis"> |
688 |
| - sketch.json data format (SM002) |
689 |
| - </span> |
690 |
| - </a> |
691 |
| - |
692 | 656 | </li>
|
693 | 657 |
|
694 | 658 | </ul>
|
|
711 | 675 |
|
712 | 676 | <h1>Sketch</h1>
|
713 | 677 |
|
714 |
| -<p>Arduino Lint provides 10 rules for the <a href="https://arduino.github.io/arduino-cli/latest/sketch-specification/"><code>sketch</code></a> project type:</p> |
| 678 | +<p>Arduino Lint provides 8 rules for the <a href="https://arduino.github.io/arduino-cli/latest/sketch-specification/"><code>sketch</code></a> project type:</p> |
715 | 679 | <hr />
|
716 | 680 | <p><a id="SS001"></a></p>
|
717 | 681 | <h2 id="name-mismatch-ss001">name mismatch (<code>SS001</code>)<a class="headerlink" href="#name-mismatch-ss001" title="Permanent link">¶</a></h2>
|
@@ -959,67 +923,6 @@ <h5 id="rule-levels_7">Rule levels<a class="headerlink" href="#rule-levels_7" ti
|
959 | 923 | </tr>
|
960 | 924 | </tbody>
|
961 | 925 | </table>
|
962 |
| -<hr /> |
963 |
| -<p><a id="SM001"></a></p> |
964 |
| -<h2 id="sketchjson-json-format-sm001">sketch.json JSON format (<code>SM001</code>)<a class="headerlink" href="#sketchjson-json-format-sm001" title="Permanent link">¶</a></h2> |
965 |
| -<p>The sketch's <code>sketch.json</code> metadata file is not a valid JSON document.</p> |
966 |
| -<p>Enabled for superproject type: all<br /> |
967 |
| -Category: sketch.json<br /> |
968 |
| -Subcategory: general</p> |
969 |
| -<h5 id="rule-levels_8">Rule levels<a class="headerlink" href="#rule-levels_8" title="Permanent link">¶</a></h5> |
970 |
| -<table> |
971 |
| -<thead> |
972 |
| -<tr> |
973 |
| -<th><code>compliance</code></th> |
974 |
| -<th>Level</th> |
975 |
| -</tr> |
976 |
| -</thead> |
977 |
| -<tbody> |
978 |
| -<tr> |
979 |
| -<td>permissive</td> |
980 |
| -<td>WARNING</td> |
981 |
| -</tr> |
982 |
| -<tr> |
983 |
| -<td>specification</td> |
984 |
| -<td>ERROR</td> |
985 |
| -</tr> |
986 |
| -<tr> |
987 |
| -<td>strict</td> |
988 |
| -<td>ERROR</td> |
989 |
| -</tr> |
990 |
| -</tbody> |
991 |
| -</table> |
992 |
| -<hr /> |
993 |
| -<p><a id="SM002"></a></p> |
994 |
| -<h2 id="sketchjson-data-format-sm002">sketch.json data format (<code>SM002</code>)<a class="headerlink" href="#sketchjson-data-format-sm002" title="Permanent link">¶</a></h2> |
995 |
| -<p>The sketch's <code>sketch.json</code> metadata file does not have a valid data format.</p> |
996 |
| -<p>More information: <a href="https://arduino.github.io/arduino-cli/latest/sketch-specification/#metadata"><strong>here</strong></a><br /> |
997 |
| -Enabled for superproject type: all<br /> |
998 |
| -Category: sketch.json<br /> |
999 |
| -Subcategory: general</p> |
1000 |
| -<h5 id="rule-levels_9">Rule levels<a class="headerlink" href="#rule-levels_9" title="Permanent link">¶</a></h5> |
1001 |
| -<table> |
1002 |
| -<thead> |
1003 |
| -<tr> |
1004 |
| -<th><code>compliance</code></th> |
1005 |
| -<th>Level</th> |
1006 |
| -</tr> |
1007 |
| -</thead> |
1008 |
| -<tbody> |
1009 |
| -<tr> |
1010 |
| -<td>permissive</td> |
1011 |
| -<td>WARNING</td> |
1012 |
| -</tr> |
1013 |
| -<tr> |
1014 |
| -<td>specification</td> |
1015 |
| -<td>ERROR</td> |
1016 |
| -</tr> |
1017 |
| -<tr> |
1018 |
| -<td>strict</td> |
1019 |
| -<td>ERROR</td> |
1020 |
| -</tr> |
1021 |
| -</tbody> |
1022 |
| -</table> |
1023 | 926 |
|
1024 | 927 |
|
1025 | 928 |
|
|
0 commit comments