-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
Modules should run their own coding standards tests
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
<exclude-pattern>/config.inc.php</exclude-pattern> | ||
<exclude-pattern>/vendor/</exclude-pattern> | ||
<exclude-pattern>/tests/</exclude-pattern> | ||
<exclude-pattern>/modules/</exclude-pattern> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ddpkts
|
||
|
||
<!-- Include specific sniffs from the other standards. --> | ||
<rule ref="Generic.Metrics.CyclomaticComplexity"/> | ||
|
hey @robertblank I think this is not a good idea, coz excluding module dir prevents running phpcsoxid against my own modules in the project