Skip to content

Commit 8441245

Browse files
authored
Revert "Eric arduino due datasheet (#1976)"
This reverts commit 32aa07a.
1 parent 32aa07a commit 8441245

19 files changed

+37
-1279
lines changed

.vscode/tasks.json

Lines changed: 37 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,27 @@
1111
"cwd": "${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"
1212
},
1313
"windows": {
14-
"command": ".\\content-lint.cmd -p '..\\..\\content\\hardware\\'"
14+
"command": ".\\content-lint.cmd -p '..\\..\\content\\hardware\\'"
1515
},
1616
"group": "none",
1717
"presentation": {
1818
"reveal": "always",
1919
"panel": "dedicated",
2020
"clear": true
2121
},
22-
"problemMatcher": [
23-
{
24-
"fileLocation": [
25-
"relative",
26-
"${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"
27-
],
28-
"owner": "linter",
29-
"pattern": {
30-
"regexp": "^.+\\s(WARNING|ERROR):\\s(.*)\\sLocation:\\s(.*\\.[A-Za-z]+):(\\d+):?(\\d*)$",
31-
"severity": 1,
32-
"message": 2,
33-
"file": 3,
34-
"line": 4,
35-
"column": 5
36-
}
22+
23+
"problemMatcher": [{
24+
"fileLocation": ["relative", "${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"],
25+
"owner": "linter",
26+
"pattern": {
27+
"regexp": "^.+\\s(WARNING|ERROR):\\s(.*)\\sLocation:\\s(.*\\.[A-Za-z]+):(\\d+):?(\\d*)$",
28+
"severity": 1,
29+
"message": 2,
30+
"file": 3,
31+
"line": 4,
32+
"column": 5
3733
}
38-
]
34+
}]
3935
},
4036
{
4137
"label": "Run linter (current article)",
@@ -45,31 +41,26 @@
4541
"cwd": "${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"
4642
},
4743
"windows": {
48-
"command": ".\\content-lint.cmd -p '..\\..\\${relativeFile}' -c -v"
44+
"command": ".\\content-lint.cmd -p '..\\..\\${relativeFile}' -c -v"
4945
},
5046
"group": "none",
5147
"presentation": {
5248
"reveal": "always",
5349
"panel": "dedicated",
5450
"clear": true
5551
},
56-
"problemMatcher": [
57-
{
58-
"fileLocation": [
59-
"relative",
60-
"${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"
61-
],
62-
"owner": "linter",
63-
"pattern": {
64-
"regexp": "^.+\\s(WARNING|ERROR):\\s(.+)\\sLocation:\\s(.+\\.[A-Za-z]+):(\\d+):?(\\d*)$",
65-
"severity": 1,
66-
"message": 2,
67-
"file": 3,
68-
"line": 4,
69-
"column": 5
70-
}
52+
"problemMatcher": [{
53+
"fileLocation": ["relative", "${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"],
54+
"owner": "linter",
55+
"pattern": {
56+
"regexp": "^.+\\s(WARNING|ERROR):\\s(.+)\\sLocation:\\s(.+\\.[A-Za-z]+):(\\d+):?(\\d*)$",
57+
"severity": 1,
58+
"message": 2,
59+
"file": 3,
60+
"line": 4,
61+
"column": 5
7162
}
72-
]
63+
}]
7364
},
7465
{
7566
"label": "Fix linter issues (current article)",
@@ -79,7 +70,7 @@
7970
"cwd": "${workspaceFolder}${pathSeparator}scripts${pathSeparator}validation"
8071
},
8172
"windows": {
82-
"command": "node '.\\fix-issues.js' -p '..\\..\\${relativeFileDirname}'"
73+
"command": "node '.\\fix-issues.js' -p '..\\..\\${relativeFileDirname}'"
8374
},
8475
"group": "none",
8576
"presentation": {
@@ -113,7 +104,7 @@
113104
"cwd": "${workspaceFolder}${pathSeparator}scripts${pathSeparator}datasheet-rendering"
114105
},
115106
"windows": {
116-
"command": ".\\render-datasheets.cmd"
107+
"command": ".\\render-datasheets.cmd"
117108
},
118109
"group": "none",
119110
"presentation": {
@@ -130,7 +121,7 @@
130121
"cwd": "${workspaceFolder}${pathSeparator}scripts${pathSeparator}datasheet-rendering"
131122
},
132123
"windows": {
133-
"command": ".\\render-datasheets.cmd '..\\..\\${relativeFileDirname}'"
124+
"command": ".\\render-datasheets.cmd '..\\..\\${relativeFileDirname}'"
134125
},
135126
"group": "none",
136127
"presentation": {
@@ -154,21 +145,16 @@
154145
"reveal": "always",
155146
"panel": "shared"
156147
},
157-
"problemMatcher": [
158-
{
159-
"fileLocation": [
160-
"relative",
161-
"${workspaceFolder}"
162-
],
163-
"owner": "linter",
164-
"pattern": {
165-
"regexp": "^\\s*(\\S+):(\\d+):\\s(.+)$",
166-
"file": 1,
167-
"line": 2,
168-
"message": 3
169-
}
148+
"problemMatcher": [{
149+
"fileLocation": ["relative", "${workspaceFolder}"],
150+
"owner": "linter",
151+
"pattern": {
152+
"regexp": "^\\s*(\\S+):(\\d+):\\s(.+)$",
153+
"file": 1,
154+
"line": 2,
155+
"message": 3
170156
}
171-
]
157+
}]
172158
},
173159
{
174160
"label": "Fix misspellings",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)