Skip to content

Commit 7468171

Browse files
committed
Update DOCtor-RST and enable new rules
- Require DOCtor-RST 1.75.1 - Enable NoNonBreakingSpace rule - Enable NoEmptyDirective rule - Enable FilepathAndNamespaceShouldMatch rule with namespace mapping (src/ -> App\ or Acme\, tests/ -> App\Tests\, apps/api/tests/ -> Api\Tests\) and ignore config/ and example.com/ paths
1 parent b1776f9 commit 7468171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ rules:
2525
namespace_mapping:
2626
'src/': ['App\', 'Acme\']
2727
'tests/': 'App\Tests\'
28+
'apps/api/tests/': 'Api\Tests\'
2829
ignored_paths:
2930
- '/^config\//'
3031
- '/^example\.com\//'

0 commit comments

Comments
 (0)