Skip to content

Commit

Permalink
Use new ppxlib flags to force activating unused items warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 25, 2024
1 parent 933c02d commit 95d0ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
-unused-code-warnings=force
ppx_compare
ppx_enumerate
ppx_hash
Expand Down
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
-unused-code-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down

0 comments on commit 95d0ed2

Please sign in to comment.