From 734cbfdd59df9cdfc10ba387cc6828873878da6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:11:35 +0000 Subject: [PATCH] chore: sync files with stordco/common-config-elixir --- .credo.exs | 2 +- .github/pull_request_template.md | 6 +++ ...json => release-please-config-stable.json} | 9 ++-- .github/workflows/ci.yaml | 44 ++++++++++++++++++- .github/workflows/pr.yaml | 7 ++- .github/workflows/release.yaml | 6 +-- .github/workflows/staging.yaml | 5 ++- .github/workflows/trivy.yaml | 32 ++++++++++++++ .trivy/fs-config.yaml | 18 ++++++++ 9 files changed, 117 insertions(+), 12 deletions(-) rename .github/{release-please-config.json => release-please-config-stable.json} (86%) create mode 100644 .github/workflows/trivy.yaml 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