-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding dependencies to keep psr-2 compliance. * Updating code climate id. * Update code climate and circleci badges.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# CSV Parser | ||
![CircleCI (all branches)](https://img.shields.io/circleci/project/github/fmizzell/csv-parser.svg) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/4a8830b21fcd4debff22/maintainability)](https://codeclimate.com/github/fmizzell/csv-parser/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/4a8830b21fcd4debff22/test_coverage)](https://codeclimate.com/github/fmizzell/csv-parser/test_coverage) | ||
[![CircleCI](https://circleci.com/gh/GetDKAN/csv-parser.svg?style=svg)](https://circleci.com/gh/GetDKAN/csv-parser) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/fd8b0e84a063da2ebfe6/maintainability)](https://codeclimate.com/github/GetDKAN/csv-parser/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/fd8b0e84a063da2ebfe6/test_coverage)](https://codeclimate.com/github/GetDKAN/csv-parser/test_coverage) | ||
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
|
||
A state-machine driven CSV parser and validator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters