13 Commits

Author SHA1 Message Date
Jonas Platte
1aca228f51
Enable lints through rustflags instead of alias
Solution from
https://github.com/EmbarkStudios/rust-ecosystem/issues/22#issuecomment-947011395
2021-10-19 21:04:05 +02:00
Devin Ragotzy
aa2388fe86 Add the module style clippy lint 2021-09-16 09:51:08 -04:00
Jonas Platte
1907ce1e91
Disable buggy clippy lint 2021-08-16 22:55:27 +02:00
Devin Ragotzy
245fe4deea
Enable clippy exhaustive_enums lint workspace-wide 2021-08-10 15:22:46 +02:00
Devin Ragotzy
3101be1f99
Add macro-braces, disallowed-type and import-rename clippy lints 2021-07-22 14:34:30 +02:00
Jonas Platte
4dfaad104b
Enable clippy lint str_to_string 2021-07-02 23:02:50 +02:00
Jonas Platte
700cc8a36a
Sort lints lexicographically in .cargo/config.toml 2021-07-02 22:34:40 +02:00
Jonas Platte
7c6dfc52b6
Rename .cargo/{config => config.toml}
This filename has been support for a while now.
2021-07-02 22:27:43 +02:00
Devin Ragotzy
650d960b85 Enable linting for non-exhaustive structs 2021-06-18 22:44:00 +02:00
Jonas Platte
325c0adf69
Remove --quiet flags
They were useful on builds.sr.ht but for local running of CI commands
it's nice to have some progress indication.
2021-05-06 14:31:51 +02:00
Devin Ragotzy
5090c11843
Enable non-default clippy lints 2021-05-06 11:07:31 +00:00
Louis de Wardt
ea33128014
Use Github Actions to automatically deploy documentation 2021-04-05 16:03:11 +02:00
Kévin Commaille
eb7683bae9
Add xtask to automate crate releases 2021-04-03 16:59:28 +02:00