instrlint 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.cjs CHANGED
@@ -453,7 +453,11 @@ var SKIP_DIRS = /* @__PURE__ */ new Set([
453
453
  ".git",
454
454
  ".claude",
455
455
  ".turbo",
456
- "coverage"
456
+ "coverage",
457
+ "tests",
458
+ "test",
459
+ "__tests__",
460
+ "spec"
457
461
  ]);
458
462
  function findSubClaudeFiles(dir, projectRoot, depth = 0) {
459
463
  if (depth > 10) return [];
@@ -1296,6 +1300,9 @@ var POLARITY_STOP_WORDS = /* @__PURE__ */ new Set([
1296
1300
  "prefer",
1297
1301
  "follow",
1298
1302
  "keep",
1303
+ "calls",
1304
+ "run",
1305
+ "runs",
1299
1306
  // Common modals and auxiliaries
1300
1307
  "must",
1301
1308
  "should",