-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Core linter rules docs and cleanup - Pass 1 #1357
Azure Core linter rules docs and cleanup - Pass 1 #1357
Conversation
All changed packages have been documented.
Show changes
|
You can try these changes here
|
…leanup-and-docs-linter-rules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always nice when you can remove code labeled with 'hack, hack, hack'
Co-authored-by: Mark Cowlishaw <[email protected]>
Co-authored-by: Mark Cowlishaw <[email protected]>
Going through the Azure core linter rule and adding docs + cleaning up - `use-standard-operations`: Add docs for linter rule and cleanup a lot of things not needed since we moved to the linter system - `spread-discriminated-model`: Add docs - `prevent-format`: Add docs and cleanup - `no-nullable`: Add Docs --------- Co-authored-by: Mark Cowlishaw <[email protected]>
Going through the Azure core linter rule and adding docs + cleaning up
use-standard-operations
: Add docs for linter rule and cleanup a lot of things not needed since we moved to the linter systemspread-discriminated-model
: Add docsprevent-format
: Add docs and cleanupno-nullable
: Add Docs