Skip to content

Commit

Permalink
Enable linting in arc.
Browse files Browse the repository at this point in the history
Summary: Just change some config.

Test Plan: arc lint

Reviewers: chip

CC: leveldb

Differential Revision: https://reviews.facebook.net/D8355
  • Loading branch information
Abhishek Kona committed Feb 1, 2013
1 parent 4dc02f7 commit 19012c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"project_id" : "leveldb",
"conduit_uri" : "https://reviews.facebook.net/",
"copyright_holder" : ""
"copyright_holder" : "",
"load" : [
"linters/src/"
],
"lint.engine" : "FacebookFbcodeLintEngine",
"lint.engine.single.linter" : "FbcodeCppLinter"
}

0 comments on commit 19012c2

Please sign in to comment.