IBM/tekton-lint

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

オープン

#63 opened on 2021/05/19

 (0 件のコメント) (3 件のリアクション) (0 人の担当者)TypeScript (21 件のフォーク)auto 404
enhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (32 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド