Sha256: 5aca5bbd30ab3de323b77e7cb525250d42a700702061c9845df6cce2bb74ec64
Contents?: true
Size: 595 Bytes
Versions: 75
Compression:
Stored size: 595 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Exclude: - "dato.gemspec" Style/SafeNavigation: Enabled: false Style/Documentation: Enabled: false Metrics/MethodLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/CyclomaticComplexity: Max: 8 Metrics/AbcSize: Max: 30 Metrics/PerceivedComplexity: Max: 8 Metrics/LineLength: Exclude: - "spec/**/*" - "lib/dato/site/repo/*" - "lib/dato/account/repo/*" - "lib/dato/account/repo/*" - "dato.gemspec" Metrics/ParameterLists: Exclude: - "lib/dato/local/field_type/*"
Version data entries
75 entries across 75 versions & 1 rubygems