azure-cli-dev-tools icon indicating copy to clipboard operation
azure-cli-dev-tools copied to clipboard

Support New Linter Rules

Open tjprescott opened this issue 8 years ago • 1 comments

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

tjprescott avatar Apr 05 '18 15:04 tjprescott

@williexu per our discussion I added the example params check to this issue.

tjprescott avatar Nov 30 '18 20:11 tjprescott