updated PO files
[tails.git] / .rubocop_todo.yml
blobe4e2153cd8f2bd12bbe22e663c64ea71508dcaac
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2020-05-10 17:29:26 +0200 using RuboCop version 0.80.1.
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 # Cop supports --auto-correct.
11 # Configuration parameters: EnforcedStyle.
12 # SupportedStyles: runtime_error, standard_error
13 Lint/InheritException:
14   Exclude:
15     - 'features/support/helpers/misc_helpers.rb'
17 # Offense count: 11
18 Naming/AccessorMethodName:
19   Exclude:
20     - 'features/scripts/vm-execute'
21     - 'features/step_definitions/ssh.rb'
22     - 'features/support/helpers/vm_helper.rb'
24 # Offense count: 20
25 Style/Documentation:
26   Exclude:
27     - 'spec/**/*'
28     - 'test/**/*'
29     - 'Rakefile'
30     - 'features/scripts/vm-execute'
31     - 'features/support/extra_hooks.rb'
32     - 'features/support/helpers/chatbot_helper.rb'
33     - 'features/support/helpers/display_helper.rb'
34     - 'features/support/helpers/dogtail.rb'
35     - 'features/support/helpers/opencv.rb'
36     - 'features/support/helpers/remote_shell.rb'
37     - 'features/support/helpers/screen.rb'
38     - 'features/support/helpers/sniffing_helper.rb'
39     - 'features/support/helpers/sshd_helper.rb'
40     - 'features/support/helpers/storage_helper.rb'
41     - 'features/support/helpers/vm_helper.rb'