Disable enum_case_convention OpenAPI lint

Broken by OAuthProvider types.
This commit is contained in:
Jordan Brown
2020-12-08 19:21:01 -05:00
parent 71060ee6af
commit 0c83bcbd00
+1 -1
View File
@@ -48,7 +48,7 @@
"inconsistent_property_type": "error",
"property_case_convention": "off",
"property_case_collision": "error",
"enum_case_convention": "error",
"enum_case_convention": "off",
"undefined_required_properties": "error"
},
"walker": {