diagnostic: handle mixed indentation diagnostics with severity levels

This commit is contained in:
raf 2025-06-02 09:53:08 +03:00
commit fc8e42c096
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 18 additions and 9 deletions

View file

@ -352,7 +352,7 @@ fn process_lint_command(
let is_multiple_files = files.len() > 1;
let mut has_errors = false;
for file_path in files {
if let Err(e) = process_single_file_lint(
&file_path,