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.
2 parents 9dcec61 + f918f81 commit c70b7d5Copy full SHA for c70b7d5
src/main/resources/docs/description/description.json
@@ -53,6 +53,12 @@
53
"description": "Prohibits use of unnecessary parenthesis to enforce Python conventions.",
54
"timeToFix": 5
55
},
56
+ {
57
+ "patternId": "C0326",
58
+ "title": "Prohibit extraneous whitespace in expressions and statements",
59
+ "description": "Prohibits use of extraneous whitespace in expressions and statements.",
60
+ "timeToFix": 5
61
+ },
62
{
63
"patternId": "C1001",
64
"title": "Prohibit old-style class",
0 commit comments