Skip to content

Commit

Permalink
Skip loading rbs's RBS itself
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Aug 20, 2021
1 parent ebe2ea7 commit c5f2993
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/rbs/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,11 @@ def run_collection(args, options)
# A directory to install the downloaded RBSs
path: .gem_rbs_collection
gems: []
gems:
# Skip loading rbs gem's RBS.
# It's unnecessary if you don't use rbs as a library.
- name: rbs
ignore: true
YAML
stdout.puts "created: #{config_path}"
when 'clean'
Expand Down

0 comments on commit c5f2993

Please sign in to comment.