kaniko/pkg/util
Priya Wadhwa 99ab68e7f4 Replace gometalinter with GolangCI-Lint
gometalinter is broken @ HEAD, and I looked into why that was. During
that process, I remembered that we took the linting scripts from
skaffold, and found that in skaffold gometalinter was replaced with
GolangCI-Lint:

https://github.com/GoogleContainerTools/skaffold/pull/619

The change made linting in skaffold faster, so I figured instead of
fixing gometalinter it made more sense to remove it and replace it with
GolangCI-Lint for kaniko as well.
2018-09-11 13:30:42 -07:00
..
bucket_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
command_util.go Make sure paths are absolute before matching files to wildcard sources 2018-08-31 11:57:20 -07:00
command_util_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
fs_util.go Make sure paths are absolute before matching files to wildcard sources 2018-08-31 11:57:20 -07:00
fs_util_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
image_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
image_util_test.go Added a KanikoStage type for each stage of a Dockerfile 2018-08-27 14:15:04 -07:00
tar_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go code review comments 2018-09-07 16:03:56 -07:00