From c5f29930b8703c1b324554cd4433e6b51b6d769d Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Fri, 20 Aug 2021 13:59:23 +0900 Subject: [PATCH] Skip loading rbs's RBS itself --- lib/rbs/cli.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/rbs/cli.rb b/lib/rbs/cli.rb index 9872bcf1d..292406bb9 100644 --- a/lib/rbs/cli.rb +++ b/lib/rbs/cli.rb @@ -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'