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
When running repolinter against a remote directory, the "test-directory-exists" rule appears to always fail, even when it passes on a local clone of the repo.
Expected Behavior
Results from local test:
Target directory: /home/duaneo/Code/working/repolinter
Ruleset: ../../../repolint.json
✔ test-directory-exists: found (node_modules/array-from/test.js)
Issue Report
When running repolinter against a remote directory, the "test-directory-exists" rule appears to always fail, even when it passes on a local clone of the repo.
Expected Behavior
Results from local test:
Actual Behavior
Results from remote test:
Steps to Reproduce the Issue
repolint.json :
{ "axioms": { "linguist":"language", "licensee":"license", "packagers":"packager" }, "rules": { "all": { "test-directory-exists:directory-existence": ["error", {"directories": ["**/test*", "**/specs"], "nocase": true}] } } }
OS: Ubuntu 18.04.2 LTS
node: v8.10
npx: 10.2.0
npm: 3.5.2
ruby: 2.5.1p57
The text was updated successfully, but these errors were encountered: