IBM/tekton-lint

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

Aberta

#63 aberto em 19 de mai. de 2021

 (0 comentário) (3 reações) (0 responsável)TypeScript (21 forks)auto 404
enhancementhacktoberfesthelp wanted

Métricas do repositório

Stars
 (32 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador