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
At the moment, we're not formatting src or test or ..., because erlfmt crashes (WhatsApp/erlfmt#355). Wait until a new OTP 27 -ready version comes out and reapply it, i.e. add fmt as the first element in list
{alias, [
{ci, [
in rebar.config.
Also add
- name: Check file format
run: |
rebar3 fmt --check
to ci.yml, before "Continuous Integration".
The text was updated successfully, but these errors were encountered:
At the moment, we're not formatting
src
ortest
or ..., becauseerlfmt
crashes (WhatsApp/erlfmt#355). Wait until a new OTP 27 -ready version comes out and reapply it, i.e. addfmt
as the first element in listin
rebar.config
.Also add
to
ci.yml
, before "Continuous Integration".The text was updated successfully, but these errors were encountered: