issues
search
grab
/
grab-bazel-common
Common rules and macros for Grab's Android projects built with Bazel.
https://grab.github.io/grazel
Apache License 2.0
39
stars
15
forks
source link
Fix stale results in `partial-results-dir` getting reused when running lint in worker mode
#144
Closed
arunkumar9t2
closed
9 months ago
arunkumar9t2
commented
9 months ago
partial-results-dir
is outside of
WorkingDirectory
hence not guranteed to be cleaned after worker execution hence manually clean it.
Don't clean it during LintReport because it is an input directory during report.
partial-results-dir
is outside ofWorkingDirectory
hence not guranteed to be cleaned after worker execution hence manually clean it.