Sha256: 1ba598ecfe400293e8d87c60d0edac3e29ac3d1b16249a0e7990908abe9ff1f7
Contents?: true
Size: 879 Bytes
Versions: 8
Compression:
Stored size: 879 Bytes
Contents
AllCops: UseCache: true DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 2.4 # Include: Exclude: - 'Gemfile' - 'db/**/*' - 'config/**/*' - 'script/**/*' - '**/Rakefile' - '**/config.ru' StringLiterals: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLines: Enabled: false Layout/EmptyLinesAroundBlockBody: Exclude: - 'spec/**/*' Style/FrozenStringLiteralComment: Enabled: false Style/EmptyMethod: Enabled: false Style/MethodMissing: Enabled: false # Rails: # Enabled: true Metrics/LineLength: Max: 90 Metrics/MethodLength: Max: 20 Metrics/AbcSize: Enabled: false Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*' Metrics/BlockLength: Exclude: - 'spec/**/*' Layout/ExtraSpacing: Enabled: false Layout/SpaceAroundOperators: Enabled: false
Version data entries
8 entries across 8 versions & 1 rubygems