-
Notifications
You must be signed in to change notification settings - Fork 3
/
.rubocop_todo.yml
29 lines (28 loc) · 1.34 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
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1000`
# on 2023-07-30 19:41:14 UTC using RuboCop version 1.55.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: 32
RSpec/PendingWithoutReason:
Exclude:
- 'spec/controllers/hooks/base_controller_spec.rb'
- 'spec/controllers/oauth/slack_controller_spec.rb'
- 'spec/models/concerns/profile_decorator_spec.rb'
- 'spec/models/reward_spec.rb'
- 'spec/models/team_spec.rb'
- 'spec/services/actions/reaction_added_spec.rb'
- 'spec/services/bonus_calculator_service_spec.rb'
- 'spec/services/commands/help_spec.rb'
- 'spec/services/commands/leaderboard_spec.rb'
- 'spec/services/commands/undo_spec.rb'
- 'spec/services/discord/post_service_spec.rb'
- 'spec/services/discord/team_sync_service_spec.rb'
- 'spec/services/mention_parser_spec.rb'
- 'spec/services/note_sanitizer_spec.rb'
- 'spec/services/slack/post_service_spec.rb'
- 'spec/services/tip_histogram_service_spec.rb'
- 'spec/services/tip_mention_service_spec.rb'
- 'spec/services/tip_response_service_spec.rb'