Refactor user-facing API models #1706
Annotations
6 errors and 10 warnings
api/db.py#L13
No name 'api' in module 'kernelci'
|
api/db.py#L13
Unable to import 'kernelci.api.models'
|
api/main.py#L32
No name 'api' in module 'kernelci'
|
api/main.py#L32
Unable to import 'kernelci.api.models'
|
api/user_models.py#L21
No name 'api' in module 'kernelci'
|
api/user_models.py#L21
Unable to import 'kernelci.api.models_base'
|
|
api/admin.py#L23
Argument name "db" doesn't conform to snake_case naming style
|
api/admin.py#L23
Missing function or method docstring
|
api/admin.py#L31
Argument name "db" doesn't conform to snake_case naming style
|
api/admin.py#L31
Missing function or method docstring
|
api/admin.py#L55
Missing function or method docstring
|
api/admin.py#L55
Redefining name 'args' from outer scope (line 75)
|
api/admin.py#L56
Variable name "db" doesn't conform to snake_case naming style
|
api/admin.py#L59
Unused variable 'user'
|
api/main.py#L32
third party import "from kernelci.api.models import Node, Hierarchy, Regression, PublishEvent, get_model_from_kind" should be placed before "from .auth import Authentication"
|
The logs for this run have expired and are no longer available.
Loading