felixc / rexiv2

Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
GNU General Public License v3.0
79 stars 17 forks source link

Set up linting and format checking in CI #52

Closed felixc closed 2 years ago

felixc commented 2 years ago

For now, this has to use the nightly version of Cargo/rustfmt, because I really want to preserve the multiple newlines between sections of code, and that requires the blank_lines_upper_bound configuration option in .rustfmt.toml. See https://github.com/rust-lang/rustfmt/issues/3381 for the bug tracking the stabilization of this configuration option.