Skip to content

Commit b1e0317

Browse files
committed
refactor emmylua_check
1 parent 6cc7f62 commit b1e0317

8 files changed

Lines changed: 495 additions & 223 deletions

File tree

Cargo.lock

Lines changed: 49 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ glob = "0.3"
4646
include_dir = "0.7.4"
4747
toml_edit = "0.22.23"
4848
itertools = "0.14.0"
49-
ariadne = { version = "0.5.0", features = ["auto-color"] }
5049
clap = { version = "4.5.39", features = ["derive", "wrap_help"] }
50+
atty = "0.2"

crates/emmylua_check/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ rowan.workspace = true
2525
walkdir.workspace = true
2626
tokio.workspace = true
2727
tokio-util.workspace = true
28-
ariadne.workspace = true
2928
clap.workspace = true
29+
atty.workspace = true

crates/emmylua_check/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mod cmd_args;
22
mod init;
33
mod output;
4+
mod terminal_display;
45

56
use clap::Parser;
67
use cmd_args::CmdArgs;

0 commit comments

Comments
 (0)