mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
Improve consistency of backticks for plugin names (#2460)
This commit is contained in:
@@ -26,7 +26,7 @@ pub struct Options {
|
||||
ignore-overlong-task-comments = true
|
||||
"#
|
||||
)]
|
||||
/// Whether or not line-length violations (`E501`) should be triggered for
|
||||
/// Whether line-length violations (`E501`) should be triggered for
|
||||
/// comments starting with `task-tags` (by default: ["TODO", "FIXME",
|
||||
/// and "XXX"]).
|
||||
pub ignore_overlong_task_comments: Option<bool>,
|
||||
|
||||
@@ -6,7 +6,7 @@ use super::hashable::HashableHashMap;
|
||||
use crate::registry::Rule;
|
||||
|
||||
/// A table to keep track of which rules are enabled
|
||||
/// and whether or not they should be autofixed.
|
||||
/// and Whether they should be autofixed.
|
||||
#[derive(Debug, Hash)]
|
||||
pub struct RuleTable {
|
||||
/// Maps rule codes to a boolean indicating if the rule should be autofixed.
|
||||
|
||||
Reference in New Issue
Block a user