FuelLabs / cargo-toml-lint

A linter for Cargo.toml files
Apache License 2.0
6 stars 7 forks source link

Enforce whitespace consistency #10

Open scouten opened 2 years ago

scouten commented 2 years ago

Very cool project; I've been looking for something like this.

I'm looking for a linter that enforces whitespace rules. Some things I'd like to enforce via automation:

Would you be open to a contribution that adds these rules? (If yes, I'll start looking into it.)

adlerjohn commented 2 years ago

Would you be open to a contribution that adds these rules?

Absolutely, and they would be very appreciated! In order to keep review times down, I suggest making a PR for each of them individually instead of all at once.