julia-vscode / DocumentFormat.jl

Auto-formatter for Julia
Other
62 stars 18 forks source link

[AUTO] Format files using DocumentFormat #69

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

DocumentFormat.jl would suggest these formatting changes

ZacLN commented 4 years ago

Well that's embarrassing

davidanthoff commented 4 years ago

I'm realizing a problem here: we require the CI tests for merging, but these bots don't trigger CI... That is not great, because it would of course be good to have CI run on a PR like this one here, especially with the changes to the test code... Not sure what to do about this?

ZacLN commented 4 years ago

format won't apply changes where the AST is altered so we should be OK?

davidanthoff commented 4 years ago

True, so we maybe we just use admin override to merge.