Error to test make xsslint in repo edx-platform

Hello, how are you?

I have a problem running one of the tests in edx-platform, the test is the one called make xsslint

The other tests have worked for me but this is the only one that doesn’t

make xsslint
python scripts/xsslint/xss_linter.py
–rule-totals
–config=scripts.xsslint_config
–thresholds=scripts/xsslint_thresholds.json
Traceback (most recent call last):
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 76, in _process_file
results = template_linter.process_file(directory, file_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/linters.py”, line 1518, in process_file
return self._load_and_check_file_is_safe(django_file_full_path, self._check_django_file_is_safe, results)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/linters.py”, line 77, in _load_and_check_file_is_safe
lint_function(file_contents, results)
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/linters.py”, line 1553, in _check_django_file_is_safe
self._check_django_expression(django_template, results)
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/linters.py”, line 1567, in _check_django_expression
expr.validate_expression(django_template, expressions)
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/django_linter.py”, line 34, in validate_expression
trans_var_name_used, trans_expr_msg = self.process_translation_string(trans_expr)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/django_linter.py”, line 68, in process_translation_string
self.ruleset.django_trans_escape_filter_parse_error,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xsslint/rules.py”, line 16, in getattr
return self.rules[attr_name]
~~~~~~~~~~^^^^^^^^^^^
KeyError: ‘django_trans_escape_filter_parse_error’

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 316, in
main()
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 311, in main
_lint(args.path, template_linters, options, summary_results, out=StringIO())
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 244, in _lint
_process_os_dirs(directory, template_linters, options, summary_results, out)
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 118, in _process_os_dirs
_process_os_dir(root, files, template_linters, options, summary_results, out)
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 97, in _process_os_dir
_process_file(full_path, template_linters, options, summary_results, out)
File “/home/gabriel/aulasneo/edx-platform/scripts/xsslint/xss_linter.py”, line 79, in _process_file
raise Exception(f"Failed to process path: {full_path}") from e
Exception: Failed to process path: ./{homedir}/edxapp_toxenv/py311quality/lib/python3.11/site-packages/diff_cover/templates/html_coverage_report.html