Current Path: > > opt > cloudlinux > venv > lib > > python3.11 > site-packages > prospector > > formatters
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 439 bytes | April 17 2025 13:10:59. | |
base.py | File | 1252 bytes | April 17 2025 13:10:59. | |
emacs.py | File | 767 bytes | April 17 2025 13:10:59. | |
grouped.py | File | 1239 bytes | April 17 2025 13:10:59. | |
json.py | File | 930 bytes | April 17 2025 13:10:59. | |
pylint.py | File | 1741 bytes | April 17 2025 13:10:59. | |
text.py | File | 3020 bytes | April 17 2025 13:10:59. | |
vscode.py | File | 1294 bytes | April 17 2025 13:10:59. | |
xunit.py | File | 2431 bytes | April 17 2025 13:10:59. | |
yaml.py | File | 613 bytes | April 17 2025 13:10:59. |
from prospector.formatters.text import TextFormatter __all__ = ("EmacsFormatter",) class EmacsFormatter(TextFormatter): def render_message(self, message): output = [ "%s:%s:%d:" % ( self._make_path(message.location.path), message.location.line, (message.location.character or 0) + 1, ), " L%s:%s %s: %s - %s" % ( message.location.line or "-", message.location.character if message.location.line else "-", message.location.function, message.source, message.code, ), " %s" % message.message, ] return "\n".join(output)
SILENT KILLER Tool