-
Notifications
You must be signed in to change notification settings - Fork 9
/
_tags
26 lines (23 loc) · 948 Bytes
/
_tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# warnings that are disabled:
# 42 : Disambiguated constructor or label name.
# 44 : Open statement shadows an already defined identifier.
# 48 : implicit elimination of optional arguments (ex. ?n, ?c, ?ofsx, ?incx)
# 50 : ambiguous documentation comment.
# I'd like to get rid of 42,44 and 50
true: safe_string, annot, bin_annot, principal, warn(A-42-44-48-50)
# warn_error(A-42-44-48-50)
<src> : include
<src/*> : include
<src-full> : include
<src-full/*> : include
<src-full/**> : package(lacaml), package(ocephes), package(lbfgs)
<src/**/*.mlj> : package(kaputt)
<src-full/**/*.mlj> : package(kaputt), package(dsfo)
<test/**> : package(kaputt), package(dsfo)
<test/omlf_test.native> : package(lacaml), package(ocephes), package(lbfgs)
<examples/*> : include
<examples/oml_full/*.native> : package(lacaml), package(ocephes), package(lbfgs)
"_build": -traverse
"_test_build": -traverse
"_covered_test_build": -traverse
"_doc_build": -traverse