Sha256: 26152986feab8af27e71b3804291d4eb8fba68b322b39edb6d99a75906a64a2a
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
AllCops: TargetRubyVersion: 2.5 NewCops: enable Exclude: - "dato.gemspec" Style/SafeNavigation: Enabled: false Style/Documentation: Enabled: false Style/GuardClause: Enabled: false Naming/PredicateName: Enabled: false Style/MissingRespondToMissing: Enabled: false Style/EvalWithLocation: Enabled: false Metrics/BlockNesting: Enabled: false Metrics/MethodLength: Enabled: false Metrics/BlockLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/AbcSize: Enabled: false Metrics/PerceivedComplexity: Enabled: false Layout/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/*" Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/AndOr: EnforcedStyle: conditionals Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dato-0.8.3 | .rubocop.yml |
dato-0.8.2 | .rubocop.yml |
dato-0.8.1 | .rubocop.yml |