IBM/tekton-lint

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

Aperta

#63 aperta il 19 mag 2021

 (0 commenti) (3 reazioni) (0 assegnatari)TypeScript (21 fork)auto 404
enhancementhacktoberfesthelp wanted

Metriche repository

Star
 (32 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor