diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-11 18:08:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-11 18:08:40 +0000 |
commit | 33f7ef81fd6bcab7bbdf0bc3f37d337256fb11fb (patch) | |
tree | da5c4d1d60ca6674523ca431a285d78dab2917aa /.rubocop_todo/rails/inverse_of.yml | |
parent | ed94a4dd903dc4d20cbc1bce330b9c1b7a5f7fbf (diff) | |
download | gitlab-ce-33f7ef81fd6bcab7bbdf0bc3f37d337256fb11fb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/rails/inverse_of.yml')
-rw-r--r-- | .rubocop_todo/rails/inverse_of.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop_todo/rails/inverse_of.yml b/.rubocop_todo/rails/inverse_of.yml index a1f49aaf2f5..832767b7bb5 100644 --- a/.rubocop_todo/rails/inverse_of.yml +++ b/.rubocop_todo/rails/inverse_of.yml @@ -33,6 +33,7 @@ Rails/InverseOf: - 'app/models/concerns/awardable.rb' - 'app/models/concerns/commit_signature.rb' - 'app/models/concerns/with_uploads.rb' + - 'app/models/concerns/work_item_resource_event.rb' - 'app/models/custom_emoji.rb' - 'app/models/customer_relations/contact.rb' - 'app/models/customer_relations/organization.rb' |