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
Please use native node fetch API instead of node-fetch module.
We use repolinter and include a remote config via `extends, and are behind a coorporate Proxy, and node-fetch doesn't support proxy configurations.
We need to jump through several burning hoops to make it working (using proxychains i.e.).
Expected Behavior
We can use repolinter without any custom workaround behind a cooperate proxy and can include a remote config.
Actual Behavior
Repolinter: FAIL!
Linting repository "/Users/dj/repolintertest/genesis" with repolinter and pre-commit-tools image tag: 0.5.0
FetchError: request to https://raw.githubusercontent.com/todogroup/repolinter/main/rulesets/default.json failed, reason:
Issue Report
Please use native node fetch API instead of node-fetch module.
We use repolinter and include a remote config via `extends, and are behind a coorporate Proxy, and node-fetch doesn't support proxy configurations.
We need to jump through several burning hoops to make it working (using proxychains i.e.).
Expected Behavior
We can use repolinter without any custom workaround behind a cooperate proxy and can include a remote config.
Actual Behavior
Steps to Reproduce the Issue
Additional resources
The text was updated successfully, but these errors were encountered: