Rename ‘invocation.toolNotifications’ and ‘invocation.configurationNotifications’ to ‘toolExecutionNotifications’ and ‘toolConfigurationNotifications’?
EBALLOT PROPOSAL: rename 'invocation.toolNotifications' and 'invocation.configurationNotifications' in order to make them more descriptive.
API IMPACT:
In the invocation object:
Rename the toolNotifications property to toolExecutionNotifications.
Rename the configurationNotifications property to toolConfigurationNotifications.
NOTES: these terms are intended to help communicate errors and other problems that are either raised by the tool during execution (requiring a tool developer to resolve ) or as a result of the way the tool has been configured (requiring a change to the results production automation). We also considered but rejected a rename of 'run.result' to 'run.analysisNotifications' or 'run.toolAnalysisNotifications' to completely unify this space. We rejected this possibility as simply being too intrusive at this late state.
https://github.com/oasis-tcs/sarif-spec/issues/330
|