csvlint 1.0.0

A CSV linter that validates CSV files according to RFC 4180
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Global code owners
* @blackstar257

# Workflows require special attention
.github/workflows/ @blackstar257

# Core library code
src/ @blackstar257

# Configuration files
Cargo.toml @blackstar257
Cargo.lock @blackstar257