-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RTI-8010] Update dependencies and ensure the project works with OTP22 (
#22) * [RTI-8010] Update dependencies and ensure the project works with OTP22 * [RTI-8010] Apply formatting and linting
- Loading branch information
Brujo Benavides
authored
Apr 22, 2020
1 parent
97f7cd6
commit 0b2ee43
Showing
16 changed files
with
905 additions
and
1,003 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ os: | |
- linux | ||
|
||
otp_release: | ||
- 20.3 | ||
- 21.3 | ||
- 22.3 | ||
|
||
notifications: | ||
email: [email protected] | ||
|
@@ -15,4 +15,5 @@ script: | |
- export PATH=/home/travis/.cache/rebar3/bin:$PATH | ||
- rebar3 --version | ||
- erl -version | ||
- rebar3 format --verify | ||
- rebar3 test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[ | ||
{ | ||
elvis, | ||
[ | ||
{config, | ||
[#{dirs => ["src"], | ||
filter => "*.erl", | ||
ruleset => erl_files, | ||
ignore => ["src/kpl_agg_pb.erl"], | ||
rules => [ | ||
{elvis_style, line_length, #{limit => 120, skip_comments => whole_line}}, | ||
{elvis_style, nesting_level, #{level => 4}}, | ||
{elvis_style, dont_repeat_yourself, #{min_complexity => 20}}, | ||
{elvis_style, invalid_dynamic_call, disable}, | ||
{elvis_style, no_debug_call, #{ignore => [erlmld_noisy_wrk, erlmld_runner]}} | ||
] | ||
}, | ||
#{dirs => ["."], | ||
filter => "*rebar.config", | ||
ruleset => rebar_config, | ||
rules => [ | ||
%% Elixir deps use git@... | ||
{elvis_project, protocol_for_deps_rebar, disable} | ||
] | ||
}, | ||
#{dirs => ["."], | ||
filter => "elvis.config", | ||
ruleset => elvis_config | ||
} | ||
] | ||
} | ||
] | ||
} | ||
]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{"1.1.0", | ||
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.10.0">>},0}, | ||
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.0.1">>},0}]}. | ||
[{<<"erlexec">>,{pkg,<<"erlexec">>,<<"1.10.9">>},0}, | ||
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.0.4">>},0}]}. | ||
[ | ||
{pkg_hash,[ | ||
{<<"erlexec">>, <<"CBA7924CF526097D2082CEB0EC34E7DB6BCA2624B8F3867FB3FA89C4CF25D227">>}, | ||
{<<"jiffy">>, <<"4F25639772CA41202F41BA9C8F6CA0933554283DD4742C90651E03471C55E341">>}]} | ||
{<<"erlexec">>, <<"3CBB3476F942BFB8B68B85721C21C1835061CF6DD35F5285C2362E85B100DDC7">>}, | ||
{<<"jiffy">>, <<"72ADEFF75C52A2FF07DE738F0813768ABE7CE158026CC1115A170340259C0CAA">>}]} | ||
]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.