-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_todo.yml
52 lines (52 loc) · 1.34 KB
/
package_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
49
50
51
52
# This file contains a list of dependencies that are not part of the long term plan for the
# '.' package.
# We should generally work to reduce this list over time.
#
# You can regenerate this file using the following command:
#
# bin/packwerk update-todo
# ---
# packs/cancelations:
# "::Cancellation":
# violations:
# - dependency
# files:
# - test/controllers/cancellations_controller_test.rb
# packs/hotel_management:
# "::Hotel":
# violations:
# - dependency
# files:
# - app/controllers/home_controller.rb
# - app/models/ability.rb
# - app/models/inventory.rb
# - test/controllers/hotels_controller_test.rb
# "::Room":
# violations:
# - dependency
# files:
# - app/models/ability.rb
# - test/controllers/rooms_controller_test.rb
# "::RoomType":
# violations:
# - dependency
# files:
# - app/models/inventory.rb
# - db/seeds.rb
# - spec/models/room_type_spec.rb
# packs/reservations:
# "::Reservation":
# violations:
# - dependency
# files:
# - app/models/ability.rb
# - app/models/guest.rb
# - app/models/payment.rb
# - test/controllers/reservations_controller_test.rb
# packs/user_management:
# "::User":
# violations:
# - dependency
# files:
# - app/models/ability.rb
# - test/controllers/users_controller_test.rb