Skip to content

Commit 22399ee

Browse files
alanzfacebook-github-bot
authored andcommitted
Erlang: add eqwalizer ignore directives to some failing files
Summary: As title. These files now get processed via an update to `elp.bxl`, mark them to be ignored, they do not pass type checking. Reviewed By: TheGeorge Differential Revision: D71628164 fbshipit-source-id: ea20e1f8aa8ebc6906f4ee6bc3878019fb4f815a
1 parent 94e55c9 commit 22399ee

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

prelude/erlang/toolchain/epp_dodger.erl

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
%% function definition. Likewise with attributes `-?m(...'.
7373

7474
-module(epp_dodger).
75+
-eqwalizer(ignore).
7576

7677
-export([parse_file/1, quick_parse_file/1, parse_file/2,
7778
quick_parse_file/2, parse/1, quick_parse/1, parse/2,

prelude/erlang/toolchain/json.erl

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
%% % @format
2323
%%
2424
-module(json).
25+
-eqwalizer(ignore).
2526

2627
-dialyzer(no_improper_lists).
2728

prelude/erlang/toolchain/transform_project_root.erl

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
%% % @format
99
-module(transform_project_root).
10+
-eqwalizer(ignore).
1011

1112
-export([parse_transform/2]).
1213

0 commit comments

Comments
 (0)