Skip to content

Hashremove handler

Xueting Yang requested to merge hashremove_handler into master

The old HashRemoveHandler is not a standalone Handler (could only be called from another handler). In this MR, it has been renamed as HashRemover and moved to utils, while a new HashRemoveHandler is created. The new HashRemoveHandler will be added to the chain of handlers invoked once the PR job is finished. It runs over all ROOT files in the directory and uses HashRemover to cleanup the hashes.

Merge request reports