Skip to content

Commit 1b2ba89

Browse files
committed
Fix ignored_namespaces value: use regex pattern format
1 parent 48d0c5d commit 1b2ba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rules:
2626
'src/': 'App\'
2727
'tests/': 'App\Tests\'
2828
ignored_namespaces:
29-
- 'Acme\'
29+
- '/^Acme\\\\/'
3030
ignored_paths:
3131
- '/^config\//'
3232
- '/^example\.com\//'

0 commit comments

Comments
 (0)