Sha256: 4c94d21a33687d9f9398f3e7252b8f077833188fcd45f4a1cce834e84b1bc6e9
Contents?: true
Size: 704 Bytes
Versions: 27
Compression:
Stored size: 704 Bytes
Contents
AllCops: TargetRubyVersion: 2.4 Style/FrozenStringLiteralComment: Enabled: false Style/ModuleFunction: EnforcedStyle: extend_self # Disable Metric checks for specs Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/AbcSize: Exclude: - 'spec/**/*.rb' Metrics/BlockLength: Exclude: - 'lib/tasks/**/*.rake' - 'spec/**/*.rb' - 'Gemfile' - 'Guardfile' - '*.gemspec' Metrics/LineLength: Max: 100 Exclude: - Gemfile Style/Documentation: Enabled: false Style/FormatString: Enabled: false Style/DotPosition: Enabled: false Metrics/AbcSize: Max: 30 Rubocop/Metrics/MethodLength: Max: 20 Rubocop/Style/TrailingCommaInLiteral: Enabled: false
Version data entries
27 entries across 27 versions & 1 rubygems