IBM/tekton-lint

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

Offen

#63 geöffnet am 19.05.2021

 (0 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (21 Forks)auto 404
enhancementhacktoberfesthelp wanted

Repository-Metriken

Stars
 (32 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide