File tree Expand file tree Collapse file tree 1 file changed +22
-21
lines changed Expand file tree Collapse file tree 1 file changed +22
-21
lines changed Original file line number Diff line number Diff line change 1- - id : fmt
2- name : fmt
3- description : Format files with cargo fmt.
4- entry : cargo fmt
5- language : system
6- types : [rust]
7- args : ['--']
8- - id : cargo-check
9- name : cargo check
10- description : Check the package for errors.
11- entry : cargo check
12- language : system
13- types : [rust]
14- pass_filenames : false
15- - id : clippy
16- name : clippy
17- description : Lint rust sources
18- entry : cargo clippy -- -D warnings
19- language : system
20- types : [rust]
21- pass_filenames : false
1+ - id : fmt
2+ name : fmt
3+ description : Format files with cargo fmt.
4+ entry : cargo fmt
5+ language : system
6+ types : [rust]
7+ args : ["--"]
8+ - id : cargo-check
9+ name : cargo check
10+ description : Check the package for errors.
11+ entry : cargo check
12+ language : system
13+ types : [rust]
14+ pass_filenames : false
15+ - id : clippy
16+ name : clippy
17+ description : Lint rust sources
18+ entry : cargo clippy
19+ language : system
20+ args : ["--", "-D", "warnings"]
21+ types : [rust]
22+ pass_filenames : false
You can’t perform that action at this time.
0 commit comments