From 2a7d33526be17cb0d2c299b7dcf33261e27d23aa Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Sat, 6 Jun 2020 00:30:07 -0700 Subject: [PATCH] lint --- integration/dockerfiles/Dockerfile_test_run_new | 2 +- pkg/commands/commands.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/dockerfiles/Dockerfile_test_run_new b/integration/dockerfiles/Dockerfile_test_run_new index 9891a4381..e6aa5ef31 100644 --- a/integration/dockerfiles/Dockerfile_test_run_new +++ b/integration/dockerfiles/Dockerfile_test_run_new @@ -1,4 +1,4 @@ -# Copyright 2018 Google, Inc. All rights reserved. +# Copyright 2020 Google, Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pkg/commands/commands.go b/pkg/commands/commands.go index a5d431735..44139093f 100644 --- a/pkg/commands/commands.go +++ b/pkg/commands/commands.go @@ -53,7 +53,7 @@ type DockerCommand interface { ShouldCacheOutput() bool - // ShouldDetectDeletedFiles turns true if the command could delete files. + // ShouldDetectDeletedFiles returns true if the command could delete files. ShouldDetectDeletedFiles() bool }