-
Notifications
You must be signed in to change notification settings - Fork 2
/
.rubocop_todo.yml
48 lines (44 loc) · 1.87 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
38
39
40
41
42
43
44
45
46
47
48
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 400`
# on 2024-03-15 14:42:29 UTC using RuboCop version 1.62.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: 32
# Configuration parameters: EnforcedStyle.
# SupportedStyles: link_or_button, strict
Capybara/ClickLinkOrButtonStyle:
Exclude:
- 'spec/support/helpers/system.rb'
- 'spec/system/account_spec.rb'
- 'spec/system/check_counts/new_spec.rb'
- 'spec/system/checks/edit_spec.rb'
- 'spec/system/checks/index_spec.rb'
- 'spec/system/integrations/github_integration_spec.rb'
- 'spec/system/integrations/manual_integration_spec.rb'
- 'spec/system/integrations/trello_integration_spec.rb'
- 'spec/system/sessions_spec.rb'
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLineAfterMagicComment:
Exclude:
- 'config/initializers/application_controller_renderer.rb'
- 'config/initializers/content_security_policy.rb'
- 'config/initializers/inflections.rb'
- 'config/initializers/mime_types.rb'
- 'config/initializers/permissions_policy.rb'
# Offense count: 9
# Configuration parameters: Include, AllowReads, AllowWrites.
# Include: app/**/*.rb, config/initializers/**/*.rb, lib/**/*.rb
Rails/EnvironmentVariableAccess:
Exclude:
- 'config/initializers/backtrace_silencers.rb'
- 'config/initializers/custom_configuration.rb'
# Offense count: 11
Rails/I18nLocaleTexts:
Exclude:
- 'app/controllers/accounts_controller.rb'
- 'app/controllers/check_counts_controller.rb'
- 'app/controllers/checks_controller.rb'
- 'app/controllers/sessions_controller.rb'