-
I'm interested in running this on technical documentation, but for it to be meaningful you'd have to exclude any code in backticks or code blocks, and I can't see an easy way to do that.
-
I ran this through the release note for the code base I work on, which is an ascii format file; I got the following false reports:
> DataSource for Java was updated from 6.2.2-296613 to 6.2.5-300333.…
-
Installed via Homebrew on macOS.
Given the following input:
``` html
This paragraph has has a duplication.
This paragraph has has a duplication.
This paragraph has has a
…
-
## Linting Guides
* [Academic Writing Style Guide for Programmers](https://github.com/SebastianElvis/english-research-lint): Very expansive great list! We could aim to bring our linter in line with i…
-
I have the following vale config
```
StylesPath = .github/styles
MinAlertLevel = error
Packages = Google, proselint, write-good, Readability, AsciiDoc
Vocab = incremental_forgetting
[asc…
-
When running on the `PEP-0008.txt` text, none of the output mentions any source for any of the advice.
Is that example out of date from the pre-"redesign module structure to avoid apparent endorsemen…
-
Implement a feature via which a user can specify path to a custom checks folder and run them.
-
`proselint/checks/links/broken.py` contains the following code (with boring parts of the regexp omitted):
```python
regex = re.compile(
r"""...boring...
|[^\s`!()\[\]{};:\'".,?\xab…
jwilk updated
3 years ago
-
- Issue Type: `Performance`
- Extension Name: `linter`
- Extension Version: `0.0.11`
- OS Version: `Linux x64 5.8.0-63-generic`
- VS Code version: `1.62.0-insider`
:warning: Make sure to **atta…
-
We currently use https://pypi.org/project/sphinxcontrib-spelling/
This plugin relies on [pyenchant](https://github.com/rfk/pyenchant), which is no longer being maintained. Pyenchant cannot readily …