elixirsc / git-pair

Automatically adds `Co-authored-by` mark when you're pairing
https://hex.pm/packages/git_pair
MIT License
8 stars 0 forks source link

Standardize git-pair application name #42

Closed wevtimoteo closed 4 years ago

wevtimoteo commented 4 years ago

We were getting some warning messages complaining about application name when running tests:

You have configured application :"git-pair" in your configuration file,
but the application is not available.

This usually means one of:

  1. You have not added the application as a dependency in a mix.exs file.

  2. You are configuring an application that does not really exist.

Please ensure :"git-pair" exists or remove the configuration.

We've investigated further and discovered that we should use standardized name for application then customize escript configs.

amadeu01 commented 4 years ago

LGTM