Skip to content

Ignore unchecked status codes

Marco Clemencic requested to merge ignore-unchecked-status-codes into master

I just ran a script to ignore the unchecked status codes, with special comments that can be used to distinguish a legitimate .ignore() from one introduced automatically.

As a reminder, some of the unchecked StatusCodes must be checked, but this change has the benefit of preserving the old behaviour.

See gaudi/Gaudi!763 (merged)

Merge request reports