Skip to content

Commit

Permalink
Fix extract lint rules from pp
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jan 10, 2025
1 parent 1d168f9 commit f549f1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions project/digital-watch/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@
-open
Cmdlang)
(libraries base cmdlang cmdlang-cmdliner-runner graphics stdio threads)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
-unused-type-warnings=force
ppx_compare
ppx_enumerate
ppx_hash
ppx_here
ppx_let
ppx_sexp_conv
ppx_sexp_value
ppx_js_style
-check-doc-comments)))
ppx_sexp_value)))

(rule
(alias digital-watch-simulation)
Expand Down
7 changes: 4 additions & 3 deletions test/bop2c/gen-dune/dune
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
eio
eio_main
parsing-utils)
(lint
(pps ppx_js_style -check-doc-comments))
(preprocess
(pps
-unused-code-warnings=force
ppx_compare
ppx_enumerate
ppx_hash
ppx_here
ppx_let
ppx_sexp_conv
ppx_sexp_value
ppx_js_style
-check-doc-comments)))
ppx_sexp_value)))

0 comments on commit f549f1b

Please sign in to comment.