Skip to content

Commit

Permalink
Make it easier to debug in the current pull request
Browse files Browse the repository at this point in the history
We:
- (temporarily) remove rebar3_lint to re-enable it later
- stop failing fast (this can be considered as an enhancement)
  • Loading branch information
paulo-ferraz-oliveira committed Jun 8, 2024
1 parent e4d402d commit c719e11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ${{ matrix.tuple.os }}

strategy:
fail-fast: false
matrix:
tuple:
- otp_version: 27
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
{shell, [{script_file, "bin/shell.escript"}]}.

{project_plugins, [
{covertool, "2.0.3"},
{rebar3_lint, "v0.1.10"}
{covertool, "2.0.3"}%,
%{rebar3_lint, "3.2.5"}
]}.

{provider_hooks, [{pre, [{eunit, lint}]}]}.
%{provider_hooks, [{pre, [{eunit, lint}]}]}.
{dialyzer, [{plt_extra_apps, [ssl]}]}.

{cover_enabled, true}.
Expand Down

0 comments on commit c719e11

Please sign in to comment.