cleanup: cleanup go_cache
This commit is contained in:
parent
4598995a41
commit
318eb5054f
@ -36,7 +36,7 @@ module CleanupRefinement
|
|||||||
end
|
end
|
||||||
|
|
||||||
def nested_cache?
|
def nested_cache?
|
||||||
directory? && %w[glide_home java_cache npm_cache gclient_cache].include?(basename.to_s)
|
directory? && %w[go_cache glide_home java_cache npm_cache gclient_cache].include?(basename.to_s)
|
||||||
end
|
end
|
||||||
|
|
||||||
def prune?(days)
|
def prune?(days)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user