Skip to content

Commit 77903b0

Browse files
committed
bug: disable UseGenitive until it's bug-free
1 parent db7c916 commit 77903b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harper-core/src/linting/lint_group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ create_lint_group_config!(
130130
EllipsisLength => true,
131131
DotInitialisms => true,
132132
BoringWords => false,
133-
UseGenitive => true,
133+
UseGenitive => false,
134134
ThatWhich => true
135135
);
136136

0 commit comments

Comments
 (0)