-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip self links check #258
Conversation
This feels like something that could be useful if pushed all the way down to
What do you think? |
Both options sound good. Maybe an ignored checks list would best but checks having a boolean field is good too. |
I think maybe we have to update how the config file is brought in from stac-check - I might just be confused |
It seems to throw an error on the else statement and then never checks for the config file
|
Maybe I wasn't setting the .env properly? |
It is working now but the file is in an awkward place I think |
I've pushed a commit to your branch that works around the issue in a different way -- we fall back on the default |
@gadomski I don't see it - maybe it didn't push properly? |
7b248fc ? |
Haha sorry I thought you meant push to my branch on stac-check |
Looks great I think |
Allows the user to specify the configuration file from the command line in case they want to override this behavior.
Great thanks! I cleaned up the git history, will merge when CI passes. Thanks for the update!! |
Related Issue(s):
radiantearth/stac-spec#1173
stac-utils/stac-check#76
Description:
I am removing the warning for no self links.
PR checklist:
scripts/format
).scripts/lint
).scripts/test
).