Sha256: be217208de61af00fb2039004fb1a6e7ad8901831f3b392fc515fec85b7b7c87
Contents?: true
Size: 553 Bytes
Versions: 19
Compression:
Stored size: 553 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 Metrics/ClassLength: Description: 'Try to avoid methods longer than 50 lines of code.' Enabled: true Max: 150 Style/Documentation: Description: 'Document classes and non-namespace modules.' Enabled: false AllCops: Excludes: - 'bin/**/*'
Version data entries
19 entries across 19 versions & 1 rubygems