You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
The repolinter.js file supports an --allowPaths, but sometimes you want to allow everything except . Using --allowPaths is a papercut pain to keep constantly updated.
Expected Behavior
That you can instead use --ignorePaths to ignore 1..n directories from the repolinting. For example, you might --ignorePaths node_modules.
Issue Report
The repolinter.js file supports an --allowPaths, but sometimes you want to allow everything except . Using --allowPaths is a papercut pain to keep constantly updated.
Expected Behavior
That you can instead use --ignorePaths to ignore 1..n directories from the repolinting. For example, you might --ignorePaths node_modules.