* cfg.mk: Disable the indent check

This commit is contained in:
Darshit Shah 2021-09-07 20:57:05 +02:00
parent 5a79362a56
commit 204a4bccf4

4
cfg.mk
View File

@ -30,7 +30,9 @@ local-checks-to-skip = \
sc_makefile_at_at_check \
sc_cast_of_argument_to_free \
sc_prohibit_undesirable_word_seq \
sc_prohibit_gnu_make_extensions
sc_prohibit_gnu_make_extensions \
\
sc_indent
#SHELL=bash -x
show-vc-list-except: