Sha256: b076aa6ad7783230f60b9d46566737b3ab1c2d38b5969287f2b9ee043e59cb00
Contents?: true
Size: 1.98 KB
Versions: 2
Compression:
Stored size: 1.98 KB
Contents
require: rubocop-rspec AllCops: Include: - '**/Rakefile' - 'lib/**/*.rb' - 'bin/**/*.rb' - 'spec/**/*.rb' - 'examples/**/*.rb' Exclude: - 'Gemfile.lock' - 'gemfiles/**/*' TargetRubyVersion: 2.3 Lint/HandleExceptions: Enabled: true Lint/UselessAssignment: Enabled: true Metrics/AbcSize: Max: 38 Metrics/CyclomaticComplexity: Max: 7 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 13 Metrics/BlockLength: Enabled: true Exclude: - '**/spec/**/*.rb' Metrics/PerceivedComplexity: Max: 8 Naming/AccessorMethodName: Enabled: true Naming/ConstantName: Enabled: true Naming/FileName: Enabled: true Exclude: - 'lib/sidekiq-unique-jobs.rb' - '**/Gemfile' - '**/Appraisals' - '**/*.gemspec' Naming/UncommunicativeMethodParamName: AllowedNames: - ex RSpec/DescribeClass: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/ExpectActual: Enabled: false RSpec/ExpectChange: Enabled: false RSpec/ExpectInHook: Enabled: false RSpec/MessageSpies: Enabled: false RSpec/MultipleExpectations: Enabled: false RSpec/NestedGroups: Max: 4 Enabled: true RSpec/RepeatedExample: Enabled: false Style/FrozenStringLiteralComment: Enabled: true Style/Documentation: Enabled: false Style/SignalException: EnforcedStyle: only_fail Enabled: false Style/GlobalVars: Enabled: true Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes ConsistentQuotesInMultiline: true Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes Style/SymbolArray: Enabled: true EnforcedStyle: brackets Style/TernaryParentheses: Enabled: true EnforcedStyle: require_parentheses_when_complex AllowSafeAssignment: true Style/TrailingCommaInArguments: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: Enabled: true EnforcedStyleForMultiline: comma
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-unique-jobs-6.0.8 | .rubocop.yml |
sidekiq-unique-jobs-6.0.7 | .rubocop.yml |