Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up linting and format checking in CI #52

Merged
merged 1 commit into from
Aug 3, 2022
Merged

Set up linting and format checking in CI #52

merged 1 commit into from
Aug 3, 2022

Conversation

felixc
Copy link
Owner

@felixc felixc commented Aug 3, 2022

For now, this has to use the nightly version of Cargo/rustfmt, because I
really want to preserve the multiple newlines between sections of code,
and that requires the blank_lines_upper_bound configuration option in
.rustfmt.toml. See rust-lang/rustfmt#3381 for the bug tracking the
stabilization of this configuration option.

For now, this has to use the nightly version of Cargo/rustfmt, because I
really want to preserve the multiple newlines between sections of code,
and that requires the `blank_lines_upper_bound` configuration option in
`.rustfmt.toml`. See rust-lang/rustfmt#3381
for the bug tracking the stabilization of this configuration option.
@felixc felixc merged commit 79815eb into main Aug 3, 2022
@felixc felixc deleted the rustfmt branch August 3, 2022 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant