Aqua.jl
Aqua.jl copied to clipboard
Code style check
I wonder if it makes sense for Aqua.jl to check new trilling white spaces and tabs in a commit.
I think it's a bit too non-trivial problem. You'd need CSTParser.jl if you try to handle string literals containing trailing spaces etc. I think a separate dedicated package might be better.
I think code style checks are a bit out of bounds. For this, I'd recommend using a tool like JuliaFormatter (and e.g. the GitHub Action https://github.com/tkf/julia-code-style-suggesters by @tkf)