-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.rubocop_todo.yml
24 lines (22 loc) · 993 Bytes
/
.rubocop_todo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-10-30 13:35:23 UTC using RuboCop version 1.57.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: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
Exclude:
- 'db/migrate/20231030133425_add_service_name_to_active_storage_blobs.active_storage.rb'
# Offense count: 3
# Configuration parameters: Database, Include.
# SupportedDatabases: mysql, postgresql
# Include: db/**/*.rb
Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20230918135633_sorcery_remember_me.rb'
- 'db/migrate/20230918135634_sorcery_reset_password.rb'
- 'db/migrate/20230919110454_add_more_fields_to_user.rb'