mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-12 03:04:35 +02:00
(cherry picked from commit cf2882772f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
35f92905c5
commit
7b5d6821a3
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
||||||
],
|
],
|
||||||
"output": "path-line-column-message",
|
"output": "path-line-column-message",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"antsibull"
|
"antsibull-docs"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright (c) Ansible Project
|
# Copyright (c) Ansible Project
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
"""Check extra collection docs with antsibull-lint."""
|
"""Check extra collection docs with antsibull-docs."""
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue