forked from bloomberg/bde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.arclint
More file actions
21 lines (21 loc) · 700 Bytes
/
Copy path.arclint
File metadata and controls
21 lines (21 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"linters" : {
"bde-verify" : {
"type" : "bdeverify",
"include" : "(\\.(h|cpp)$)",
"config" : "/opt/bb/etc/bde-verify/bde.cfg",
"default-severity" : "advice",
"ignore-generated" : true,
"apply-patches" : false,
"debug-mode" : false,
"options" : [
"-nodefinc",
"-cc /opt/swt/install/gcc-4.9.2/bin/g++",
"-cl='set ident_header bsls_ident'"
],
"header-paths" : [
"`find */ -name '*.mem' | sed -n 's/[/]package[/].*//p'`"
]
}
}
}