Skip to content
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

json based configuration #127

Open
buchslava opened this issue Jun 13, 2016 · 3 comments
Open

json based configuration #127

buchslava opened this issue Jun 13, 2016 · 3 comments

Comments

@buchslava
Copy link
Collaborator

we need to provide JSON based configuration such as http://eslint.org/docs/user-guide/configuring

@buchslava
Copy link
Collaborator Author

@jheeffer is this issue still actual?

@jheeffer
Copy link
Member

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?

@buchslava
Copy link
Collaborator Author

buchslava commented May 24, 2017

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants