Skip to content

Commit

Permalink
Suppressing lintdiff error until lintdiff rule update
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Jul 12, 2024
1 parent 22a6dc3 commit 9755137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/scripts/lint-resourcemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ const suppressedErrors = [
id: "D5001",
code: "XmsExamplesRequired",
},
{
id: "R2026",
code: "AvoidAnonymousTypes",
},
];

async function lintInternal(swagger) {
Expand Down

0 comments on commit 9755137

Please sign in to comment.