Skip to content

Commit

Permalink
Fix missing tsp for codeblock in suppress warning (Azure#1355)
Browse files Browse the repository at this point in the history
Found out this wasn't highlighted
  • Loading branch information
timotheeguerin authored Aug 12, 2024
1 parent bafe192 commit 9bb16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshoot/suppresswarnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Some of the rules after review can be suppressed to get clean compile outputs us

For example:

```
```tsp
#suppress "@azure-tools/typespec-providerhub/no-identifier-property-in-array-item" "Error items have no unique identifier."
@doc("An array of details about specific errors that led to this reported error.")
details: Error[];
Expand Down

0 comments on commit 9bb16dd

Please sign in to comment.