Skip to content

Commit

Permalink
fix: linters should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Sep 20, 2024
1 parent 7869306 commit 6cce1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harper-core/src/linting/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mod wrong_quotes;
pub use an_a::AnA;
pub use avoid_curses::AvoidCurses;
pub use correct_number_suffix::CorrectNumberSuffix;
pub use ellipsis_length::EllipsisLength;
pub use linking_verbs::LinkingVerbs;
pub use lint::{Lint, LintKind, Suggestion};
pub use lint_group::{LintGroup, LintGroupConfig};
Expand Down

0 comments on commit 6cce1ab

Please sign in to comment.