1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-26 06:23:37 +00:00
catalog/task/kythe-go/0.1
pratap0007 e7dcab447b Modifies kythe task according to the new reorg proposal
Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - adds display name for task
  - modified description to add a summary

This patch moves the kythe files to the task directory and
renames the directory
  - The directory name is changed to match the resource name

Issue: #386

Signed-off-by: Shiv Verma <shverma@redhat.com>
2020-07-10 22:06:57 +01:00
..
tests Modifies kythe task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
kythe-go.yaml Modifies kythe task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
README.md Modifies kythe task according to the new reorg proposal 2020-07-10 22:06:57 +01:00

Kythe

These Tasks are Kythe tasks to generating annotations for source code.

kythe-go

The kythe-go Task runs the Kythe Go extractor for the given package, placing the resulting kzips in the output workspace.

Workspaces

  • output: A workspace for this Task to place kzip outputs into.

Parameters

  • package: Go package pattern to analyze.