Sha256: 0b3019ab9a808be1791fdcad2bc67bc9cfe21885a6f84799f883dd9ba616bc09
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
AllCops: TargetRubyVersion: 2.5 NewCops: enable SuggestExtensions: false Layout/LineLength: Max: 110 Exclude: ["*.gemspec"] Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Metrics/AbcSize: Max: 20 Exclude: ["spec/**/*"] Metrics/BlockLength: Exclude: ["spec/**/*", "*.gemspec"] Metrics/ClassLength: Exclude: ["spec/**/*", "*.gemspec"] Metrics/MethodLength: Max: 15 Exclude: ["spec/**/*"] Metrics/ParameterLists: Max: 5 Exclude: ["lib/active_record_data_loader/configuration.rb"] Style/CaseLikeIf: Enabled: false Style/Documentation: Enabled: false Style/ExponentialNotation: Enabled: true Style/FrozenStringLiteralComment: Exclude: ["gemfiles/*"] Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/StringLiterals: EnforcedStyle: double_quotes Style/SymbolArray: Exclude: ["spec/**/*", "*.gemspec", "Rakefile"] Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record_data_loader-1.2.0 | .rubocop.yml |