IBM/tekton-lint

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

开放

#63 创建于 2021年5月19日

 (0 条评论) (3 个反应) (0 位负责人)TypeScript (21 个派生)auto 404
enhancementhacktoberfesthelp wanted

仓库指标

星标
 (32 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南