Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Feb 7, 2025
1 parent d45de70 commit f3e784d
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 582 deletions.
4 changes: 1 addition & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

{deps, [{gen_pnet, {git, "https://github.com/joergen7/gen_pnet.git", {branch, "master"}}}]}.


{profiles,
[{test, [{cover_enabled, true},
{eunit_opts, [verbose]}]}]}.
{eunit_opts, [verbose]}]}]}.

{dialyzer, [{warnings, [unmatched_returns,
error_handling,
Expand All @@ -19,4 +18,3 @@
deprecated_functions]}.

{project_plugins, [rebar3_efmt]}.

10 changes: 3 additions & 7 deletions src/gruff.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
stdlib]},
{env, []},
{modules, [gruff, gruff_sup]},

{maintainers, ["Jorgen Brandt"]},
{licenses, ["Apache 2.0"]},
{links, [
{"GitHub", "https://github.com/joergen7/gruff/"}
]}
]}.
{links, [{"GitHub", "https://github.com/joergen7/gruff/"}]}]}.
Loading

0 comments on commit f3e784d

Please sign in to comment.