ruff/crates/ruff_workspace
Zanie Blue 2d6557a51b
Only show warnings for empty preview selectors when enabling rules (#7842)
Closes https://github.com/astral-sh/ruff/issues/7491

Users found it confusing that warnings were displayed when ignoring a
preview rule (which has no effect without `--preview`). While we could
retain the warning with different messaging, I've opted to remove it for
now. With this pull request, we will only warn on `--select` and
`--extend-select` but not `--fixable`, `--unfixable`, `--ignore`, or
`--extend-fixable`.
2023-10-08 11:14:37 -05:00
..
src Only show warnings for empty preview selectors when enabling rules (#7842) 2023-10-08 11:14:37 -05:00
Cargo.toml Only show warnings for empty preview selectors when enabling rules (#7842) 2023-10-08 11:14:37 -05:00