Sha256: 09887099348d16d8684556cd37f3dbd8d235a35463769bbbbc051dc5d56fa107
Contents?: true
Size: 397 Bytes
Versions: 17
Compression:
Stored size: 397 Bytes
Contents
# Reference here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml Metrics/LineLength: Description: 'Limit lines to 165 characters.' Enabled: true Max: 165 Metrics/MethodLength: Description: 'Try to avoid methods longer than 50 lines of code.' Enabled: true Max: 50 Style/Documentation: Description: 'Document classes and non-namespace modules.' Enabled: false
Version data entries
17 entries across 17 versions & 1 rubygems