Instead of manually adding various verdicts to the list in different places. This is not completely equivalent to before, but the changes should be fine. The original behaviour of calling getVerdicts without arguments is unchanged and getVerdicts(mergeExternal: true) maps to getVerdicts(['final', 'external']).
Instead of manually adding various verdicts to the list in different places. This is not completely equivalent to before, but the changes should be fine. The original behaviour of calling
getVerdicts
without arguments is unchanged andgetVerdicts(mergeExternal: true)
maps togetVerdicts(['final', 'external'])
.