-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.rubocop_todo.yml
More file actions
53 lines (47 loc) · 1.77 KB
/
.rubocop_todo.yml
File metadata and controls
53 lines (47 loc) · 1.77 KB
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
49
50
51
52
53
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-09-14 15:30:33 UTC using RuboCop version 1.8.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: 4
RSpec/BeforeAfterAll:
Exclude:
- 'spec/api/goggles/user_laps_api_spec.rb'
- 'spec/api/goggles/user_results_api_spec.rb'
- 'spec/api/goggles/user_workshops_api_spec.rb'
# Offense count: 83
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
RSpec/ContextWording:
Enabled: false
# Offense count: 2
# Cop supports --auto-correct.
RSpec/EmptyLineAfterFinalLet:
Exclude:
- 'spec/api/goggles/admin_grants_api_spec.rb'
- 'spec/api/goggles/team_managers_api_spec.rb'
# Offense count: 8
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
- 'spec/api/goggles/user_workshops_api_spec.rb'
# Offense count: 14
# Configuration parameters: IgnoreSharedExamples.
RSpec/NamedSubject:
Exclude:
- 'spec/commands/cmd_authenticate_user_spec.rb'
- 'spec/commands/cmd_authorize_api_request_spec.rb'
# Offense count: 27
RSpec/OverwritingSetup:
Exclude:
- 'spec/api/goggles/laps_api_spec.rb'
- 'spec/api/goggles/meeting_entries_api_spec.rb'
- 'spec/api/goggles/meeting_individual_results_api_spec.rb'
- 'spec/api/goggles/meeting_relay_results_api_spec.rb'
- 'spec/api/goggles/meeting_relay_swimmers_api_spec.rb'
- 'spec/api/goggles/meeting_reservations_api_spec.rb'
- 'spec/api/goggles/meetings_api_spec.rb'
- 'spec/api/goggles/team_affiliations_api_spec.rb'
- 'spec/api/goggles/teams_api_spec.rb'