Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/django/code.djangoproject.com
/ get_lint_errors
Method
get_lint_errors
traccheck.py:120–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
)
119
120
def
get_lint_errors(self):
121
errors = []
122
for
component in self.configured_components:
123
errors.extend((component, err)
for
err in component.get_lint_errors())
124
return
errors
125
126
127
def
get_parser():
Callers
1
CMD_LINT
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected