Skip to content

Spoom bump not ignoring files as expected #379

Closed
@plvaldes

Description

@plvaldes

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 it false
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions