alleyinteractive / alleyinteractive/alley-coding-standards
Relax coding standards for test files - Needs review
- Dominant language
- PHP
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Description
As part of #44, we _sort of_ **not** relaxed the coding standards for test files. For context, in a recent project, those are the list of rules I had to manually exclude for tests files.
Some of the rules are obvious candidates, to me, for exclusion in our ruleset, here. Others are debatable.
```xml
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
*/tests/*
```
Contributor guide
Assessment
This issue has not been assessed yet.