Skip to content

Commit

Permalink
Exception for PTE0024 - Unblock uptake (#2600)
Browse files Browse the repository at this point in the history
#### Summary 

The new PTECop is meant to block moves in PTEs as it is not supported
yet. However, we run PTECop on apps like the business foundation which
is not a PTE

#### Work Item
Fixes
[AB#561076](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/561076)

Co-authored-by: sodragon <[email protected]>
  • Loading branch information
BazookaMusic and SotirisDragonas authored Dec 23, 2024
1 parent 68828cf commit f1aba9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rulesets/ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
"action": "None",
"justification": "Entitlements cannot be defined in an extension."
},
{
"id": "PTE0024",
"action": "None",
"justification": "We allow moved symbols for Microsoft apps because we run PTECop on the entire codebase which includes global apps."
},
{
"id": "AW0006",
"action": "None",
Expand Down

0 comments on commit f1aba9e

Please sign in to comment.