Remove and ignore lintcheck's log file
This commit is contained in:
parent
3c8f90bd5a
commit
460bef22a3
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 New Issue
Block a user