You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mb...@apache.org on 2012/04/05 20:35:14 UTC

svn commit: r1310000 - /hbase/branches/0.89-fb/.arcconfig

Author: mbautin
Date: Thu Apr  5 18:35:14 2012
New Revision: 1310000

URL: http://svn.apache.org/viewvc?rev=1310000&view=rev
Log:
[jira] [HBASE-5731] [89-fb] Make max line length 100 in linter

Summary: We have switched to 100 characters per line in our Java files. Making
the change in the linter.

Test Plan: arc lint

Reviewers: JIRA, nspiegelberg, Kannan, tedyu, stack

Reviewed By: tedyu

Differential Revision: https://reviews.facebook.net/D2625

Modified:
    hbase/branches/0.89-fb/.arcconfig

Modified: hbase/branches/0.89-fb/.arcconfig
URL: http://svn.apache.org/viewvc/hbase/branches/0.89-fb/.arcconfig?rev=1310000&r1=1309999&r2=1310000&view=diff
==============================================================================
--- hbase/branches/0.89-fb/.arcconfig (original)
+++ hbase/branches/0.89-fb/.arcconfig Thu Apr  5 18:35:14 2012
@@ -8,5 +8,6 @@
   "arcanist_configuration" : "ArcJIRAConfiguration",
   "jira_project" : "HBASE",
   "jira_api_url" : "https://issues.apache.org/jira/si/",
-  "lint_engine" : "JavaLintEngine"
+  "lint_engine" : "JavaLintEngine",
+  "max_line_length" : 100
 }