Sha256: 59524264be921129db53c84e6accc7aaa96c3830437f5fd73da08fc057f208e4
Contents?: true
Size: 1.35 KB
Versions: 2
Compression:
Stored size: 1.35 KB
Contents
AllCops: TargetRubyVersion: 2.5 NewCops: enable SuggestExtensions: false Gemspec/RequireMFA: Enabled: 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: Max: 150 Exclude: ["spec/**/*", "*.gemspec"] Metrics/MethodLength: Max: 25 Exclude: ["spec/**/*"] Metrics/ParameterLists: Max: 5 Exclude: - "lib/active_record_data_loader/configuration.rb" - "lib/active_record_data_loader/active_record/model_data_generator.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_record_data_loader-1.3.1 | .rubocop.yml |
active_record_data_loader-1.3.0 | .rubocop.yml |