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
Executing the check with ./vendor/bin/phparkitect check I got the following output:
PHPArkitect 0.2.10
Config file: phparkitect.php
analyze class set /app/src
36/36 [============================] 100%
analyze class set /app/src
36/36 [============================] 100%
analyze class set /app/src
36/36 [============================] 100%
NO VIOLATIONS DETECTED!
Instead I would like to assign and then see the name for each ArchRule to check, like this example:
analyze class set /app/src for rule: "Exagonal Architecture Rules"
...
analyze class set /app/src for rule: "Layered Architecture Rules"
...
analyze class set /app/src for rule: "Naming Convention Rules"
So I would like to have a way to assign a name in the configuration for each of these rules:
$exagonalRules
$layeredRules
$namingRules
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
I would like assign a name for each ArchRule, specially using several rule groups.
For example, if i use this configuration:
Executing the check with
./vendor/bin/phparkitect check
I got the following output:Instead I would like to assign and then see the name for each ArchRule to check, like this example:
So I would like to have a way to assign a name in the configuration for each of these rules:
The text was updated successfully, but these errors were encountered: