[jira] [HBASE-5731] 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. The 89-fb version is D2625. Test Plan: arc lint Reviewers: JIRA, nspiegelberg, Kannan, Liyin, tedyu, stack Reviewed By: Kannan Differential Revision: https://reviews.facebook.net/D2631 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1310006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3903a7202f
commit
569dc33d03
|
@ -8,5 +8,6 @@
|
||||||
"arcanist_configuration" : "ArcJIRAConfiguration",
|
"arcanist_configuration" : "ArcJIRAConfiguration",
|
||||||
"jira_project" : "HBASE",
|
"jira_project" : "HBASE",
|
||||||
"jira_api_url" : "https://issues.apache.org/jira/si/",
|
"jira_api_url" : "https://issues.apache.org/jira/si/",
|
||||||
"lint_engine" : "JavaLintEngine"
|
"lint_engine" : "JavaLintEngine",
|
||||||
|
"max_line_length" : 100
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue