We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f000fe commit 3a0f98dCopy full SHA for 3a0f98d
lib/dunolint_base/test/dune
@@ -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
14
+ Fpath_base
15
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