Skip to content

Releases: tcumby/pre-commit-matlab-lint

Add support for using mlint executable

21 Feb 15:17
7bc5d67

Choose a tag to compare

This release switches over to using the mlint executable that is bundled with MATLAB for linting. This will allow for much faster linting by this pre-commit hook.

v1.0.5

15 Feb 01:37

Choose a tag to compare

Improved retrieval of MATLAB version info so we can support older MATLAB releases in the future.

v1.0.4

10 Feb 23:52

Choose a tag to compare

This release fixes a error using relative paths that caused false positives.

v1.0.3

08 Feb 18:17

Choose a tag to compare

Now properly handling the case where MATLAB finds no linter errors or warnings.

v1.0.2

08 Feb 04:00

Choose a tag to compare

Made a minor performance improvement by only running the MATLAB installation interrogation the first time

v1.0.1

07 Feb 21:32

Choose a tag to compare

Changed how the file paths to the MATLAB executable were constructed to avoid using the 'forwarding' executable at /bin. This change adds support for MATLAB 2021b update 2.

v1.0.0

16 Jan 18:08

Choose a tag to compare

This first release has functioning MATLAB linting via an instance of MATLAB on the user's machine.