StefanMaron / BusinessCentral.LinterCop

Community driven code linter for AL (MS Dynamics 365 Business Central)
https://stefanmaron.com
MIT License
77 stars 31 forks source link

Rule0052 check InternalsVisibleTo #531

Closed ChristianHovenbitzer closed 8 months ago

ChristianHovenbitzer commented 8 months ago

Added a check on the setting InternalsVisibleTo in the app.json. When this setting is filled with any value the rules are not being triggered as described in issue 529

Arthurvdv commented 8 months ago

Great work, thanks!