Skip to content

Commit

Permalink
feat: added matching lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jul 18, 2024
1 parent bdbac8d commit d596a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harper-core/src/linting/matcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ impl Matcher {
"with", "out" => "without",
"TreeSitter" => "Tree-sitter",
"Treesitter" => "Tree-sitter",
"Tree", "sitter" => "Tree-sitter"
"Tree", "sitter" => "Tree-sitter",
"all", "of", "the" => "all the"
};

// TODO: Improve the description for this lint specifically.
Expand Down

0 comments on commit d596a5f

Please sign in to comment.