mirror of https://github.com/astral-sh/ruff
Remove artificial wraps from GitHub messages (#1977)
This commit is contained in:
parent
97f55b8e97
commit
ef355e5c2c
|
|
@ -100,8 +100,7 @@ pub fn main() -> Result<ExitCode> {
|
||||||
|
|
||||||
https://github.com/charliermarsh/ruff/issues/new?title=%5BPanic%5D
|
https://github.com/charliermarsh/ruff/issues/new?title=%5BPanic%5D
|
||||||
|
|
||||||
quoting the executed command, along with the relevant file contents and `pyproject.toml` settings,
|
quoting the executed command, along with the relevant file contents and `pyproject.toml` settings, we'd be very appreciative!
|
||||||
we'd be very appreciative!
|
|
||||||
"#,
|
"#,
|
||||||
"error".red().bold(),
|
"error".red().bold(),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -357,8 +357,7 @@ This likely indicates a bug in `{}`. If you could open an issue at:
|
||||||
|
|
||||||
{}/issues/new?title=%5BInfinite%20loop%5D
|
{}/issues/new?title=%5BInfinite%20loop%5D
|
||||||
|
|
||||||
quoting the contents of `{}`, along with the `pyproject.toml` settings and executed command, we'd be
|
quoting the contents of `{}`, along with the `pyproject.toml` settings and executed command, we'd be very appreciative!
|
||||||
very appreciative!
|
|
||||||
"#,
|
"#,
|
||||||
"warning".yellow().bold(),
|
"warning".yellow().bold(),
|
||||||
MAX_ITERATIONS,
|
MAX_ITERATIONS,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue