tonyhffong / Lint.jl

A lint tool for Julia code
Other
169 stars 33 forks source link

E539: assigning an error to variable #249

Open ahojukka5 opened 6 years ago

ahojukka5 commented 6 years ago
lintstr("K = rand(3,3); M = rand(3,3); w, X = eigs(K, M; which=:SM)")

Nothing wrong with the code. Removing an optional argument which=:SM silents the error.