whitespace-before-parameters comment (#6103)

This commit is contained in:
rembridge 2023-07-27 00:01:47 +01:00 committed by GitHub
parent c0dbcb3434
commit 132f07c27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -66,6 +66,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
"useless-semicolon",
"whitespace-after-open-bracket",
"whitespace-before-close-bracket",
"whitespace-before-parameters",
"whitespace-before-punctuation",
]