Skip to content

Commit

Permalink
Activate ppxflag in src/ too
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 25, 2024
1 parent 6a0cbb9 commit d673504
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps ppx_compare ppx_hash ppx_sexp_conv ppx_sexp_value)))
(pps
-unused-code-warnings=force
ppx_compare
ppx_hash
ppx_sexp_conv
ppx_sexp_value)))

0 comments on commit d673504

Please sign in to comment.