gtfs-validator icon indicating copy to clipboard operation
gtfs-validator copied to clipboard

Add command-line option to exclude certain rules

Open lionel-nj opened this issue 5 years ago • 2 comments

Is your feature request related to a problem? Please describe. PR#188 adds new feature to enable exclusion of files from the validation process. However, once these files are excluded, the execution method of use cases related to said files should not be called.

Describe the solution you'd like It should be possible to map the list of use cases related to a single file and execute the validation process on a subset of use cases

lionel-nj avatar May 27 '20 12:05 lionel-nj

Given that the v2 architecture is able to run on even the largest GTFS datasets, we no longer have the need to exclude certain files from validation. Therefore, we're changing this issue to generally focus on the ability to exclude certain rules from being executed/output, in case an agency wants to eliminate noisy output that isn't relevant to them.

barbeau avatar Jan 21 '21 16:01 barbeau

#1292 is related to this

emmambd avatar Jul 10 '23 15:07 emmambd