Skip to content

Commit d06e8d1

Browse files
committed
chore(ci): re-enable tfhe_lints
1 parent 863234d commit d06e8d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ clippy_tfhe_lints: install_cargo_dylint # the toolchain is selected with toolcha
438438
.PHONY: clippy_all # Run all clippy targets
439439
clippy_all: clippy_rustdoc clippy clippy_boolean clippy_shortint clippy_integer clippy_all_targets \
440440
clippy_c_api clippy_js_wasm_api clippy_tasks clippy_core clippy_tfhe_csprng clippy_zk_pok clippy_trivium \
441-
clippy_versionable # clippy_tfhe_lints
441+
clippy_versionable clippy_tfhe_lints
442442

443443
.PHONY: clippy_fast # Run main clippy targets
444444
clippy_fast: clippy_rustdoc clippy clippy_all_targets clippy_c_api clippy_js_wasm_api clippy_tasks \
@@ -1346,8 +1346,8 @@ sha256_bool: install_rs_check_toolchain
13461346

13471347
.PHONY: pcc # pcc stands for pre commit checks (except GPU)
13481348
pcc: no_tfhe_typo no_dbg_log check_parameter_export_ok check_fmt check_typos lint_doc \
1349-
check_md_docs_are_tested check_intra_md_links clippy_all check_compile_tests # test_tfhe_lints \
1350-
# tfhe_lints
1349+
check_md_docs_are_tested check_intra_md_links clippy_all check_compile_tests test_tfhe_lints \
1350+
tfhe_lints
13511351

13521352
.PHONY: pcc_gpu # pcc stands for pre commit checks for GPU compilation
13531353
pcc_gpu: check_rust_bindings_did_not_change clippy_rustdoc_gpu \

0 commit comments

Comments
 (0)