Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
class
NewlineLinter(Linter):
Callers
1
main
Function · 0.80
Calls
1
fix_line
Method · 0.45
Tested by
no test coverage detected