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 8c3f891 commit a45ad72
Show file tree
Hide file tree
Showing 10 changed files with 10 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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_hash
Expand Down
1 change: 1 addition & 0 deletions systems/cello/e12/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/cello/e19/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/cello/e31/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/cello/e53/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/cello/e55/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/cello/just/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/cello/pythagorean/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-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions systems/edos/dune
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
-unused-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
-unused-type-warnings=force
ppx_compare
ppx_enumerate
ppx_expect
Expand Down

0 comments on commit a45ad72

Please sign in to comment.