Rust files can start with #![attr], but this is caught by lint-files.py by accident.
Instead, we check for #![^[], which should be more robust
Differential D16980
[linter] Fix shebang lint false positive tobias_ruck on Oct 24 2024, 09:04. Authored by Tags None Subscribers None
Details
Rust files can start with #![attr], but this is caught by lint-files.py by accident. Instead, we check for #![^[], which should be more robust arc lint --everything
Diff Detail
|