Skip to content

Commit ca79dac

Browse files
author
Vikeshi Tiwari
committed
Fix prettier formatting in eval-typespec.yaml
Quote style: prefer double quotes for strings without inner double quotes (Prettier default for YAML).
1 parent 000d439 commit ca79dac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/skills/evals/arm-api-reviewer/evaluate/eval-typespec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ stimuli:
156156
- 'Flagged the vague "Matching AiGateway pattern" suppression reason on firewallRules -- suppressions must stand on their own with a real technical justification (TSP-4.1)'
157157
- 'Recommended using @identifiers(#["volumeId"]) on volumes or @key on volumeId in the StorageVolume model instead of suppressing the rule'
158158
- 'Did NOT flag the @identifiers(#["moveId"]) on pendingMoves -- this is the correct pattern (positive control)'
159-
- 'Did NOT flag the @identifiers(#[]) on diagnosticSnapshots -- explicit empty identifier list is the correct pattern for arrays with no identity (positive control)'
160-
- 'Did NOT flag customLabels -- the ClusterLabel item type uses @key on labelKey, which automatically derives x-ms-identifiers (positive control)'
159+
- "Did NOT flag the @identifiers(#[]) on diagnosticSnapshots -- explicit empty identifier list is the correct pattern for arrays with no identity (positive control)"
160+
- "Did NOT flag customLabels -- the ClusterLabel item type uses @key on labelKey, which automatically derives x-ms-identifiers (positive control)"
161161
- 'Never suggested @extension("x-ms-identifiers", ...) as a fix in any finding'

0 commit comments

Comments
 (0)