Commits
Click on a commit to change the comparison rangerefactor(linter): replace MIME guessing with extension check (#8832)
I noticed that we were using this `mime_guess` crate, when it all it really does internally is check the extension of the file and map that to known MIME types: https://github.com/abonander/mime_guess/blob/805964fb54871f0154ee155bf21729b77ffd4a1c/src/lib.rs#L87-L90
Since we only expect JSON configuration files, I've replaced the MIME guessing with a simple extension check.2 months ago
by camchenry