Pre-commit on Gitlab with Matlab files

7 views (last 30 days)
Baptiste
Baptiste on 18 Oct 2023
Moved: Walter Roberson on 12 Sep 2024
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 Comment
Hugo
Hugo on 12 Sep 2024
Moved: Walter Roberson on 12 Sep 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.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!