Skip to content

Commit

Permalink
bug: disable UseGenitive until it's bug-free
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 11, 2024
1 parent db7c916 commit 77903b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-core/src/linting/lint_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ create_lint_group_config!(
EllipsisLength => true,
DotInitialisms => true,
BoringWords => false,
UseGenitive => true,
UseGenitive => false,
ThatWhich => true
);

Expand Down

0 comments on commit 77903b0

Please sign in to comment.