unitedstates / bill-nicknames

Table of popular nicknames and keywords for bills, curated manually.
The Unlicense
55 stars 15 forks source link

Have Travis run csvlint on demand #14

Closed konklone closed 9 years ago

konklone commented 9 years ago

Adds a .travis.yml that installs the csvlint gem and validates the CSV.

konklone commented 9 years ago

The inaugural build passed.

konklone commented 9 years ago

FWIW, I think it'd be nice to have a little script that did some context-specific linting, like making sure the rows have the right number of columns, maybe validating that the bill_type is of the enumerated valid values, etc.