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
At some point we will introduce the ability to treat warnings as errors. At that point, if we add a new linting rule it could be a breaking change, so we should have the ability to pin the linter rule set to a specific version in bicepconfig.json. Something like:
Whatever mechanism is used, ideally Intellisense for rule names (at least core ones) will work based on the rules available only in the specified ruleset version.
At some point we will introduce the ability to treat warnings as errors. At that point, if we add a new linting rule it could be a breaking change, so we should have the ability to pin the linter rule set to a specific version in
bicepconfig.json
. Something like:cc @MarcusFelling @StephenWeatherford
The text was updated successfully, but these errors were encountered: