Skip to content

Commit

Permalink
Fix OTP-27 Dialyzer warnings
Browse files Browse the repository at this point in the history
Disable improper lists warnings in cow_qs/cow_uri since
we intentionally create them.
  • Loading branch information
essen committed Jan 14, 2025
1 parent 4594ab1 commit 109ca9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cow_qs.erl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-module(cow_qs).
-dialyzer(no_improper_lists).

-export([parse_qs/1]).
-export([qs/1]).
Expand Down
1 change: 1 addition & 0 deletions src/cow_uri.erl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-module(cow_uri).
-dialyzer(no_improper_lists).

-export([urldecode/1]).
-export([urlencode/1]).
Expand Down

0 comments on commit 109ca9b

Please sign in to comment.