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
Is your feature request related to a problem? Please describe.
I want to open discussion about next phase of refactoring our codebase to more appropriate version of black and wihite to block and allow. First part of chages where made in issue #946
in case whitelist it is not that dificult, but with blacklist we have one rule and some tests
any ideas/propositions how to make breaking changes related with this in the most elegant way @chavacava, @denisvmedia and any other contributors?
ps. of course we can remove old instances of ImportsBlacklistRule, but i dont remember any of issue related with breaking changes in this project
ps2. what is procedure of releasing new version (some additional steps: tests), because as I remember with last version v1.3.5 there were some problems?
The text was updated successfully, but these errors were encountered:
I think, we can have an alias for the rule name. Keeping the original name deprecated but supported as an alias for the next n releases. The output text can be changed now. Some systems can be affected, if they rely on the text wording, but they should be really few to my prediction.
Is your feature request related to a problem? Please describe.
I want to open discussion about next phase of refactoring our codebase to more appropriate version of black and wihite to block and allow. First part of chages where made in issue #946
In this phase we want to remove definitely
Whitelist https://github.com/mgechev/revive/search?q=whitelist
Blacklist https://github.com/mgechev/revive/search?q=blacklist
in case whitelist it is not that dificult, but with blacklist we have one rule and some tests
any ideas/propositions how to make breaking changes related with this in the most elegant way @chavacava, @denisvmedia and any other contributors?
ps. of course we can remove old instances of ImportsBlacklistRule, but i dont remember any of issue related with breaking changes in this project
ps2. what is procedure of releasing new version (some additional steps: tests), because as I remember with last version v1.3.5 there were some problems?
The text was updated successfully, but these errors were encountered: