Allow rustfmt failure until we fix capnp gen being fmt'ed

This commit is contained in:
Nadja Reitzenstein 2022-05-05 21:24:30 +02:00
parent ae94ba0be6
commit 59736c088d

View File

@ -52,7 +52,6 @@ lint:clippy:
# Use rustfmt to check formating
lint:fmt:
extends: .lints
allow_failure: false
script:
- cargo fmt --version
- echo -e "\e[0Ksection_start:`date +%s`:rustfmt_output\r\e[0KChanges suggested by rustfmt"