UFGInsurance / mulint

Mule project linter
MIT License
6 stars 0 forks source link

Permit relative paths on command line (run from anywhere) #43

Closed TrueWill closed 5 years ago

TrueWill commented 5 years ago

Currently mulint . does not work - you have to specify an absolute path on the command line. It uses that to determine the API name.

See if it's possible to convert a relative path to an absolute path.

https://stackoverflow.com/questions/38829118/nodejs-convert-relative-path-to-absolute