We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mlcroissant validate --jsonld croissant.json is extremely helpful but I would like to configure it to ignore certain warnings.
mlcroissant validate --jsonld croissant.json
Perhaps we could add an --ignore flag like flake8 has. Here's an example from their docs:
--ignore
flake8
flake8 --ignore=E1,E23,W503 path/to/files/ path/to/more/files/
(By consulting various lists of many possible codes you can see that E1 is about indentation, W503 is about line breaks, etc.)
I'm opening this issue because I see it as a possible solution for this other issue I opened:
That is, I would be happy to ignore the warnings about strings we use for dataset versions.
However, adding a generic --ignore framework is probably a good first step, so I'm opening this issue.
The text was updated successfully, but these errors were encountered:
ccl-core
No branches or pull requests
mlcroissant validate --jsonld croissant.json
is extremely helpful but I would like to configure it to ignore certain warnings.Perhaps we could add an
--ignore
flag likeflake8
has. Here's an example from their docs:(By consulting various lists of many possible codes you can see that E1 is about indentation, W503 is about line breaks, etc.)
I'm opening this issue because I see it as a possible solution for this other issue I opened:
That is, I would be happy to ignore the warnings about strings we use for dataset versions.
However, adding a generic
--ignore
framework is probably a good first step, so I'm opening this issue.The text was updated successfully, but these errors were encountered: