BusinessCentral.LinterCop
BusinessCentral.LinterCop copied to clipboard
Disable Rule 0016 "Caption is missing." for objects of the the API
Related to issue: https://github.com/StefanMaron/BusinessCentral.LinterCop/issues/190.
Because this could be experienced as a breaking change I've provided a setting in the LinterCop.json to enable the current behavior. When an external application uses the metadata of the API's, like the PowerPlatform, you can make the rule 0016 more strict.
Not sure if there's a performance penalty, I should consider on getting/reading the setting from the json-file? I think it's a on-time reading the json file if I'm right. Otherwise the sequence of the if-statements can slightly be rearranged.