(This refs https://github.com/adrienverge/yamllint/issues/302) I have ```yaml --- rules: document-start: present: false ``` And ```yaml # yamllint enable rule:document-start --- metadata: id: AD-001 ``` I get ```errorformat 2:1 error found forbidden document start "---" (document-start) ``` According to https://yamllint.readthedocs.io/en/stable/disable_with_comments.html#disabling-checks-for-all-or-part-of-the-file and https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.document_start, this should work, but yamllint still requires `document-start`