Merge branch 'stable' into devel
[tails.git] / .rubocop_todo.yml
blob19a72e4a07c1c723da71c062a048f6b62b642a3a
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2023-11-23 21:33:11 UTC using RuboCop version 1.39.0.
4 # The point is for the user to remove these configuration records
5 # one by one as the offenses are removed from the code base.
6 # Note that changes in the inspected code, or installation of new
7 # versions of RuboCop, may require this file to be generated again.
9 # Offense count: 1
10 # This cop supports unsafe autocorrection (--autocorrect-all).
11 # Configuration parameters: EnforcedStyle.
12 # SupportedStyles: standard_error, runtime_error
13 Lint/InheritException:
14   Exclude:
15     - 'features/support/helpers/misc_helpers.rb'
17 # Offense count: 12
18 Naming/AccessorMethodName:
19   Exclude:
20     - 'features/step_definitions/browser.rb'
21     - 'features/step_definitions/ssh.rb'
22     - 'features/support/helpers/vm_helper.rb'
24 # Offense count: 18
25 # Configuration parameters: AllowedConstants.
26 Style/Documentation:
27   Exclude:
28     - 'spec/**/*'
29     - 'test/**/*'
30     - 'Rakefile'
31     - 'bin/custom-apt-cruft-check'
32     - 'features/support/extra_hooks.rb'
33     - 'features/support/helpers/chatbot_helper.rb'
34     - 'features/support/helpers/display_helper.rb'
35     - 'features/support/helpers/dogtail.rb'
36     - 'features/support/helpers/opencv.rb'
37     - 'features/support/helpers/remote_shell.rb'
38     - 'features/support/helpers/screen.rb'
39     - 'features/support/helpers/sniffing_helper.rb'
40     - 'features/support/helpers/sshd_helper.rb'
41     - 'features/support/helpers/storage_helper.rb'
42     - 'features/support/helpers/vm_helper.rb'