Sha256: b9e94cb2add37e53b652a4c6ab45488c9abd9432c25b07af44f01c81cebb3ad1
Contents?: true
Size: 812 Bytes
Versions: 12
Compression:
Stored size: 812 Bytes
Contents
# see https://github.com/bbatsov/ruby-style-guide#percent-q-shorthand AllCops: Exclude: - "vendor/**/*" # rubocop config/default.yml - "db/schema.rb" DisplayCopNames: true Metrics/LineLength: Max: 500 Metrics/ClassLength: CountComments: false # count full line comments? Max: 320 Metrics/MethodLength: CountComments: false # count full line comments? Max: 50 Metrics/AbcSize: Enabled: true Max: 50 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 20 Style/Documentation: Enabled: false Style/SpecialGlobalVars: Enabled: false Style/RedundantSelf: Enabled: false Style/SignalException: EnforcedStyle: only_raise Style/HashSyntax: Enabled: false Style/FormatString: EnforcedStyle: percent Lint/UnusedMethodArgument: Enabled: false
Version data entries
12 entries across 12 versions & 1 rubygems