proselint icon indicating copy to clipboard operation
proselint copied to clipboard

A linter for prose.

Results 143 proselint issues
Sort by recently updated
recently updated
newest added

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.95.0 to 1.117.0. Release notes Sourced from ruby/setup-ruby's releases. Add ruby-3.2.0-preview2 No release notes provided. Don't install Bundler on Windows mingw, mswin & ucrt builds ruby/setup-ruby#376 Workaround...

type: chore
cat: deps

In some cases, there is a false positive or the writer knowingly wants to ignore a failing check *in a specific section of the text*, but not the entire document....

Interally, proselint uses caching to speed up analysis, and the corresponding code is written in a way that makes it obvious that it is not intended to run multiple instances...

Hello, I put some days into improving the codebase. A lot of open issues should be solved by this. BUT changes are far more substantial as planned - so I...

type: refactor
priority: high
version: major
status: wip
cat: maintenance

It has come to my attention that a lot of checks within proselint are dubious at best, or misguided. For instance: - "Christiana" being considered archaic - it is the...

type: refactor
priority: medium
cat: rfc

advantages of toml: - default in common modern projects - easier to read and modify than json per project config allows more control over lint-process. Projects like codespell or ruff...

Is it possible to update the latest "released" version of proselint? I can see that quite a number of updates and bugfixes have been made since the last release, including...

while modernizing the codebase I had some thoughts on the check-structure I'd like to implement: 1) get rid of the misc-category and move these checks into root-level to keep it...

as this linter can be used by IDEs and it is called repeatingly, the startup-overhead should be minimized. benchmarking the whole program vs the next deeper routine: ``` ############# lint_path(demo.md)...

`.proselintrc` is deprecated, but my understanding is that `proselint/config.json` isn't read from the local project by default. It would be ideal to retain project-specific configurations going forward and consistent with...