diagnostic: handle mixed indentation diagnostics with severity levels
This commit is contained in:
parent
0ed74c6a51
commit
fc8e42c096
2 changed files with 18 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue