wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
224 stars 88 forks source link

Enforce rustfmt for formatting source code #7

Closed ava57r closed 5 years ago

kestred commented 6 years ago

I occasionally apply rustfmt to the codebase (and then fix anything it formats weird), but this won't be enforced until rustfmt is out of nursery and becomes stable.

In the mean time, we can open issue with rustfmt when it automatically formats something poorly; but lets not commit poor formatting ^_^.

kestred commented 5 years ago

As of rust 1.31.1, both rustfmt and clippy are stable and available as non-preview components on stable.

If anyone would like to update the Travis CI script to automatically enforce this, that'd be great!