-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrbs_collection.yaml
More file actions
40 lines (36 loc) · 894 Bytes
/
rbs_collection.yaml
File metadata and controls
40 lines (36 loc) · 894 Bytes
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
# Download sources
sources:
- type: git
name: ruby/gem_rbs_collection
remote: https://github.com/ruby/gem_rbs_collection.git
revision: main
repo_dir: gems
# You can specify local directories as sources also.
# - type: local
# path: path/to/your/local/repository
# A directory to install the downloaded RBSs
path: .gem_rbs_collection
gems:
# If you want to avoid installing rbs files for gems, you can specify them here.
- name: nokogiri
ignore: true
- name: rack
ignore: true
- name: rake
ignore: true
- name: minitest
ignore: true
- name: rails-dom-testing
ignore: true
- name: rubocop
ignore: true
- name: rubocop-ast
ignore: true
- name: rails-html-sanitizer
ignore: true
- name: concurrent-ruby
ignore: true
- name: connection_pool
ignore: true
- name: diff-lcs
ignore: true