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
We need --codemod-include and --codemod-exclude to be able to include/exclude all codemods from a particular origin. For example, it would be useful to give an option like this:
--codemod-include=sonar:*
which could ensure all Sonar codemods are included.
Conversely, it would be useful to give an option like this:
---codemod-exclude=pixee:*
which would exclude all core Pixee codemods.
I think the pattern matching only needs to be supported at the level of origin. We don't need to support globs/patterns for specific names like pixee:python/xml-*.
The text was updated successfully, but these errors were encountered:
We need
--codemod-include
and--codemod-exclude
to be able to include/exclude all codemods from a particular origin. For example, it would be useful to give an option like this:which could ensure all Sonar codemods are included.
Conversely, it would be useful to give an option like this:
which would exclude all core Pixee codemods.
I think the pattern matching only needs to be supported at the level of origin. We don't need to support globs/patterns for specific names like
pixee:python/xml-*
.The text was updated successfully, but these errors were encountered: