Skip to content

kernelci.api.models: add more checkout fields #10015

kernelci.api.models: add more checkout fields

kernelci.api.models: add more checkout fields #10015

Triggered via pull request September 24, 2024 12:54
Status Success
Total duration 59s
Artifacts

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Lint: kernelci/api/models.py#L377
Incompatible types in assignment (expression has type "CheckoutData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L438
Incompatible types in assignment (expression has type "KbuildData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L512
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L529
Incompatible types in assignment (expression has type "TestData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
Lint: kernelci/api/models.py#L600
Incompatible types in assignment (expression has type "RegressionData", base class "Node" defined the type as "Optional[Dict[str, Any]]") [assignment]
check (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint: kernelci/api/models.py#L710
Method could be a function
Lint: kernelci/build.py#L44
Line too long (129/100)
Lint: kernelci/build.py#L1
Too many lines in module (1593/1000)
Lint: kernelci/build.py#L1205
ToDo: treat kernelci.config as an implementation detail and list
Lint: kernelci/build.py#L1
Missing module docstring
Lint: kernelci/build.py#L79
Formatting a regular string which could be a f-string
Lint: kernelci/build.py#L103
Formatting a regular string which could be a f-string
Lint: kernelci/build.py#L135
Formatting a regular string which could be a f-string
Lint: kernelci/build.py#L127
Unused argument 'shallow'
Lint: kernelci/build.py#L153
Formatting a regular string which could be a f-string
check (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/