Skip to content

Commit

Permalink
chore: move ndto schema operations to restcheck (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarea authored Aug 23, 2023
1 parent 1350529 commit fec725a
Show file tree
Hide file tree
Showing 8 changed files with 1,643 additions and 18 deletions.
11 changes: 9 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"CONTRIBUTING.md", #{title => "Contributing"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{source_url, "https://github.com/nomasystems/restcheck"}
{source_url, "https://github.com/nomasystems/restcheck"},
{prefix_ref_vsn_with_v, false}
]}.

{cover_enabled, true}.
Expand All @@ -62,11 +64,16 @@
restcheck,
restcheck_client,
restcheck_pbt,
restcheck_schema,
restcheck_suite,
restcheck_triq
]}.

%% TODO: address this
{gradualizer_opts, [
{exclude, ["src/restcheck.erl", "src/restcheck_triq.erl"]}
{exclude, [
"src/restcheck.erl",
"src/restcheck_schema.erl",
"src/restcheck_triq.erl"
]}
]}.
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
1},
{<<"erf">>,
{git,"[email protected]:nomasystems/erf.git",
{ref,"66bc59d0d433850d11cfc7efba39eaa9e053b3d8"}},
{ref,"78aeb10ac17256ef162009ee54ff04247fd34ea5"}},
0},
{<<"foil">>,
{git,"https://github.com/lpgauth/foil.git",
Expand All @@ -26,7 +26,7 @@
1},
{<<"ndto">>,
{git,"[email protected]:nomasystems/ndto.git",
{ref,"78911a34fc4372fab780e2e4996907a9b80189f1"}},
{ref,"8cbe7ced7d6d376bdb6edf83b450f894603c83d2"}},
0},
{<<"njson">>,
{git,"[email protected]:nomasystems/njson.git",
Expand All @@ -38,7 +38,7 @@
1},
{<<"triq">>,
{git,"[email protected]:nomasystems/triq.git",
{ref,"9a2fe2cc44460abb28e48438936adfc5bea4bea9"}},
{ref,"a0bf2fd60475a621f55d6b769b8240e73a603436"}},
0}]}.
[
{pkg_hash,[
Expand Down
Loading

0 comments on commit fec725a

Please sign in to comment.