Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.1
-
Reviewed
-
The rubocop configuration in the hbase-shell module now allows a line length with 100 characters, instead of 80 as before. For everything before 2.1.5 this change introduces rubocop itself.
Description
Existing ruby and Java code uses max line length of 100 characters. Change rubocop config with:
Metrics/LineLength: Max: 100
Attachments
Issue Links
- is related to
-
HBASE-22358 Change rubocop configuration for method length
- Resolved
- links to