aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/installer
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-11 19:45:17 +0900
committernsfisis <nsfisis@gmail.com>2026-05-11 19:45:17 +0900
commit24cc697a9cd0dcac854359d65b8265f02f483b72 (patch)
treec9693dbf3136d840157609161a3a5695828e853b /crates/mozart-core/src/installer
parent2aceeb116150b6d6e6d3f371c2af509902ceafea (diff)
downloadphp-mozart-24cc697a9cd0dcac854359d65b8265f02f483b72.tar.gz
php-mozart-24cc697a9cd0dcac854359d65b8265f02f483b72.tar.zst
php-mozart-24cc697a9cd0dcac854359d65b8265f02f483b72.zip
chore(lint): add Ruby linter scripts and apply rules
Adds scripts/lint with linters for mod.rs naming, contiguous use blocks, use-as aliasing, sorted Cargo dependencies, std::collections maps, and workspace dependency requirements. Renames mod.rs files, reorders use statements, drops unnecessary import aliases, and sorts Cargo.toml entries to satisfy the new rules.
Diffstat (limited to 'crates/mozart-core/src/installer')
-rw-r--r--crates/mozart-core/src/installer/mod.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/crates/mozart-core/src/installer/mod.rs b/crates/mozart-core/src/installer/mod.rs
deleted file mode 100644
index 8572627..0000000
--- a/crates/mozart-core/src/installer/mod.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-pub mod installed_repo;
-pub mod suggested_packages_reporter;
-
-pub use installed_repo::{InstalledCandidate, InstalledRepoLite};
-pub use suggested_packages_reporter::{
- HasSuggests, MODE_BY_PACKAGE, MODE_BY_SUGGESTION, MODE_LIST, RootInfo,
- SuggestedPackagesReporter, Suggestion,
-};