Enable linting in arc.
Summary: Just change some config. Test Plan: arc lint Reviewers: chip CC: leveldb Differential Revision: https://reviews.facebook.net/D8355
This commit is contained in:
parent
4dc02f7b7a
commit
19012c2e28
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"project_id" : "leveldb",
|
"project_id" : "leveldb",
|
||||||
"conduit_uri" : "https://reviews.facebook.net/",
|
"conduit_uri" : "https://reviews.facebook.net/",
|
||||||
"copyright_holder" : ""
|
"copyright_holder" : "",
|
||||||
|
"load" : [
|
||||||
|
"linters/src/"
|
||||||
|
],
|
||||||
|
"lint.engine" : "FacebookFbcodeLintEngine",
|
||||||
|
"lint.engine.single.linter" : "FbcodeCppLinter"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user