flycheck / flycheck-ocaml

OCaml support for Flycheck using Merlin
GNU General Public License v3.0
22 stars 6 forks source link

Automatically report include cppo as error #9

Closed thanhtoantnt closed 1 year ago

thanhtoantnt commented 5 years ago

When I include cppo: #include "xdebug.cppo" at the beginning of the file, flycheck always reports error. Hence, flycheck cannot detect another error at the body of the file.