mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Remove and ignore lintcheck's log file
This commit is contained in:
parent
3c8f90bd5a
commit
460bef22a3
3 changed files with 4 additions and 3863 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -27,9 +27,11 @@ out
|
|||
# Generated by dogfood
|
||||
/target_recur/
|
||||
|
||||
# Generated by lintcheck
|
||||
/lintcheck-logs
|
||||
|
||||
# gh pages docs
|
||||
util/gh-pages/lints.json
|
||||
**/metadata_collection.json
|
||||
|
||||
# rustfmt backups
|
||||
*.rs.bk
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -771,6 +771,7 @@ pub fn main() {
|
|||
.for_each(|(cratename, msg)| text.push_str(&format!("{}: '{}'", cratename, msg)));
|
||||
|
||||
println!("Writing logs to {}", config.lintcheck_results_path.display());
|
||||
std::fs::create_dir_all(config.lintcheck_results_path.parent().unwrap()).unwrap();
|
||||
write(&config.lintcheck_results_path, text).unwrap();
|
||||
|
||||
print_stats(old_stats, new_stats);
|
||||
|
|
Loading…
Reference in a new issue