Pre-commit on Gitlab with Matlab files
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Hugo
il 12 Set 2024
Spostato: Walter Roberson
il 12 Set 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.
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!