We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e941698 commit 3b35ac3Copy full SHA for 3b35ac3
tools/spectral/ipa/scripts/filter-ipa-violations.js
@@ -1,9 +1,6 @@
1
import fs from 'node:fs/promises';
2
import { execSync } from 'child_process';
3
import path from 'path';
4
-import { fileURLToPath } from 'url';
5
-
6
-const dirname = path.dirname(fileURLToPath(import.meta.url));
7
8
async function filterIpaViolations() {
9
try {
0 commit comments