Merge branch 'main' into 597-moved-update-rules-option-process

This commit is contained in:
DustInDark
2022-06-29 00:46:48 +09:00
19 changed files with 349 additions and 236 deletions
+2
View File
@@ -62,6 +62,7 @@ impl LevelTuning {
&BufferWriter::stdout(ColorChoice::Always),
None,
&format!("path: {}", path),
true,
)
.ok();
let mut content = match fs::read_to_string(&path) {
@@ -101,6 +102,7 @@ impl LevelTuning {
rule["level"].as_str().unwrap(),
new_level
),
true,
)
.ok();
}