Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions eng/tools/oav-runner/src/formatting.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { annotateFileError, setSummary } from "@azure-tools/specs-shared/error-reporting";

export interface ReportableOavError {
Expand Down Expand Up @@ -56,11 +56,6 @@
checkName = "validate-example";
}

builtLines.push(`⚠️ This check is testing a new version of '${reportName}'. ⚠️`);
builtLines.push(
"Failures are expected, and should be completely ignored by spec authors and reviewers.",
);
builtLines.push(`Meaningful results for this PR are in required check '${reportName}'.`);
builtLines.push("| File | Line#Column | Code | Message |");
builtLines.push("| --- | --- | --- | --- |");

Expand Down
Loading