magento / magento/magento-coding-standard
Add excludes for test files
Open
enhancement
Progress: dev in progress
Progress: good first issue
- Dominant language
- PHP
- Stars
- 375
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
### Description
All rules that do not apply on test files need to have one more exclude.
``` xml
*/tests/*
```
### AC
- Rules contain additional exclude.
- Additional PR in https://github.com/magento/magento2 where all false skip annotations are removed.
Example: https://github.com/magento/magento2/blob/20db8f67b96e98609ea9d8835ae3830625fa6464/dev/tests/integration/framework/Magento/TestFramework/Workaround/Cleanup/StaticProperties.php#L78
Contributor guide
Assessment
This issue has not been assessed yet.