mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-22 06:02:51 +00:00
8bd5deaa7b
Kythe-go version 0.1 is being deprecated as it's incompatible with latest versions of golang and the tests are also failing. Signed-off-by: vinamra28 <vinjain@redhat.com> |
||
---|---|---|
.. | ||
tests | ||
kythe-go.yaml | ||
README.md |
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.
Platforms
The Task can be run on linux/amd64
platform.