You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/05/07 19:17:15 UTC

[hbase] branch branch-1.3 updated: HBASE-20851 Change rubocop config for max line length of 100

This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 2e7b7d3  HBASE-20851 Change rubocop config for max line length of 100
2e7b7d3 is described below

commit 2e7b7d39b42c045c5be86424c156b2d747a5797f
Author: Murtaza Hassan <sy...@gmail.com>
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