Sha256: 4a910a733269490a7083ef276a9878ccb3c6d0af786d3fe69f859510a5623054
Contents?: true
Size: 657 Bytes
Versions: 1
Compression:
Stored size: 657 Bytes
Contents
# For all options see https://github.com/bbatsov/rubocop/tree/master/config AllCops: Include: - Rakefile - statesman.gemfile - lib/tasks/*.rake Exclude: - vendor/**/* - .*/** - spec/fixtures/**/* StringLiterals: Enabled: false Documentation: Enabled: false SignalException: EnforcedStyle: only_raise # Avoid methods longer than 15 lines of code MethodLength: CountComments: false Max: 15 AbcSize: Max: 25 # Don't require utf-8 encoding comment Encoding: Enabled: false LineLength: Max: 80 GuardClause: Enabled: false SingleSpaceBeforeFirstArg: Enabled: false DotPosition: EnforcedStyle: trailing
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
statesman-1.2.3 | .rubocop.yml |