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 committed Jul 16, 2019
1 parent f570a7e commit 325cc3c
Show file tree
Hide file tree
Showing 2,245 changed files with 198,357 additions and 197,350 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 325cc3c

Please sign in to comment.