Closed amadeu01 closed 2 years ago
@amadeu01 can you follow the upgrade instructions and report back if this is still an issue?
I'll try!
@amadeu01 any luck?
@amadeu01 I'm closing this due to inactivity; if you have a chance to give this another try, please let me know how it goes!
@joshuaclayton I tried to run again
unused --only-filetypes=rb,json,js,jsx --ignore='sorbet/**/**'
unused --only-filetypes=rb,json,js,jsx --ignore='sorbet/**/*'
unused --only-filetypes=rb,json,js,jsx --ignore='sorbet/**'
unused --only-filetypes=rb,json,js,jsx --ignore='sorbet/*'
unused --only-filetypes=rb,json,js,jsx --ignore='sorbet'
All of them give the following result.
yieldall
Reason: Only one occurrence exists
Defined in: (1)
* /Users/amadeucavalcante/.asdf/installs/ruby/2.6.6/lib/ruby/gems/2.6.0/gems/yard-0.9.20/lib/yard/templates/template.rb
Found in: (1)
* sorbet/rbi/gems/yard@0.9.20.rbi
@joshuaclayton do you have any clue why it is not ignoring some paths? I'm doing something wrong, it does not understand wildcard?
Attempt to use
--ignore path_folder
not working