Sha256: 076c9b46f3e102fc37c3303901a22d5f7763c235da77cff0bc8ed553c83a2677
Contents?: true
Size: 733 Bytes
Versions: 13
Compression:
Stored size: 733 Bytes
Contents
AllCops: Exclude: - 'bin/**/*' - 'assets/**/*' DisplayCopNames: true TargetRubyVersion: 2.5.1 Layout/EmptyLineAfterGuardClause: Enabled: false Metrics/CyclomaticComplexity: Max: 25 Metrics/MethodLength: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Max: 100 Metrics/ClassLength: Max: 400 Layout/EndOfLine: EnforcedStyle: lf Metrics/ParameterLists: Max: 10 Layout/AlignParameters: Enabled: false Metrics/PerceivedComplexity: Max: 25 Metrics/LineLength: Max: 120 Style/MultilineBlockChain: Enabled: false Layout/MultilineOperationIndentation: Enabled: false Naming/UncommunicativeMethodParamName: MinNameLength: 1
Version data entries
13 entries across 13 versions & 1 rubygems