-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create skeleton controller using knative/pkg injection infrastructure
- Loading branch information
1 parent
926ea4c
commit ee491da
Showing
2,056 changed files
with
190,216 additions
and
113,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(*github.com/tektoncd/pipeline/vendor/go.uber.org/zap.SugaredLogger).Sync |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.