opendatahub-io / notebooks

Notebook images for ODH
Apache License 2.0
17 stars 57 forks source link

[Epic] Do some static analysis and content validation on this repository #248

Open jstourac opened 11 months ago

jstourac commented 11 months ago

We should perform some static analysis and content structure validation in files in this repository. In ideal case this would allow us to prevent issues like this red-hat-data-services/odh-manifests#500 and point out to some other bugs or bad coding style in our codebase.

What we can do:

Based on the content of this repository, these checks can cover majority of the files here. More ideas are welcome and we can implement.

jstourac commented 11 months ago

Let's also look into this https://pre-commit.com/.