From 326dc9bff3519a224c655025fc62f077c6267970 Mon Sep 17 00:00:00 2001 From: Cory Lown Date: Mon, 17 Jun 2024 09:17:31 -0400 Subject: [PATCH] Regenerate rubocop todo --- .rubocop_todo.yml | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index ed4d3854..610d082c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,11 +1,19 @@ # 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. @@ -13,22 +21,22 @@ 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). @@ -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'