Pre-commit on Gitlab with Matlab files
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I would like to add a pre-commit check for a Matlab project that is on Gitlab.
Is there a template for the pre-commit-config.yaml ? What are the hooks that would work with Matlab files ?
For example, for avoiding repeated code, formatting the code, making sure that all variables are written in CamelCase, making sure that the names of variables are understandable enough.
1 comentario
Hugo
el 12 de Sept. de 2024
Movida: Walter Roberson
el 12 de Sept. de 2024
I would also like a pre-commit script to run for MATLAB Project that is on GitLab.
Usually, the Data Dictionaries are not saved and I only see that after closing the project.
Then I have to commit and push again "Data Dictionaries were not saved, ... again!".
I want to avoid that using a pre-commit script.
Or better stil: it should be built-in, because it is unusual to commit the project when some things are still unsaved.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!