We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flake8-logging-format
logging-extra-attr-clash
G101
1 parent 794eb88 commit 2040e93Copy full SHA for 2040e93
crates/ruff_linter/src/rules/flake8_logging_format/violations.rs
@@ -432,7 +432,7 @@ impl AlwaysFixableViolation for LoggingWarn {
432
///
433
/// username = "Maria"
434
435
-/// logging.info("Something happened", extra=dict(user=username))
+/// logging.info("Something happened", extra=dict(user_id=username))
436
/// ```
437
438
/// ## Options
0 commit comments