Skip to content

Commit

Permalink
create skeleton controller using knative/pkg injection infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Walker authored and tekton-robot committed Jul 18, 2019
1 parent 926ea4c commit ee491da
Show file tree
Hide file tree
Showing 2,056 changed files with 190,216 additions and 113,956 deletions.
1 change: 1 addition & 0 deletions .errcheck.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(*github.com/tektoncd/pipeline/vendor/go.uber.org/zap.SugaredLogger).Sync
9 changes: 9 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
run:
build-tags:
- e2e
skip-dirs:
- vendor
- pkg/client/clientset/versioned/fake
linters-settings:
errcheck:
exclude: .errcheck.txt
Loading

0 comments on commit ee491da

Please sign in to comment.