You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to activate the type checking of a file only if there is a //@flow comment in the buffer? I have projects that are not flow-typed or partially flow-typed, and I'm still getting red lines with flow type errors in spacemacs.
But outside of the editor (in the partially flow-typed project), flow cli reports "No errors!".
The text was updated successfully, but these errors were encountered:
The flycheck-flow plugin does this very well (https://github.com/lbolla/emacs-flycheck-flow). Probably the easiest way to solve this issue would be to pull some code from them, or use that package outright.
I use it in my regular emacs configuration, and it works quite well.
Is there a way to activate the type checking of a file only if there is a
//@flow
comment in the buffer? I have projects that are not flow-typed or partially flow-typed, and I'm still getting red lines with flow type errors in spacemacs.But outside of the editor (in the partially flow-typed project),
flow
cli reports "No errors!".The text was updated successfully, but these errors were encountered: