frictionlessdata / goodtables.io

Data validation as a service. Project retired, got to the current one at frictionsless/repository
https://goodtables.io
GNU Affero General Public License v3.0
69 stars 16 forks source link

Handle duplicated files for validation #169

Open roll opened 7 years ago

roll commented 7 years ago

Overview

Configurations like this could lead to duplication of files for validation:

files: *
datapackages:
  - datapackage.json

So we could:


For Beta files/datapackages are mutually exclusive (#171).

amercader commented 7 years ago

To be perfectly honest I would make our life easier for the Beta release and make them exclusive (ie if you have files, datapackages is ignored or viceversa).