You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mermaid files generated by the -ommd option do not implement the -m, --module-names option. An inspection of pyreverse/mermaidjs_printer.py shows that the module information indeed present and removed before outputting it to the mermaid file.
Note that -m[y|n] works fine for .dot files...
Configuration
pylint/pyreverse/mermaidjs_printer.py
Command used
pyreverse -A -my -f ALL -ommd filename.py
Pylint output
validmermaidfilewithonlytheclassnamesintheoutput.
Expected behavior
Would expect to see "modulename.classname" in the mermaid file, vs just "classname".
Pylint version
pylint 2.16.2, but also in 3.3.0 at lines 60, 76, and 77.
OS / Environment
debian bookworm, arm64
The text was updated successfully, but these errors were encountered:
Bug description
The mermaid files generated by the -ommd option do not implement the -m, --module-names option. An inspection of pyreverse/mermaidjs_printer.py shows that the module information indeed present and removed before outputting it to the mermaid file.
Note that -m[y|n] works fine for .dot files...
Configuration
Command used
Pylint output
Expected behavior
Would expect to see "modulename.classname" in the mermaid file, vs just "classname".
Pylint version
pylint 2.16.2, but also in 3.3.0 at lines 60, 76, and 77.
OS / Environment
debian bookworm, arm64
The text was updated successfully, but these errors were encountered: