Skip to content

Commit 0458719

Browse files
committed
ci: enable clippy for more crates
1 parent 4a9e76c commit 0458719

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/lint.sh

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,29 @@ function clippy_no_features() {
2828
}
2929

3030
# Core crates
31+
clippy crates/rustc_codegen_spirv-target-specs
32+
clippy crates/rustc_codegen_spirv-types
3133
clippy crates/rustc_codegen_spirv
3234
clippy crates/spirv-builder
35+
clippy crates/spirv-std
3336

3437
# Examples
35-
38+
clippy examples/multibuilder
3639
clippy examples/runners/ash
40+
clippy_no_features examples/runners/cpu
3741
clippy examples/runners/wgpu
3842

39-
clippy_no_features examples/runners/cpu
43+
# shaders
4044
clippy_no_features examples/shaders/sky-shader
4145
clippy_no_features examples/shaders/simplest-shader
46+
clippy_no_features examples/shaders/compute-shader
47+
clippy_no_features examples/shaders/mouse-shader
48+
clippy_no_features examples/shaders/reduce
49+
50+
# tests
51+
clippy tests/compiletests
52+
clippy tests/difftests/bin
53+
clippy tests/difftests/lib
4254

4355
# Custom lints
4456

0 commit comments

Comments
 (0)