Merge branch 'force-clean-code' into 'master'

Clean code must not fail

See merge request veloren/veloren!96

Former-commit-id: 49a890861f094a5727615483cabfa9c9e841576e
This commit is contained in:
Marcel 2019-04-29 21:19:17 +00:00
commit 9e608a9874

View File

@ -89,7 +89,6 @@ clean-code:
- veloren-docker
script:
- cargo fmt --all -- --check
allow_failure: true
# # Coverage needs to be disabled until an issue in the Rust compiler is fixed
# # https://github.com/rust-lang/rust/issues/58375