Skip to content

Commit 19012c2

Browse files
author
Abhishek Kona
committed
Enable linting in arc.
Summary: Just change some config. Test Plan: arc lint Reviewers: chip CC: leveldb Differential Revision: https://reviews.facebook.net/D8355
1 parent 4dc02f7 commit 19012c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.arcconfig

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"project_id" : "leveldb",
33
"conduit_uri" : "https://reviews.facebook.net/",
4-
"copyright_holder" : ""
4+
"copyright_holder" : "",
5+
"load" : [
6+
"linters/src/"
7+
],
8+
"lint.engine" : "FacebookFbcodeLintEngine",
9+
"lint.engine.single.linter" : "FbcodeCppLinter"
510
}

0 commit comments

Comments
 (0)