tekton-lint icon indicating copy to clipboard operation
tekton-lint copied to clipboard

Prefer `script` over `command` and `args`

Open tamasmuncsan opened this issue 3 years ago • 0 comments

tekton-lint should have a rule which checks how a Task is used. Either with:

  • script
  • command & args

Developers should follow a convention and use only one of these consistently. We should add a rule which checks this and warns the developers if they are mixed.

tamasmuncsan avatar May 19 '21 12:05 tamasmuncsan