[IMP] tests: make review UX and resource files

closes odoo/documentation#6434

X-original-commit: 25e204adcd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Sam Lieber (sali)
2023-11-10 12:32:40 -05:00
parent f3a6cc6779
commit 09e0b8affc
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -89,4 +89,5 @@ if __name__ == '__main__':
setattr(sphinxlint.check_line_too_long, 'enabled', True)
setattr(checkers.rst_style.check_early_line_breaks, 'enabled', True)
ADDITIONAL_CHECKERS.extend([checkers.resource_files.check_image_color_depth])
run_additional_checks()
sys.exit(sphinxlint.main())