In order to ensure a uniform coding style, we advise either all revert statements with a custom error to use the key-value declaration style across the codebase or the OracleHelper to no longer use the key-value declaration style, either of which we consider an adequate resolution to this exhibit.
OHR-04C: Non-Standard Error Style
Description:
The referenced
error
declarations are emitted using the key-value declaration style which is not applied in the rest of the codebase.Example:
Recommendation:
In order to ensure a uniform coding style, we advise either all
revert
statements with a customerror
to use the key-value declaration style across the codebase or theOracleHelper
to no longer use the key-value declaration style, either of which we consider an adequate resolution to this exhibit.