FuelLabs / cargo-toml-lint

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

Disallow trailing whitespace on any line #15

Closed scouten closed 2 years ago

scouten commented 2 years ago

Known issue: This does not account for multi-line literal strings, where trailing whitespace would be legal.

Workaround: If that's needed, disable this option via -En.

scouten-adobe commented 2 years ago

Hi, checking in on whether this or future PRs will be merged.

adlerjohn commented 2 years ago

@scouten yep, sorry about that, we got sidetracked 😂. Thank you again for the contribution! We'll make sure to prioritize review of subsequent PRs.