MCPcopy Create free account
hub / github.com/DevCloudNinjas/DevOps-Projects / format

Method format

tools/quality_gate.py:134–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 line: int | None = None
133
134 def format(self) -> str:
135 location = str(self.path)
136 if self.line is not None:
137 location = f"{location}:{self.line}"
138 return f"[{self.check}] {location} - {self.message}"
139
140
141class IgnoreUnknownTagsLoader(yaml.SafeLoader if yaml else object):

Callers 15

greetMethod · 0.80
_print_reportFunction · 0.80
getMsgMethod · 0.80
getMsgMethod · 0.80
getMsgMethod · 0.80
getMsgMethod · 0.80
getMsgMethod · 0.80
chartjs.min.jsFile · 0.80
__str__Method · 0.80
autologinMethod · 0.80
autologinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected