@@ -1504,40 +1504,6 @@ var configurations = []Type{
1504
1504
ErrorModes : []rulemode.Type {rulemode .Strict },
1505
1505
RuleFunction : rulefunction .MissingLicenseFile ,
1506
1506
},
1507
- {
1508
- ProjectType : projecttype .Sketch ,
1509
- SuperprojectType : projecttype .All ,
1510
- Category : "sketch.json" ,
1511
- Subcategory : "general" ,
1512
- ID : "SM001" ,
1513
- Brief : "sketch.json JSON format" ,
1514
- Description : "The sketch's `sketch.json` metadata file is not a valid JSON document." ,
1515
- MessageTemplate : "sketch.json is not a valid JSON document." ,
1516
- Reference : "" ,
1517
- DisableModes : nil ,
1518
- EnableModes : []rulemode.Type {rulemode .Default },
1519
- InfoModes : nil ,
1520
- WarningModes : []rulemode.Type {rulemode .Permissive },
1521
- ErrorModes : []rulemode.Type {rulemode .Default },
1522
- RuleFunction : rulefunction .SketchDotJSONJSONFormat ,
1523
- },
1524
- {
1525
- ProjectType : projecttype .Sketch ,
1526
- SuperprojectType : projecttype .All ,
1527
- Category : "sketch.json" ,
1528
- Subcategory : "general" ,
1529
- ID : "SM002" ,
1530
- Brief : "sketch.json data format" ,
1531
- Description : "The sketch's `sketch.json` metadata file does not have a valid data format." ,
1532
- MessageTemplate : "sketch.json has an invalid data format: {{.}}" ,
1533
- Reference : "https://arduino.github.io/arduino-cli/latest/sketch-specification/#metadata" ,
1534
- DisableModes : nil ,
1535
- EnableModes : []rulemode.Type {rulemode .Default },
1536
- InfoModes : nil ,
1537
- WarningModes : []rulemode.Type {rulemode .Permissive },
1538
- ErrorModes : []rulemode.Type {rulemode .Default },
1539
- RuleFunction : rulefunction .SketchDotJSONFormat ,
1540
- },
1541
1507
{
1542
1508
ProjectType : projecttype .Platform ,
1543
1509
SuperprojectType : projecttype .Platform ,
0 commit comments