Method: Spoom::Coverage.sorbet_config
- Defined in:
- lib/spoom/coverage.rb
.sorbet_config(path: ".") ⇒ Object
104 105 106 |
# File 'lib/spoom/coverage.rb', line 104 def sorbet_config(path: ".") Sorbet::Config.parse_file("#{path}/#{Spoom::Sorbet::CONFIG_PATH}") end |