unitedstates / bill-nicknames

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

Added several bills #12

Open morphogencc opened 9 years ago

morphogencc commented 9 years ago

Added: -stop militarizing law enforcement act -USA Freedom Act / End Bulk Collection Act -Keystone XL Act

morphogencc commented 9 years ago

Fixed the requested issues, added two more bills.

plantfansam commented 9 years ago

This is kind of a bummer, but I ran into a few format errors with the csv running it through csvlint. There were some issues where the bill descriptions contained commas.

Was able to get it mostly validating with some modifications modifications here.

morphogencc commented 9 years ago

Oh my! Sorry about that; I thought I caught them, but I can go back in and check. I'll investigate with csvlint and send another pull request.

sorry about that!

(also, you should mention csvlint in the README -- it's good to know about!)

nathan

On Fri, Jan 30, 2015, at 03:58 PM, Sam wrote:

This is kind of a bummer, but I ran into a few format errors with the csv running it through csvlint. There were some issues where the bill descriptions contained commas.

Was able to get it mostly validating with some modifications modifications here.


Reply to this email directly or view it on GitHub: https://github.com/unitedstates/bill-nicknames/pull/12#issuecomment-72269195

morphogencc commented 9 years ago

should be all fixed!

thanks for your patience!

nathan

On Fri, Jan 30, 2015, at 04:30 PM, nathan.lachenmyer wrote:

Oh my! Sorry about that; I thought I caught them, but I can go back in and check. I'll investigate with csvlint and send another pull request.

sorry about that!

(also, you should mention csvlint in the README -- it's good to know about!)

nathan

On Fri, Jan 30, 2015, at 03:58 PM, Sam wrote:

This is kind of a bummer, but I ran into a few format errors with the csv running it through csvlint. There were some issues where the bill descriptions contained commas.

Was able to get it mostly validating with some modifications modifications here.


Reply to this email directly or view it on GitHub: https://github.com/unitedstates/bill-nicknames/pull/12#issuecomment-72269195

konklone commented 9 years ago

Adding csvlint to the Travis build process for the repo seems like a good idea. I'll prepare a PR.