Skip to content

Commit b67733c

Browse files
committed
ci: imports organised by core, external and crate enforcing
1 parent a5493a2 commit b67733c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ formatting:
5959
before_script:
6060
- rustup component add rustfmt
6161
script:
62-
- cargo fmt --all -- --check
62+
- cargo fmt --all -- --check --config=group_imports=StdExternalCrate
6363
rules:
6464
- if: $CI_MERGE_REQUEST_ID
6565

0 commit comments

Comments
 (0)