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

Needs updating for newer versions of Vale #17

Open
bovinespirit opened this issue Feb 16, 2021 · 1 comment
Open

Needs updating for newer versions of Vale #17

bovinespirit opened this issue Feb 16, 2021 · 1 comment

Comments

@bovinespirit
Copy link

As this project is no longer maintained I'll leave this as a hint for other users.

I had to edit flycheck-vale.el in order to get it to work. Specifically I had to add some more arguments to the command line. After I made this change it worked for me.

  (let* ((process-connection-type nil)
         (proc (start-process "flycheck-vale-process"
                              flycheck-vale-output-buffer
                              flycheck-vale-program
                              "--output"
                              "JSON"
                              "--config"
                              "/path/to/.vale.ini"
                              "--ext"
                              ".adoc"
                              )))

The --ext .adoc is because I'm using asciidoc files. If you're using it with multiple projects and configurations you'll need to specify the config path in a better way.

@abingham
Copy link
Owner

I'm not really maintaining this any more, but I'm happy to merge in simple PRs (with the understanding that I won't actually review them in any depth).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants