From 19012c2e28390e99ea18d6f3e47c911efaafd15b Mon Sep 17 00:00:00 2001 From: Abhishek Kona Date: Fri, 1 Feb 2013 11:33:33 -0800 Subject: [PATCH] Enable linting in arc. Summary: Just change some config. Test Plan: arc lint Reviewers: chip CC: leveldb Differential Revision: https://reviews.facebook.net/D8355 --- .arcconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 8d6d65afb..82d177156 100644 --- a/.arcconfig +++ b/.arcconfig @@ -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" }