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
Add a warning option which does not escape its arguments.
This is useful when to use regular expressions, like for example ignore
a bunch of dynamic messages
--filterwarnigns 'ignore:Please use assert.* instead.:'
Or ignore all the warnings in a sub-backage
--filterwarnigns 'ignore:::package.submodule.*'
This is also available in the ini file as the filterwarnigns options
0 commit comments