mh_lint
checks MATLAB code for issues
TLDR
Check MATLAB code
$ mh_lint [file.m]
Check directory$ mh_lint [src/]
Output to file$ mh_lint [file.m] > [report.txt]
Enable all checks$ mh_lint --all [file.m]
Show available checks$ mh_lint --list
SYNOPSIS
mh_lint [options] files
DESCRIPTION
mh_lint checks MATLAB code for issues. It identifies style violations and potential bugs.
The tool is part of MISS_HIT. It enforces coding standards for MATLAB/Simulink projects.
PARAMETERS
FILES
MATLAB files to check.--all
Enable all checks.--list
List available checks.--fix
Auto-fix issues.--help
Display help information.
CAVEATS
Part of MISS_HIT. MATLAB specific. Python-based tool.
HISTORY
mhlint is part of **MISSHIT**, a MATLAB/Simulink code quality tool suite.
