This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new 5a59576 HBASE-20851 Change rubocop config for max line length of 100
5a59576 is described below
commit 5a595766d5eb1621efea17566e97468aedd6b03e
Author: Murtaza Hassan <[email protected]>
AuthorDate: Tue May 7 17:28:02 2019 +0200
HBASE-20851 Change rubocop config for max line length of 100
---
hbase-shell/src/main/ruby/.rubocop.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/hbase-shell/src/main/ruby/.rubocop.yml
b/hbase-shell/src/main/ruby/.rubocop.yml
new file mode 100644
index 0000000..72396ed
--- /dev/null
+++ b/hbase-shell/src/main/ruby/.rubocop.yml
@@ -0,0 +1,8 @@
+Naming/HeredocDelimiterNaming:
+ Enabled: false
+
+Layout/IndentHeredoc:
+ Enabled: false
+
+Metrics/LineLength:
+ Max: 100
\ No newline at end of file