Sha256: 4c10156636e715f99567ce23ba81275d7a45df6f18006c1a6cf8036379f1962b
Contents?: true
Size: 1.1 KB
Versions: 90
Compression:
Stored size: 1.1 KB
Contents
AllCops: TargetRubyVersion: 2.5.1 Exclude: - 'config/routes.rb' Metrics/LineLength: Enabled: false Metrics/BlockLength: ExcludedMethods: [context, describe] Max: 50 Metrics/MethodLength: Max: 50 Metrics/ClassLength: Max: 200 Metrics/AbcSize: Max: 30 ParameterLists: Max: 5 CountKeywordArgs: false Style/StringLiterals: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/CommentedKeyword: Enabled: false Style/MultilineBlockChain: Enabled: false Style/Documentation: Enabled: false Style/StringLiteralsInInterpolation: Enabled: false Style/AndOr: Enabled: false Layout/SpaceInsideHashLiteralBraces: Enabled: false Layout/SpaceInsideBlockBraces: Enabled: false Layout/SpaceAroundOperators: Enabled: false Layout/ExtraSpacing: AllowForAlignment: true Layout/AccessModifierIndentation: EnforcedStyle: indent Layout/DotPosition: EnforcedStyle: trailing Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/IndentHash: Enabled: false Naming/VariableNumber: EnforcedStyle: snake_case
Version data entries
90 entries across 90 versions & 4 rubygems