azure-cli-dev-tools
azure-cli-dev-tools copied to clipboard
Support New Linter Rules
On-going issue to track creation of new linter rules
- [x] examples in help with invalidate argument names
- [ ] name type arguments without completers
- [ ] arguments in creates that have id_part=name and also have a completer
- [ ] arguments that use hard coded choice lists instead of reflecting on enums
- [ ] update commands that have arguments with default values
- [ ] non-standard command names (get, new, etc)
- [ ] update commands that don't have generic update arguments
@williexu per our discussion I added the example params check to this issue.