Skip to content

Commit

Permalink
Temporarily disable format verification for wpool.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 20, 2023
1 parent 0589755 commit 10f6318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wpool.erl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
%%% `wpool:stats/1'.
-module(wpool).

%% @todo remove this line when https://github.com/AdRoll/rebar3_format/issues/356 is fixed
-format ignore.

-behaviour(application).

-type overrun_warning() :: infinity | pos_integer().
Expand Down

0 comments on commit 10f6318

Please sign in to comment.