[jira] [HBASE-5575] Configure Arcanist lint engine for HBase

Summary: Adding Java lint engine to HBase's .arcconfig. The lint engine itself
is part of the arc-jira repository that lives at
https://github.com/facebook/arc-jira/. There are some changes to be made there
to prevent lint from reporting errors for unmodified lines.

Test Plan: arc lint

Reviewers: nspiegelberg, Kannan, Karthik, JIRA, Liyin

Reviewed By: Liyin

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

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1301751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mbautin 2012-03-16 20:42:24 +00:00
parent 8a4c928de0
commit 0ad4e32993
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@
},
"arcanist_configuration" : "ArcJIRAConfiguration",
"jira_project" : "HBASE",
"jira_api_url" : "https://issues.apache.org/jira/si/"
"jira_api_url" : "https://issues.apache.org/jira/si/",
"lint_engine" : "JavaLintEngine"
}