Skip to content

Commit

Permalink
Disable Azure.Core bad-record-type rule for ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott committed Feb 26, 2024
1 parent 98d50d4 commit 0d6a563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/typespec-azure-resource-manager/src/linter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export const $linter = defineLinter({
...allRulesEnabled,
// TODO: Enable this rule once azure-rest-api-specs repo is ready (issue #3839)
[`@azure-tools/typespec-azure-resource-manager/${armCommonTypesVersionRule.name}`]: false,
// This clashes with the ARM `no-record` rule.
[`@azure-tools/typespec-azure-core/bad-record-type`]: false,
},
extends: ["@azure-tools/typespec-azure-core/all"],
},
Expand Down

0 comments on commit 0d6a563

Please sign in to comment.