If you run `DISABLE_LVS=1 make run-precheck` then [it only runs the following specific checks](https://github.com/efabless/caravel_user_project/blob/5020a223187c1693d5e5dd121e65ab7f6b770620/Makefile#L263): ``` license makefile default documentation consistency gpio_defines xor magic_drc klayout_feol klayout_beol klayout_offgrid klayout_met_min_ca_density klayout_pin_label_purposes_overlapping_drawing klayout_zeroarea ``` There are extra ones now that it should include, such as `illegal_cellname_check`.