Skip to content

Commit cb7229b

Browse files
committed
chore: update security rules to ignore 'exec' in ArchTest
1 parent c0c2d22 commit cb7229b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/ArchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
arch()->preset()->php();
66
arch()->preset()->strict();
77
arch()->preset()->security()->ignoring([
8-
'system',
8+
'system', 'exec',
99
]);
1010

1111
arch('controllers')

0 commit comments

Comments
 (0)