You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make parsing easier in ConfigurationParser when grouping flags (see esbmc.frontEnd.architecture in package.json) the value of the enum should be the appropriate flag. However, for new users, these flags may not be descriptive enough.
To fix this each enum should have an markdownEnumDescription which accurately describes the type of that flag.
The text was updated successfully, but these errors were encountered:
To make parsing easier in
ConfigurationParser
when grouping flags (seeesbmc.frontEnd.architecture
inpackage.json
) the value of the enum should be the appropriate flag. However, for new users, these flags may not be descriptive enough.To fix this each enum should have an
markdownEnumDescription
which accurately describes the type of that flag.The text was updated successfully, but these errors were encountered: