kaniko/pkg/commands
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
..
add.go Fix linting error 2018-09-04 13:50:57 -07:00
arg.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
cmd.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
cmd_test.go Update deps 2018-07-31 16:23:23 -07:00
commands.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
copy.go Fix linting error 2018-09-04 13:50:57 -07:00
entrypoint.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
entrypoint_test.go Update deps 2018-07-31 16:23:23 -07:00
env.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
env_test.go Update deps 2018-07-31 16:23:23 -07:00
expose.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
expose_test.go Update deps 2018-07-31 16:23:23 -07:00
healthcheck.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
label.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
label_test.go Update deps 2018-07-31 16:23:23 -07:00
onbuild.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
onbuild_test.go Update deps 2018-07-31 16:23:23 -07:00
run.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
run_test.go Set default home value (#281) 2018-08-10 12:58:07 -07:00
shell.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
shell_test.go Update deps 2018-07-31 16:23:23 -07:00
stopsignal.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
stopsignal_test.go Update deps 2018-07-31 16:23:23 -07:00
user.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
user_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
volume.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
volume_test.go Update deps 2018-07-31 16:23:23 -07:00
workdir.go Add CacheCommand to DockerCommand interface 2018-09-04 13:16:05 -07:00
workdir_test.go Update deps 2018-07-31 16:23:23 -07:00