We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fe4a0 commit 31ba2e6Copy full SHA for 31ba2e6
introduction-to-codebase-interface/slides.md
@@ -255,6 +255,7 @@ graph TD
255
256
CLI --> SETUP
257
CLI --> TEST
258
+ CLI --> LINT
259
CLI --> BUILD
260
261
SETUP -.-> NODE
@@ -266,6 +267,11 @@ graph TD
266
267
TEST -.-> PYTHON
268
TEST -.-> GO
269
TEST -.-> RUST
270
+
271
+ LINT -.-> NODE
272
+ LINT -.-> PYTHON
273
+ LINT -.-> GO
274
+ LINT -.-> RUST
275
276
BUILD -.-> NODE
277
BUILD -.-> PYTHON
@@ -280,7 +286,7 @@ graph TD
280
286
281
287
class CONTRIBUTOR,BUILD_AGENT audience
282
288
class CLI abstraction
283
- class SETUP,TEST,BUILD command
289
+ class SETUP,TEST, LINT, BUILD command
284
290
class NODE,PYTHON,GO,RUST language
285
291
```
292
0 commit comments