diff --git a/rebar.config b/rebar.config index fd3f893..5d1a004 100644 --- a/rebar.config +++ b/rebar.config @@ -47,7 +47,7 @@ {'README.md', #{title => <<"Overview">>}}, {'LICENSE.md', #{title => <<"License">>}}, {'CHANGELOG.md', #{title => <<"Changelog">>}}, - {'CODE_OF_CONDUCT.md', #{title => <<"Code of Conduct">>}}, + {'CODE_OF_CONDUCT.md', #{title => <<"Code of Conduct">>}}, {'CONTRIBUTING.md', #{title => <<"Contributing">>}}, {'SECURITY.md', #{title => <<"Security">>}} ]}, @@ -79,6 +79,7 @@ {alias, [ {ci, [ + {fmt, "--check"}, lint, hank, xref,