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.
2 parents f18cd95 + b7b133f commit 14b33d0Copy full SHA for 14b33d0
dune
@@ -2,3 +2,16 @@
2
(dev
3
(odoc
4
(warnings fatal))))
5
+
6
+(rule
7
+ (package dunolint-tests)
8
+ (alias runtest)
9
+ (action
10
+ (diff dunolint dunolint.gen)))
11
12
13
14
15
+ (with-stdout-to
16
+ dunolint.gen
17
+ (run %{bin:dunolint-dunolint-config-gen}))))
dunolint-config/dunolint.sexp renamed to dunolint
dunolint-config/dune
dunolint.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash -e
-opam exec dune -- exec dunolint -- lint --config dunolint-config/dunolint.sexp --check
+opam exec dune -- exec dunolint -- lint --config dunolint --check
0 commit comments