Skip to content

Commit 31ba2e6

Browse files
authored
feat: added lint to cli
1 parent 18fe4a0 commit 31ba2e6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

introduction-to-codebase-interface/slides.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ graph TD
255255
256256
CLI --> SETUP
257257
CLI --> TEST
258+
CLI --> LINT
258259
CLI --> BUILD
259260
260261
SETUP -.-> NODE
@@ -266,6 +267,11 @@ graph TD
266267
TEST -.-> PYTHON
267268
TEST -.-> GO
268269
TEST -.-> RUST
270+
271+
LINT -.-> NODE
272+
LINT -.-> PYTHON
273+
LINT -.-> GO
274+
LINT -.-> RUST
269275
270276
BUILD -.-> NODE
271277
BUILD -.-> PYTHON
@@ -280,7 +286,7 @@ graph TD
280286
281287
class CONTRIBUTOR,BUILD_AGENT audience
282288
class CLI abstraction
283-
class SETUP,TEST,BUILD command
289+
class SETUP,TEST, LINT, BUILD command
284290
class NODE,PYTHON,GO,RUST language
285291
```
286292

0 commit comments

Comments
 (0)