mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Use https://ty.dev/rules
when linking to the rules table (#18072)
This commit is contained in:
parent
fe653de3dd
commit
cfbb914100
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ respect-ignore-files = false
|
|||
|
||||
Configures the enabled rules and their severity.
|
||||
|
||||
See [the rules documentation](https://github.com/astral-sh/ty/blob/main/docs/rules.md) for a list of all available rules.
|
||||
See [the rules documentation](https://ty.dev/rules) for a list of all available rules.
|
||||
|
||||
Valid severities are:
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ pub struct Options {
|
|||
|
||||
/// Configures the enabled rules and their severity.
|
||||
///
|
||||
/// See [the rules documentation](https://github.com/astral-sh/ty/blob/main/docs/rules.md) for a list of all available rules.
|
||||
/// See [the rules documentation](https://ty.dev/rules) for a list of all available rules.
|
||||
///
|
||||
/// Valid severities are:
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue