Skip to content

Commit 871e36b

Browse files
committed
refactor(core): also make file_utils module private
Address review feedback from gemini-code-assist: file_utils is an internal utility not used by external consumers, so it should be private alongside parsers, rules, and schemas.
1 parent 66b2eb5 commit 871e36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/agnix-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
pub mod config;
1414
pub mod diagnostics;
15-
pub mod file_utils;
15+
mod file_utils;
1616
pub mod fixes;
1717
mod parsers;
1818
mod rules;

0 commit comments

Comments
 (0)