We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd765e commit 376954eCopy full SHA for 376954e
src/main.rs
@@ -201,7 +201,7 @@ fn do_main() -> Result<i32> {
201
for path in &config_paths {
202
match AbsPath::try_from(path) {
203
Ok(_) => {}, // do nothing on success
204
- Err(_) => eprintln!("Warning: Could not find a lintrunner config at: '{}'. Continuing without using configuration file.", path),
+ Err(_) => debug!("Could not find a lintrunner config at: '{}'. Continuing without using configuration file.", path),
205
}
206
207
0 commit comments