This Atom package provides a Linter for MATLAB's mlint
utility.
apm install linter-matlab
mlint
is not already in your PATH, you will need to set the mlintDir
setting to point to the directory containing mlint
. As noticed by @hyiltiz, this currently does not work with symbolic links. For example, the path for MATLAB R2015b is:
/usr/local/MATLAB/R2015b/bin/glnxa64
on Linux,C:\Program Files\MATLAB\R2015b\bin\win64\
on Windows,/Applications/MATLAB_R2015b.app/bin/maci64/
on Mac OS X.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.