-
Notifications
You must be signed in to change notification settings - Fork 452
Broken make fmt
- license check has been deprecated from Rust nightly
#1673
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
Comments
I did not find an alternative in rust.
I'm in favor of option 2. |
There used to be |
yes, good idea |
You could use $ diff <(sed 's/{\\d+}/2022/' .license_header.txt) <(head -n 19 quickwit-search/src/lib.rs)
1c1
< // Copyright (C) 2022 Quickwit, Inc.
---
> // Copyright (C) 2021 Quickwit, Inc. |
The previous tool sucked. I tried to package @saroh's diff solution into a bash script. It seems decent enough. |
See rust-lang/rustfmt#5103
We need to find an alternative to do license check.
The text was updated successfully, but these errors were encountered: