Sha256: 6ddbe3e958bb6e78caded2574e5d5632ad25f4f950b7ab8daf5a811c110bb6a4
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
AllCops: Include: - 'lib/**/*.rb' - 'spec/**/*.rb' Exclude: - 'examples/**/*' - 'vendor/**/*' Metrics/ClassLength: Max: 268 CountComments: false Metrics/AbcSize: Max: 30 Metrics/CyclomaticComplexity: Max: 12 Metrics/PerceivedComplexity: Max: 11 Metrics/LineLength: Max: 155 Metrics/MethodLength: Max: 30 Style/SignalException: Enabled: false Performance/Casecmp: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/ParallelAssignment: Enabled: false Style/Documentation: Enabled: false Style/RescueModifier: Enabled: false Style/StringLiterals: Enabled: false Style/CaseEquality: Enabled: false Style/DoubleNegation: Enabled: false Style/FileName: Exclude: - 'lib/sentry-raven-without-integrations.rb' - 'lib/sentry-raven.rb' Style/NumericLiterals: Exclude: - 'spec/raven/processors/sanitizedata_processor_spec.rb' Style/HashSyntax: EnforcedStyle: hash_rockets Lint/RescueException: Exclude: - 'lib/raven/base.rb' - 'lib/raven/instance.rb' - 'lib/raven/integrations/delayed_job.rb' - 'lib/raven/integrations/rack.rb' - 'lib/raven/integrations/sidekiq.rb' - 'spec/raven/event_spec.rb'
Version data entries
4 entries across 4 versions & 3 rubygems
Version | Path |
---|---|
sentry-raven-2.7.3 | .rubocop.yml |
jones-gem-2.7.2 | .rubocop.yml |
alec-gem-2.7.2 | .rubocop.yml |
sentry-raven-2.7.2 | .rubocop.yml |