You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, rspec-github formats pending specs as warnings, which show up in annotations list. While this behavior can be useful in some cases, it can also be distracting when there are many pending specs or when they are intentionally not a concern. It would be helpful to have a configuration option to disable this behavior.
Proposed Solution
I have not worked with RSpec plugins/formatters before so I am not sure if this is helpful but here are some examples of how it could work based on some other gems:
Problem
Currently, rspec-github formats pending specs as warnings, which show up in annotations list. While this behavior can be useful in some cases, it can also be distracting when there are many pending specs or when they are intentionally not a concern. It would be helpful to have a configuration option to disable this behavior.
Proposed Solution
I have not worked with RSpec plugins/formatters before so I am not sure if this is helpful but here are some examples of how it could work based on some other gems:
Example 1 (based on VCR config)
Example 2 (based on Webmock config)
Benefits
Work Around
I could work around this by forking the action and modifying the code but I wanted to ask here first!
Thank you for considering!
The text was updated successfully, but these errors were encountered: