[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:
parent
8a4c928de0
commit
0ad4e32993
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue