Skip to content

Commit

Permalink
remove apis from ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Dec 23, 2024
1 parent 2af9e35 commit 0a32d49
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/js/commands/checkImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ import { readMarkdown } from "../lib/markdownReader.js";

// Known APIs containing images without alt text that will be skipped
// by the checker.
const APIS_TO_IGNORE__SHOULD_FIX: string[] = [
"qiskit",
"qiskit-ibm-runtime",
"qiskit-addon-cutting",
];
const APIS_TO_IGNORE__SHOULD_FIX: string[] = ["qiskit"];

interface Arguments {
[x: string]: unknown;
Expand Down

0 comments on commit 0a32d49

Please sign in to comment.