1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 13:42:07 +02:00
tldr/pages/common/mh_lint.md
2022-03-22 08:51:38 -03:00

400 B

mh_lint

Attempt to find bugs in MATLAB or Octave code. Please note that this tool is neither sound nor complete. More information: https://misshit.org.

  • Check the current directory:

mh_lint

  • Check a specific directory recursively:

mh_lint {{path/to/directory}}

  • Check a MATLAB file:

mh_lint {{path/to/file.m}}

  • Check an Octave file:

mh_lint --octave {{path/to/file.m}}