You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/pylint-extensions/azure-pylint-guidelines-checker/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,10 +95,9 @@ In the case of a false positive, use the disable command to remove the pylint er
95
95
| no-typing-import-in-type-check | Do not import typing under TYPE_CHECKING. | pylint:disable=no-typing-import-in-type-check | No Link. |
96
96
| invalid-use-of-overload | Do not mix async and synchronous overloads | pylint:disable=invalid-use-of-overload | No Link. |
97
97
| do-not-log-raised-errors | Do not log errors at `error` or `warning` level when error is raised in an exception block. | pylint:disable=do-not-log-raised-errors | No Link. |
98
-
| do-not-use-legacy-typing | Do not use legacy (<Python 3.8) type hinting comments | pylint:disable=do-not-use-legacy-typing | No Link.
98
+
| do-not-use-legacy-typing | Do not use legacy (<Python 3.8) type hinting comments | pylint:disable=do-not-use-legacy-typing | No Link.
99
99
| do-not-import-asyncio | Do not import asyncio directly. | pylint:disable=do-not-import-asyncio | No Link. |
100
-
| TODO | custom linter check for invalid use of @overload#3229|||
101
100
| TODO | Custom Linter check for Exception Logging #3227|||
102
-
|unapproved-client-method-name-prefix| Clients should use preferred verbs for method names| pylint:disable=unapproved-client-method-name-prefix|[link](https://azure.github.io/azure-sdk/python_design.html#naming)|
101
+
|TODO| Address Commented out Pylint Custom Plugin Checkers #3228|||
103
102
| do-not-hardcode-connection-verify | Do not hardcode a boolean value to connection_verify | pylint:disable=do-not-hardcode-connection-verify | No LInk. |
104
-
| TODO | Address Commented out Pylint Custom Plugin Checkers #3228|||
0 commit comments