From 9bc9f58292523075ee6f7e2653a20069ac44792f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 03:20:38 +0000 Subject: [PATCH] chore: sync files with stordco/common-config-elixir --- .credo.exs | 2 +- .github/pull_request_template.md | 6 +++++ .github/workflows/ci.yaml | 42 ++++++++++++++++++++++++++++++-- .github/workflows/release.yaml | 2 +- .github/workflows/staging.yaml | 5 +++- .trivy/fs-config.yaml | 18 ++++++++++++++ 6 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 .trivy/fs-config.yaml diff --git a/.credo.exs b/.credo.exs index c8cec3f..4dd304d 100644 --- a/.credo.exs +++ b/.credo.exs @@ -81,7 +81,7 @@ # You can customize the priority of any check # Priority values are: `low, normal, high, higher` # - {Credo.Check.Design.AliasUsage, [priority: :low, if_nested_deeper_than: 2, if_called_more_often_than: 2]}, + {Credo.Check.Design.AliasUsage, [priority: :low, if_nested_deeper_than: 4, if_called_more_often_than: 2]}, {Credo.Check.Design.DuplicatedCode, false}, # You can also customize the exit_status of each check. # If you don't want TODO comments to cause `mix credo` to fail, just diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f00997..ef5b36c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,9 @@ +## Related Ticket(s) + + + ## Checklist