Sha256: cd3dc4c5bc6c7d14be15e9550a480cce6149cd04592d9a7482f962a673b81a46
Contents?: true
Size: 685 Bytes
Versions: 9
Compression:
Stored size: 685 Bytes
Contents
# For all options see https://github.com/bbatsov/rubocop/tree/master/config AllCops: Include: - Rakefile - lib/tasks/*.rake Exclude: - vendor/**/* - .*/** - spec/fixtures/**/* Style/StringLiterals: Enabled: false Style/Documentation: Enabled: false Style/SignalException: EnforcedStyle: only_raise Metrics/MethodLength: CountComments: false Max: 25 Metrics/AbcSize: Max: 25 # Don't require utf-8 encoding comment Style/Encoding: Enabled: false Metrics/LineLength: Max: 80 Metrics/ClassLength: Enabled: false Style/DotPosition: EnforcedStyle: trailing # Allow class and message or instance raises Style/RaiseArgs: Enabled: false
Version data entries
9 entries across 9 versions & 1 rubygems