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
Right now the code looks locally for the rules file, but we want to be able to source it from any public URL to allow for reuse of external rule sets
Acceptance Criteria
Ability to run the linter on a publicly accessible ruleset file by pointing to it in the cli arguments. e.g. woke -u https://raw.githubusercontent.com/get-woke/woke/main/example.yaml
The text was updated successfully, but these errors were encountered:
Stretch goal: support advanced download protocols, like ssh, s3 (for private repos/buckets for example) -- Came across https://github.com/hashicorp/go-getter which is promising but it doesn't seem to work very well with single files
Link to original issue on forked repo: inclusive-dev-tools#1
Problem Statement
Right now the code looks locally for the rules file, but we want to be able to source it from any public URL to allow for reuse of external rule sets
Acceptance Criteria
woke -u https://raw.githubusercontent.com/get-woke/woke/main/example.yaml
The text was updated successfully, but these errors were encountered: