Sha256: 43f433a95296902915b975a7c5285ae9b7176dbc26d47783912638d73bc96507
Contents?: true
Size: 552 Bytes
Versions: 15
Compression:
Stored size: 552 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: Exclude: - 'bin/**/*'
Version data entries
15 entries across 15 versions & 1 rubygems