MCPcopy Create free account
hub / github.com/DFHack/dfhack / fix

Method fix

ci/lint.py:82–84  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

80 raise LinterError(self.msg, failures, len(lines))
81
82 def fix(self, lines):
83 for i in range(len(lines)):
84 lines[i] = self.fix_line(lines[i])
85
86
87class NewlineLinter(Linter):

Callers 1

mainFunction · 0.80

Calls 1

fix_lineMethod · 0.45

Tested by

no test coverage detected