-
Notifications
You must be signed in to change notification settings - Fork 11
/
.rubocop_todo.yml
37 lines (35 loc) · 1.37 KB
/
.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
25
26
27
28
29
30
31
32
33
34
35
36
37
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 40`
# on 2022-03-20 16:39:51 UTC using RuboCop version 1.23.0.
# 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: 3
Rails/OutputSafety:
Exclude:
- 'app/helpers/application_helper.rb'
- 'app/helpers/writable_helper.rb'
# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: AllowImplicitReturn, AllowedReceivers.
Rails/SaveBang:
Exclude:
- 'app/concerns/owable.rb'
- 'app/concerns/viewable.rb'
- 'app/controllers/api/v1/board_sections_controller.rb'
- 'app/controllers/api/v1/characters_controller.rb'
- 'app/controllers/api/v1/index_posts_controller.rb'
- 'app/controllers/api/v1/index_sections_controller.rb'
- 'app/controllers/api/v1/posts_controller.rb'
- 'app/controllers/icons_controller.rb'
- 'app/controllers/messages_controller.rb'
- 'app/models/block.rb'
- 'app/models/character.rb'
- 'app/models/galleries_icon.rb'
- 'app/models/message.rb'
- 'app/models/news.rb'
- 'app/models/reply.rb'
- 'app/models/tag.rb'
- 'app/services/report.rb'
- 'config/initializers/aws.rb'