HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mh_lint — Attempt to find bugs in MATLAB or Octave code. Please note that this tool is neither sound nor compl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandoctavefindmatlabattemptbugsclimh_lint

Problem

How to use the mh_lint command: Attempt to find bugs in MATLAB or Octave code. Please note that this tool is neither sound nor complete. More information: <https://florianschanda.github.io/miss_hit/cli.html>.

Solution

mh_lint — Attempt to find bugs in MATLAB or Octave code. Please note that this tool is neither sound nor complete. More information: <https://florianschanda.github.io/miss_hit/cli.html>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/mh_lint

Revisions (0)

No revisions yet.