inclusive-dev-tools / woke

✊ Detect non-inclusive language in your source code.
https://medium.com/@caitlinelfring/woke-437880c3de64
MIT License
0 stars 0 forks source link

Add Remote Rulesets to woke configuration #27

Closed mkcomer closed 3 years ago

mkcomer commented 3 years ago

This PR adds functionality to pull in remote rules from urls - https.

To test this PR: go build go run main.go -c "https://raw.githubusercontent.com/get-woke/woke/main/example.yaml" --debug

To test a 404 URL: go run main.go -c "https://raw.githubusercontent.com/get-woke/woke/main/example" --debug