mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Regenerate rubocop TODO
This commit is contained in:
parent
e1bb0102c9
commit
4a092c6be6
1 changed files with 7 additions and 25 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
# This configuration was generated by
|
# This configuration was generated by
|
||||||
# `rubocop --auto-gen-config`
|
# `rubocop --auto-gen-config`
|
||||||
# on 2024-06-07 15:38:52 UTC using RuboCop version 1.64.1.
|
# on 2024-12-02 11:47:52 UTC using RuboCop version 1.66.1.
|
||||||
# The point is for the user to remove these configuration records
|
# The point is for the user to remove these configuration records
|
||||||
# one by one as the offenses are removed from the code base.
|
# one by one as the offenses are removed from the code base.
|
||||||
# Note that changes in the inspected code, or installation of new
|
# Note that changes in the inspected code, or installation of new
|
||||||
# versions of RuboCop, may require this file to be generated again.
|
# versions of RuboCop, may require this file to be generated again.
|
||||||
|
|
||||||
# Offense count: 4
|
# Offense count: 5
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
|
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
|
||||||
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
|
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
|
||||||
|
|
@ -133,7 +133,7 @@ Layout/EmptyLineAfterMagicComment:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/models/conference_spec.rb'
|
- 'spec/models/conference_spec.rb'
|
||||||
|
|
||||||
# Offense count: 100
|
# Offense count: 101
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
# Configuration parameters: EnforcedStyle.
|
# Configuration parameters: EnforcedStyle.
|
||||||
# SupportedStyles: empty_lines, no_empty_lines
|
# SupportedStyles: empty_lines, no_empty_lines
|
||||||
|
|
@ -526,7 +526,7 @@ Metrics/BlockLength:
|
||||||
Max: 202
|
Max: 202
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Configuration parameters: CountBlocks.
|
# Configuration parameters: CountBlocks, CountModifierForms.
|
||||||
Metrics/BlockNesting:
|
Metrics/BlockNesting:
|
||||||
Max: 4
|
Max: 4
|
||||||
|
|
||||||
|
|
@ -645,17 +645,12 @@ RSpec/AnyInstance:
|
||||||
|
|
||||||
# Offense count: 5
|
# Offense count: 5
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
|
# Configuration parameters: AutoCorrect.
|
||||||
RSpec/BeEmpty:
|
RSpec/BeEmpty:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/controllers/conference_registration_controller_spec.rb'
|
- 'spec/controllers/conference_registration_controller_spec.rb'
|
||||||
- 'spec/models/conference_spec.rb'
|
- 'spec/models/conference_spec.rb'
|
||||||
|
|
||||||
# Offense count: 143
|
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
|
||||||
# Configuration parameters: EnabledMethods.
|
|
||||||
RSpec/Capybara/FeatureMethods:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
# Offense count: 302
|
# Offense count: 302
|
||||||
# Configuration parameters: Prefixes, AllowedPatterns.
|
# Configuration parameters: Prefixes, AllowedPatterns.
|
||||||
# Prefixes: when, with, without
|
# Prefixes: when, with, without
|
||||||
|
|
@ -779,21 +774,6 @@ RSpec/ExpectChange:
|
||||||
- 'spec/models/event_spec.rb'
|
- 'spec/models/event_spec.rb'
|
||||||
- 'spec/models/user_spec.rb'
|
- 'spec/models/user_spec.rb'
|
||||||
|
|
||||||
# Offense count: 9
|
|
||||||
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
|
|
||||||
# Include: **/*_spec*rb*, **/spec/**/*
|
|
||||||
RSpec/FilePath:
|
|
||||||
Exclude:
|
|
||||||
- 'spec/controllers/conference_registration_controller_spec.rb'
|
|
||||||
- 'spec/controllers/physical_ticket_controller_spec.rb'
|
|
||||||
- 'spec/features/email_spec.rb'
|
|
||||||
- 'spec/features/omniauth_spec.rb'
|
|
||||||
- 'spec/features/proposals_spec.rb'
|
|
||||||
- 'spec/features/ticket_purchases_spec.rb'
|
|
||||||
- 'spec/features/venues_spec.rb'
|
|
||||||
- 'spec/models/comment_spec.rb'
|
|
||||||
- 'spec/models/openid.rb'
|
|
||||||
|
|
||||||
# Offense count: 166
|
# Offense count: 166
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
# Configuration parameters: EnforcedStyle.
|
# Configuration parameters: EnforcedStyle.
|
||||||
|
|
@ -1003,6 +983,7 @@ RSpec/ReturnFromStub:
|
||||||
|
|
||||||
# Offense count: 18
|
# Offense count: 18
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
|
# Configuration parameters: AutoCorrect.
|
||||||
RSpec/ScatteredLet:
|
RSpec/ScatteredLet:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/ability/ability_spec.rb'
|
- 'spec/ability/ability_spec.rb'
|
||||||
|
|
@ -1010,6 +991,7 @@ RSpec/ScatteredLet:
|
||||||
|
|
||||||
# Offense count: 2
|
# Offense count: 2
|
||||||
# This cop supports safe autocorrection (--autocorrect).
|
# This cop supports safe autocorrection (--autocorrect).
|
||||||
|
# Configuration parameters: AutoCorrect.
|
||||||
RSpec/ScatteredSetup:
|
RSpec/ScatteredSetup:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/models/payment_spec.rb'
|
- 'spec/models/payment_spec.rb'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue