You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always write the buildcleaner: keep comment the same way.
There were several ways the `keep` annotation was written
* `build_cleaner: keep`
* `build_cleaner keep`
* `buildcleaner keep`
* `buildcleaner: keep`
This unifies it to always be `buildcleaner: keep`.
Also, remove the `keep` comment in target `//src/cgt`
as `bant dwyu` can recognize now the wrong from of including
headers with angle brackets (here, it was `<tcl.h>`),
and won't remove the dependency.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
0 commit comments