mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
missing-whitespace-around-operators comment (#6106)
**Summary**
Updated doc comments for `missing_whitespace_around_operator.rs`. Online
docs also benefit from this update.
**Test Plan**
Checked docs via
[mkdocs](389fe13c93/CONTRIBUTING.md (L267-L296)
)
This commit is contained in:
parent
d16216a2c2
commit
bb08eea5cc
2 changed files with 78 additions and 0 deletions
|
@ -37,6 +37,10 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
|||
"indentation-with-invalid-multiple",
|
||||
"line-too-long",
|
||||
"missing-trailing-comma",
|
||||
"missing-whitespace-around-arithmetic-operator",
|
||||
"missing-whitespace-around-bitwise-or-shift-operator",
|
||||
"missing-whitespace-around-modulo-operator",
|
||||
"missing-whitespace-around-operator",
|
||||
"multi-line-implicit-string-concatenation",
|
||||
"multiple-leading-hashes-for-block-comment",
|
||||
"multiple-spaces-after-keyword",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue