#1087 (or #1090, which it got merged into) introduces a CI workflow to check that JuliaFormatter can format a given repo and that formatting is idempotent.
I'm looking for good test candidates for this. The only real criterion is that the repo must have large amounts of Julia code and should be at least somewhat syntactically "interesting" (to hopefully improve coverage). However, bonus points are awarded if your repo currently uses JuliaFormatter with a non-default style.
Please note that, for v2, there is still no guarantee that formatting is stable across versions. Formatted text may change across versions of JuliaFormatter as explained in the Project Status section of the docs. I'd like for this to eventually change, but there are still too many bugs for me to be able to commit to this.
#1087 (or #1090, which it got merged into) introduces a CI workflow to check that JuliaFormatter can format a given repo and that formatting is idempotent.
I'm looking for good test candidates for this. The only real criterion is that the repo must have large amounts of Julia code and should be at least somewhat syntactically "interesting" (to hopefully improve coverage). However, bonus points are awarded if your repo currently uses JuliaFormatter with a non-default style.
Please note that, for v2, there is still no guarantee that formatting is stable across versions. Formatted text may change across versions of JuliaFormatter as explained in the Project Status section of the docs. I'd like for this to eventually change, but there are still too many bugs for me to be able to commit to this.