Details
Description
rubocop currently uses a maximum method length for the Ruby code of 10, which is way too restrictive. In Checkstyle we're using 150 lines per method. Don't know if it needs to be that much, but something between 50 and 75 seems to be more realistic, especially for test cases.
Attachments
Issue Links
- blocks
-
HBASE-22275 Remove deprecated getRegionInfo in HRegionLocation
- Resolved
- relates to
-
HBASE-20851 Change rubocop config for max line length of 100
- Resolved
- links to