@ijonis/geo-lint 0.1.4 → 0.1.5

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.js CHANGED
@@ -15829,8 +15829,7 @@ async function lint(options = {}) {
15829
15829
  } else {
15830
15830
  formatResults(results, lintableItems.length, excludedItems.length);
15831
15831
  }
15832
- const errorCount = results.filter((r) => r.severity === "error").length;
15833
- return errorCount > 0 ? 1 : 0;
15832
+ return 0;
15834
15833
  }
15835
15834
 
15836
15835
  // src/cli.ts