summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-07-17 06:40:27 -0400
committerGitHub <noreply@github.com>2023-07-17 12:40:27 +0200
commitbf9c1a65fa37827c99769cb7e39283f7b72feeaf (patch)
tree9e86483842cef608fadebfc9e98685b87f8c8999
parentcf18bfa090df8c89254ee3ac5a2d54bbf8d9d4c4 (diff)
Update rubocop 1.54.2 (#26002)
-rw-r--r--.rubocop_todo.yml6
-rw-r--r--Gemfile.lock2
2 files changed, 4 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 3c743842e27..960d548f063 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-exclude-limit --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.54.1.
+# using RuboCop version 1.54.2.
# 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
@@ -367,7 +367,7 @@ Rails/ApplicationController:
# Configuration parameters: Database, Include.
# SupportedDatabases: mysql, postgresql
-# Include: db/migrate/*.rb
+# Include: db/**/*.rb
Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20160222143943_add_profile_fields_to_accounts.rb'
@@ -403,7 +403,7 @@ Rails/BulkChangeTable:
- 'db/migrate/20220824164433_add_human_identifier_to_admin_action_logs.rb'
# Configuration parameters: Include.
-# Include: db/migrate/*.rb
+# Include: db/**/*.rb
Rails/CreateTableWithTimestamps:
Exclude:
- 'db/migrate/20170508230434_create_conversation_mutes.rb'
diff --git a/Gemfile.lock b/Gemfile.lock
index c5349149562..a298c87c8bf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -596,7 +596,7 @@ GEM
sidekiq (>= 2.4.0)
rspec-support (3.12.0)
rspec_chunked (0.6)
- rubocop (1.54.1)
+ rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)