Closed
Description
Describe the bug
The command spoom bump --from false --to true --dry
is trying to bump files that I have in my ignore list in sorbet/config
.
I am assuming that spoom config is picked from sorbet/config
as I read in the docs. Actually, running bin/spoom config
in my project lists all the ignore paths in that file (see link in steps to reproduce)
To Reproduce
Spoom version: '1.2.1'
Steps to reproduce the behavior:
There are more details about the context and what I did in this discourse thread, but the TL;DR should be:
- in a file that has
# typed: true
, change itfalse
- add that file to
sorbet/config
as--ignore=the_file.rb
- run
spoom bump --from false --to true --dry
Expected behavior
The file should be ignored and no errors should be displayed