
task-2801043
closes odoo/documentation#3793
X-original-commit: 8e8c466892
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
8 lines
208 B
Python
8 lines
208 B
Python
import sphinxlint
|
|
|
|
|
|
@sphinxlint.checker('')
|
|
def check_file_extensions(file, lines, options=None):
|
|
""" Check that there is no file without extension. """
|
|
yield 0, "the file does not have an extension"
|