lint
This commit is contained in:
parent
0f5387960e
commit
2a7d33526b
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue