aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests/tidy-tests/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify tidy testsAleksey Kladov2020-05-061-152/+0
|
* RegenerateAleksey Kladov2020-05-061-1/+1
|
* Rename AtomTextEdit -> IndelAleksey Kladov2020-05-051-1/+0
|
* tests: add more info about what failed in tidy testsBenjamin Coenen2020-04-171-3/+3
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Change add_function assist to use todo!()Timo Freiberg2020-04-131-0/+1
|
* Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-101-1/+10
| | | | | | | | | | | | todo!() "Indicates unfinished code" (https://doc.rust-lang.org/std/macro.todo.html) Rust documentation provides further clarification: > The difference between unimplemented! and todo! is that while todo! > conveys an intent of implementing the functionality later and the > message is "not yet implemented", unimplemented! makes no such claims. todo!() seems more appropriate for assists that insert missing impls.
* gen_assists_docs skip hidden filesJosh Mcguigan2020-03-211-19/+2
|
* Check that no file contains trailing wsAleksey Kladov2020-03-171-16/+31
| | | | rustfmt allows trailing spaces in string literals unfortunately.
* Tidier tidy checksAleksey Kladov2020-03-171-1/+144
|
* rename tools -> xtaskAleksey Kladov2019-10-171-0/+2