diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cli/main.rs b/cli/main.rs index 758681ecb..dc2f2f578 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -531,16 +531,7 @@ async fn lint_command( None }; - tools::lint::lint_files( - maybe_lint_config, - lint_flags.rules_tags, - lint_flags.rules_include, - lint_flags.rules_exclude, - lint_flags.files, - lint_flags.ignore, - lint_flags.json, - ) - .await + tools::lint::lint(maybe_lint_config, lint_flags, flags.watch).await } async fn cache_command( |