-
Notifications
You must be signed in to change notification settings - Fork 159
#142 : [New Rule] No imports from static tests namespaces #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#142 : [New Rule] No imports from static tests namespaces #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address comments.
@@ -0,0 +1,51 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to have UseDeclarationSniff.md
file that will describe the issue behind
I'm still working on group namespace changes |
Exclude running for tests
@lenaorobei could you review this PR? Approved from my side |
Changes look good to me. I'll run against Magento code to see if there is no issues and will merge it. |
…ff-to-check-closing-tags [Pyrrans] AC-1999: Static test to check void closing tags
New ruleset added which will prevent importing static test namespaces
Fixed issue : #142