melexis/sphinx-traceability-extension

View on GitHub
mlx/traceability/directives/item_tree_directive.py

Summary

Maintainability
A
0 mins
Test Coverage

Formatting a regular string which could be a f-string
Open

                report_warning('Traceability: combination of forward+reverse relations for item-tree: %s' % rel,

Used when we detect a string that is being formatted with format() or % which could potentially be a f-string. The use of f-strings is preferred. Requires Python 3.6 and py-version >= 3.6.

Formatting a regular string which could be a f-string
Open

                raise ValueError('Traceability: combination of forward+reverse relations for item-tree: %s' % rel)

Used when we detect a string that is being formatted with format() or % which could potentially be a f-string. The use of f-strings is preferred. Requires Python 3.6 and py-version >= 3.6.

Formatting a regular string which could be a f-string
Open

                report_warning('Traceability: unknown relation for item-tree: %s' % rel, env.docname, self.lineno)

Used when we detect a string that is being formatted with format() or % which could potentially be a f-string. The use of f-strings is preferred. Requires Python 3.6 and py-version >= 3.6.

Formatting a regular string which could be a f-string
Open

                        msg = ("Could not process item-tree {!r} because of a circular relationship: {} {} {}"

Used when we detect a string that is being formatted with format() or % which could potentially be a f-string. The use of f-strings is preferred. Requires Python 3.6 and py-version >= 3.6.

There are no issues that match your filters.

Category
Status