lib/spoom/cli/config.rb in spoom-1.0.8 vs lib/spoom/cli/config.rb in spoom-1.0.9
- old
+ new
@@ -12,12 +12,12 @@
default_task :show
desc "show", "Show Sorbet config"
def show
in_sorbet_project!
- config = Spoom::Sorbet::Config.parse_file(sorbet_config)
+ config = sorbet_config
- say("Found Sorbet config at `#{sorbet_config}`.")
+ say("Found Sorbet config at `#{sorbet_config_file}`.")
say("\nPaths typechecked:")
if config.paths.empty?
say(" * (default: .)")
else