0

In all of our apps (100+) we have a ruleset files that are exactly the same. When new analysis rules come out (e.g. https://github.com/StefanMaron/BusinessCentral.LinterCop), some rules may be hidden or turned into errors/warnings - and it is hard to update so many projects.


E.g. file al.ruleset.json includes shared ruleset.

{

  "name": "Custom AL rules",

  "includedRuleSets": [

    {

      "path": "https://...shared.../cloud.al.ruleset.json",

      "action": "Default"

    }

  ]

}

Category: System
STATUS DETAILS
New