Skip to content

Commit 48d0c5d

Browse files
committed
Fix option name: use ignored_namespaces instead of ignore_namespaces
1 parent 3cb4435 commit 48d0c5d

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
@@ -25,7 +25,7 @@ rules:
2525
namespace_mapping:
2626
'src/': 'App\'
2727
'tests/': 'App\Tests\'
28-
ignore_namespaces:
28+
ignored_namespaces:
2929
- 'Acme\'
3030
ignored_paths:
3131
- '/^config\//'

0 commit comments

Comments
 (0)