Azure / Azure/azure-sdk-tools

[pylint] Address Commented out Pylint Custom Plugin Checkers

Open
#3,228 2 comments 0 reactions 1 assignee Claimed by @l0lawrence View on GitHub
good first issue pylint pylint priority 1 Python
Dominant language
C#
Stars
135
Forks
260
Avg merge
3d 1h
Merged PRs (30d)
144

Description

Investigate the following rules and why they are disabled (false positives?) and how to improve the quality or if they should be removed completely

- [ ] - [ ] # disabled by default, linter.register_checker(CheckDocstringParameters(linter))
- [ ] # linter.register_checker(CheckForPolicyUse(linter))
- [x] # linter.register_checker(ClientHasApprovedMethodNamePrefix(linter))
- [ ] # linter.register_checker(ClientMethodsHaveTracingDecorators(linter))
- [ ] # linter.register_checker(ClientDocstringUsesLiteralIncludeForCodeExample(linter))
- [ ] # linter.register_checker(ClientListMethodsUseCorePaging(linter))
- [ ] # linter.register_checker(ClientLROMethodsUseCorePolling(linter))
- [ ] # linter.register_checker(ClientLROMethodsUseCorrectNaming(linter))

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.