Skip to content

Commit

Permalink
Regenerate rubocop todo
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Jun 17, 2024
1 parent 06121e2 commit 326dc9b
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-09-19 13:26:53 UTC using RuboCop version 1.36.0.
# on 2024-06-17 13:11:25 UTC using RuboCop version 1.64.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Exclude:
- 'spec/views/dashboard/summary.html.erb_spec.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowConsecutiveOneLiners.
RSpec/EmptyLineAfterHook:
Exclude:
- 'spec/factories/users.rb'

# Offense count: 26
# Offense count: 13
# Configuration parameters: Max, AllowedIdentifiers, AllowedPatterns.
RSpec/IndexedLet:
Exclude:
- 'spec/features/homepage_summary_spec.rb'
- 'spec/models/ability_spec.rb'
- 'spec/models/stream_spec.rb'
- 'spec/models/user_spec.rb'
- 'spec/views/organizations/index.html.erb_spec.rb'

# Offense count: 1
# Configuration parameters: AllowedPatterns.
# AllowedPatterns: ^expect_, ^assert_
RSpec/NoExpectationExample:
Exclude:
- 'spec/jobs/attach_remote_file_to_upload_job_spec.rb'
- 'spec/views/allowlisted_jwts/index.html.erb_spec.rb'
- 'spec/views/allowlisted_jwts/new.html.erb_spec.rb'
- 'spec/views/data/index.html.erb_spec.rb'
- 'spec/views/organization_users/index.html.erb_spec.rb'
- 'spec/views/organizations/index.html.erb_spec.rb'
- 'spec/views/organizations/new.html.erb_spec.rb'
- 'spec/views/organizations/organization_details.html.erb_spec.rb'
- 'spec/views/organizations/provider_details.html.erb_spec.rb'
- 'spec/views/shared/nav.html.erb_spec.rb'
- 'spec/views/site_users/index.html.erb_spec.rb'
- 'spec/views/uploads/index.html.erb_spec.rb'
- 'spec/views/uploads/new.html.erb_spec.rb'

# Offense count: 11
# This cop supports unsafe autocorrection (--autocorrect-all).
Expand All @@ -50,8 +58,8 @@ Rails/I18nLocaleTexts:

# Offense count: 3
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, IgnoredMethods, AllowComments.
# AllowedMethods: respond_to, define_method
# Configuration parameters: AllowMethodsWithArguments, AllowedMethods, AllowedPatterns, AllowComments.
# AllowedMethods: define_method, mail, respond_to
Style/SymbolProc:
Exclude:
- 'spec/factories/users.rb'

0 comments on commit 326dc9b

Please sign in to comment.