Pre-commit on Gitlab with Matlab files
显示 更早的评论
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 个评论
Hugo
2024-9-12
移动:Walter Roberson
2024-9-12
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!