abingham / flycheck-vale

Flycheck integration for the vale natural language linter
MIT License
64 stars 16 forks source link

Need toggle for de/activating flycheck-vale dynamically #5

Closed abingham closed 7 years ago

abingham commented 7 years ago

Right now our flycheck-vale-setup function adds the vale checker to flycheck-checkers and that's it. We probably need a toggle, eg flycheck-vale-active, that disabled the checker for particular buffers (so it probably needs to be buffer-local). We can probably make this toggle work by plugging into the checker's :predicate slot.

abingham commented 7 years ago

Fixed in b6eafed59c55d2bec1c9ed80bc9612551e71d410