We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1943c commit 700e694Copy full SHA for 700e694
1 file changed
Tests/chk_adrs.py
@@ -118,7 +118,6 @@ def check_front_matter(self, fn, front, filenames):
118
if front is None:
119
self.emit(f"in {fn}: is missing front matter altogether")
120
return
121
- # so far, only check primary documents, not supplemental ones
122
if fn[9] == 'w':
123
return self._check_front_matter_supplement(fn, front, filenames)
124
if fn[9] != 'v':
0 commit comments