Azure / azure-openapi-validator

Azure Open API Validator
MIT License
44 stars 43 forks source link

Re-disable duplicate LintDiff rules for TypeSpec dataplane #712

Open mikeharder opened 3 weeks ago

mikeharder commented 3 weeks ago

In #703 and #711, the duplicate "common" and "arm" LintDiff rules were re-enabled for all specs, to support the ARM review process. Since the "common" rules are shared between "arm" and "dataplane", this had the unintended impact of also disabling the "common" rules for "dataplane".

The "common" rules should be re-disabled for "dataplane", since they aren't needed for the dataplane review process.