Skip to content

Commit 3a0f98d

Browse files
committed
Lint
1 parent 7f000fe commit 3a0f98d

File tree

1 file changed

+37
-0
lines changed
  • lib/dunolint_base/test

1 file changed

+37
-0
lines changed

lib/dunolint_base/test/dune

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
(library
2+
(name dunolint_base_test)
3+
(public_name dunolint-tests.dunolint_base_test)
4+
(inline_tests)
5+
(flags
6+
:standard
7+
-w
8+
+a-4-40-41-42-44-45-48-66
9+
-warn-error
10+
+a
11+
-open
12+
Base
13+
-open
14+
Fpath_base
15+
-open
16+
Expect_test_helpers_base)
17+
(libraries
18+
base
19+
dunolint
20+
dunolint_base
21+
expect_test_helpers_core.expect_test_helpers_base
22+
fpath-base)
23+
(instrumentation
24+
(backend bisect_ppx))
25+
(lint
26+
(pps ppx_js_style -allow-let-operators -check-doc-comments))
27+
(preprocess
28+
(pps
29+
-unused-code-warnings=force
30+
ppx_compare
31+
ppx_enumerate
32+
ppx_expect
33+
ppx_hash
34+
ppx_here
35+
ppx_let
36+
ppx_sexp_conv
37+
ppx_sexp_value)))

0 commit comments

Comments
 (0)