Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cspell #3828

Closed
pbnj opened this issue Jul 19, 2021 · 1 comment · Fixed by #3981
Closed

Add support for cspell #3828

pbnj opened this issue Jul 19, 2021 · 1 comment · Fixed by #3981
Labels
new tool Support for new linters, fixers, etc.

Comments

@pbnj
Copy link
Contributor

pbnj commented Jul 19, 2021

Name: cspell
URL: https://github.com/streetsidesoftware/cspell

From their repository:

A Spell Checker for Code!

cspell is a wildly popular, powerful, and configurable code spelling project with over 2 million downloads on Visual Studio Marketplace.

The cspell CLI is available via npm (e.g. npm install -g cspell) and outputs errorformat results out-of-the-box.

Example:

:cgetexpr system('npx cspell {*,**/*}.md')

Supporting cspell would allow for developers to share and re-use .cspell.json configurations.

@pbnj pbnj added the new tool Support for new linters, fixers, etc. label Jul 19, 2021
@cyntheticfox
Copy link
Contributor

I've been using cspell in VSCode and was wondering where it was in ALE... I might look at adding it if I can also get it added to nixpkgs...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new tool Support for new linters, fixers, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants