You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent few hours to learn the internals of StaticLint.jl. In my mind we would need the following functions:
using StaticLint
lintpkg("MyPackage") # for linting an entire packagelintfile("my_file.jl") # for linting a filelintstr("my string") # for linting a string