File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 55 ]
66}.
77
8- {deps , []}.
8+ {deps , [
9+ {eqwalizer_support ,
10+ {git_subdir ,
11+ " https://github.com/whatsapp/eqwalizer.git" ,
12+ {branch , " main" },
13+ " eqwalizer_support" }}
14+ ]}.
15+
16+ {project_plugins , [
17+ {eqwalizer_rebar3 ,
18+ {git_subdir ,
19+ " https://github.com/whatsapp/eqwalizer.git" ,
20+ {branch , " main" },
21+ " eqwalizer_rebar3" }}
22+ ]}.
923
1024{dialyzer , [ {warnings , [unknown ]}
1125 , {plt_apps , all_deps }
Original file line number Diff line number Diff line change 1- [].
1+ [{<<" eqwalizer_support" >>,
2+ {git_subdir ," https://github.com/whatsapp/eqwalizer.git" ,
3+ {ref ," c3c3b284110dcacc0d2a3cb73875d5b5341b8dc2" },
4+ " eqwalizer_support" },
5+ 0 }].
Original file line number Diff line number Diff line change 1313 % % NOTE: No more dependency is expected for this app
1414 {applications , [
1515 kernel ,
16- stdlib
16+ stdlib ,
17+ eqwalizer_support
1718 ]},
1819 {env , []},
1920 {mod , {wa_raft_app , []}}
You can’t perform that action at this time.
0 commit comments