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.
1 parent eb6e70d commit ba999cfCopy full SHA for ba999cf
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