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
we need to provide JSON based configuration such as http://eslint.org/docs/user-guide/configuring
The text was updated successfully, but these errors were encountered:
@jheeffer is this issue still actual?
Sorry, something went wrong.
I don't know what this means?
Configuration of what? I can't think of anything where we need eslint in ddf-validation? For datapackage.json maybe? But that seems overkill, right?
@jheeffer this task is about an ability to save predefined parameters that we use in validator's command line
for example, we have next typical command for some dataset
validate-ddf --multidir --datapointless --include-tags ... --exclude-rules ... --exclude-dirs ...
let's imagine next case: command line will be in config file:
{ multidir: true, datapointless: true, include-tags: [...], exclude-rules: [...], exclude-dirs: [...] }
and use just validate-ddf command
validate-ddf
buchslava
No branches or pull requests
we need to provide JSON based configuration such as http://eslint.org/docs/user-guide/configuring
The text was updated successfully, but these errors were encountered: