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
There is already a basic implementation for this in the code right now. Essentially it looks for files called .JuliaLint.toml, and then applies those settings to the folder it is in and all children.
There are really two things that we need to do here:
Add more config options, in particular configuration options for the legacy lint options that are in StaticLint.jl. As I move SymbolServer and StaticLint into JuliaWorkspaces, that is going to happen as part of that work.
Decide whether the config file format is good :) My gut feeling is that it is probably too simplistic... We might prefer something where there is a rule, and then one can decide whether that should result in an info/warning/error. And maybe also more config options... Just not sure yet.
Interesting prior art discussion at https://github.com/rust-lang/rfcs/blob/master/text/3389-manifest-lint.md.
The text was updated successfully, but these errors were encountered: