Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Automattic/harper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 121c138a3bcd3f01537ba8159aba60db3c5c4be4
Choose a base ref
..
head repository: Automattic/harper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cddf425611b52f6e15051ab0431ee94b284a7181
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 harper-core/src/linting/lint_group.rs
  2. +1 −1 harper-ls/README.md
2 changes: 1 addition & 1 deletion harper-core/src/linting/lint_group.rs
Original file line number Diff line number Diff line change
@@ -160,7 +160,7 @@ create_lint_group_config!(
EllipsisLength => true;
DotInitialisms => true;
BoringWords => false;
UseGenitive => true;
UseGenitive => false;
ThatWhich => true
);

2 changes: 1 addition & 1 deletion harper-ls/README.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ Refer to the linked documentation for more information.
If you happen to use [`mason.nvim`](https://github.com/williamboman/mason.nvim), installation will be pretty straightforward.
`harper-ls` is in the official Mason registry, so you can install it the same way you install anything through Mason.

If you __don't__ install your LSPs through Mason, we have binary releases available on [GitHub](https://github.com/elijah-potter/harper/releases) or you can use one of a number of package managers.
If you __don't__ install your LSPs through Mason, we have binary releases available on [GitHub](https://github.com/Automattic/harper/releases) or you can use one of a number of package managers.

### Zed