Ignore xfail-pretty, xfail-stage2 files when reformatting
We shouldn't be trying to reformat source that we don't know to work because we could just be breaking it more.
This commit is contained in:
parent
63600828cd
commit
92a4c0cee7
3
mk/pp.mk
3
mk/pp.mk
@ -8,7 +8,8 @@ else
|
||||
$(S)src/test/*/*/*.rs) \
|
||||
$(wildcard $(S)src/fuzzer/*.rs)
|
||||
|
||||
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
|
||||
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L \
|
||||
"no-reformat\|xfail-pretty\|xfail-stage2")
|
||||
endif
|
||||
|
||||
reformat: $(SREQ1)
|
||||
|
Loading…
Reference in New Issue
Block a user