Skip to content

Commit 0bff994

Browse files
committed
split clippy task for library and compiler, so different lints can be enabled
1 parent be33e4f commit 0bff994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ ENV SCRIPT \
5151
/scripts/check-default-config-profiles.sh && \
5252
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5353
python3 ../x.py clippy bootstrap -Dwarnings && \
54-
python3 ../x.py clippy compiler library -Aclippy::all -Dclippy::correctness && \
54+
python3 ../x.py clippy library -Aclippy::all -Dclippy::correctness && \
55+
python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness -Dclippy::clone_on_ref_ptr && \
5556
python3 ../x.py build --stage 0 src/tools/build-manifest && \
5657
python3 ../x.py test --stage 0 src/tools/compiletest && \
5758
python3 ../x.py test --stage 0 core alloc std test proc_macro && \

0 commit comments

Comments
 (0)