The tests in tests/blue_style.jl (like in tests/yas_style.jl) isolate the changes made by only the style and not any of the other options (keywords) the style recommends by default.
To do a full fledged integration test (using the full settings BlueStyle recommends), we can adding a repo into the tests and a .JuliaFormatter.toml config to use blue style.
We do this for YAS using Onda.jl: https://github.com/domluna/JuliaFormatter.jl/tree/master/test/files/Onda.jl
(suggested by @domluna #300 (review))
The tests in
tests/blue_style.jl(like intests/yas_style.jl) isolate the changes made by only the style and not any of the other options (keywords) the style recommends by default.To do a full fledged integration test (using the full settings BlueStyle recommends), we can adding a repo into the tests and a
.JuliaFormatter.tomlconfig to use blue style.We do this for YAS using Onda.jl: https://github.com/domluna/JuliaFormatter.jl/tree/master/test/files/Onda.jl
(suggested by @domluna #300 (review))