-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathunused.yml
71 lines (71 loc) · 1.7 KB
/
unused.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
- name: Rails
aliases:
- from: "*="
to: "{}:"
- from: "*="
to: ".{} ="
autoLowLikelihood:
- name: Tests
pathStartsWith: test/
pathEndsWith: .rb
termStartsWith: test_
- name: Migrations
pathStartsWith: db/migrate
- name: Jobs
pathStartsWith: app/jobs/
classOrModule: true
- name: Administrate
pathStartsWith: app/dashboards
classOrModule: true
termEndsWith: Dashboard
- name: Clearance
allowedTerms:
- url_after_destroy
- ClearanceMailer
pathEndsWith: .rb
pathStartsWith: app
- name: ActiveModel::Serializer
termEndsWith: Serializer
classOrModule: true
- name: Pundit
termEndsWith: Policy
classOrModule: true
pathEndsWith: .rb
- name: Mailer Helpers
allowedTerms:
- to
- name: Pundit Helpers
allowedTerms:
- Scope
- index?
- new?
- create?
- show?
- edit?
- destroy?
- resolve
- name: JSONAPI::Resources
termEndsWith: Resource
classOrModule: true
pathStartsWith: app/resources
- name: JSONAPI::Resources Helpers
allowedTerms:
- updatable_fields
pathStartsWith: app/resources
- name: Devise
allowedTerms:
- after_sign_in_path_for
- after_sign_out_path_for
pathStartsWith: app/
- name: Mailer Previews
pathStartsWith: spec/mailers
classOrModule: true
termEndsWith: Preview
- name: Phoenix
autoLowLikelihood:
- name: ExMachina Factories
termEndsWith: _factory
pathEndsWith: /factory.ex
- name: ExMachina Traits
termStartsWith: with_
pathEndsWith: /factory.ex