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