IBM/tekton-lint

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

Ouverte

#63 ouverte le 19 mai 2021

 (0 commentaire) (3 réactions) (0 personne assignée)TypeScript (21 forks)auto 404
enhancementhacktoberfesthelp wanted

Métriques du dépôt

Stars
 (32 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur