aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/tidy.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add last remaining module docstringFlorian Diebold2021-05-221-21/+2
|
* Add even more docsAleksey Kladov2021-05-221-2/+2
|
* Add more docsAleksey Kladov2021-05-221-12/+1
|
* internal: scalable module structure for fixitsAleksey Kladov2021-05-171-3/+2
|
* Update license checkkjeremy2021-04-151-1/+1
|
* a lot of clippy::style fixesMatthias Krüger2021-03-211-1/+1
|
* Remove now dead codeAleksey Kladov2021-03-081-11/+14
|
* Unused paramsAleksey Kladov2021-03-081-1/+1
|
* Make `code generation` just workAleksey Kladov2021-03-081-8/+13
| | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing.
* Make working with codegen less annoyingAleksey Kladov2021-03-081-12/+4
| | | | | | | | | | We probably should look into removing `xtask codegen` altogether. The test workflow works perfectly for package.json config. There are two things preventing that: * Lint completions are generated on demand. * Docs are not committed to the repository.
* Check for path dev-dependencies with a version numberLaurențiu Nicola2021-03-011-10/+33
|
* Simplify xtaskAleksey Kladov2021-03-011-0/+424
lib/bin/test separation isn't really needed.