tonyhffong / Lint.jl

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

Fix Lint startup error on 0.6 #224

Closed TotalVerb closed 7 years ago

TotalVerb commented 7 years ago

Lint was being too picky at startup when trying to read deprecated.jl. We'll have to revisit this code later, but for now we should stop throwing an error when we see something we don't understand.

Ref https://github.com/JuliaLang/julia/pull/21428#issuecomment-296412440

I'll backport this to Lint 0.5, as the latest master may be a disruptive change.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.8%) to 90.889% when pulling 7fd9db725ec9bfca60bbff2cccac35a0f7db237e on fw/fix-startup into f629ae01a2c9c9e46ed2dd786067ec92d22312d7 on master.