MCPcopy
hub / github.com/Aider-AI/aider / setup_lint_cmds

Method setup_lint_cmds

aider/coders/base_coder.py:544–548  ·  view source on GitHub ↗
(self, lint_cmds)

Source from the content-addressed store, hash-verified

542 self.io.tool_output(json.dumps(self.functions, indent=4))
543
544 def setup_lint_cmds(self, lint_cmds):
545 if not lint_cmds:
546 return
547 for lang, cmd in lint_cmds.items():
548 self.linter.set_linter(lang, cmd)
549
550 def show_announcements(self):
551 bold = True

Callers 1

__init__Method · 0.95

Calls 1

set_linterMethod · 0.80

Tested by

no test coverage detected