Skip to content

Commit 21c8fd6

Browse files
committed
fix: update CORE_FILES list to match actual project structure
Replace socket-registry file references with actual purl source files
1 parent cba55f0 commit 21c8fd6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/lint.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import { runCommandQuiet } from './utils/run-command.mjs'
1818

1919
// Files that trigger a full lint when changed
2020
const CORE_FILES = new Set([
21-
'src/logger.ts',
22-
'src/spawn.ts',
23-
'src/fs.ts',
24-
'src/promises.ts',
21+
'src/constants.ts',
22+
'src/error.ts',
23+
'src/helpers.ts',
24+
'src/lang.ts',
2525
'src/objects.ts',
26-
'src/arrays.ts',
2726
'src/strings.ts',
28-
'src/types.ts',
27+
'src/validate.ts',
28+
'src/purl-type.ts',
2929
])
3030

3131
// Config patterns that trigger a full lint

0 commit comments

Comments
 (0)