mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:45:24 +00:00
Use output-stdout pattern for linter command (#2794)
This commit is contained in:
parent
77e65c9ff5
commit
8289ede00f
3 changed files with 36 additions and 35 deletions
|
@ -94,5 +94,6 @@ pub fn rule(rule: &Rule, format: HelpFormat) -> Result<()> {
|
|||
mdcat::push_tty(settings, env, &mut stdout, parser)?;
|
||||
}
|
||||
};
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue