macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
117 stars 57 forks source link

Add possibility to define formatter (jar) file #119

Closed fabasoad closed 1 year ago

fabasoad commented 2 years ago

Reasoning

Some of the companies have strict rules in terms of downloading binaries from external storages. In this case jar file is downloaded from external storage which is prohibited in many companies (as many companies use own artifact storage such as Artifactory or GHES).

Proposition

Add a possibility to define path to the jar file, either local one or web.

Benefits

macisamuele commented 1 year ago

Not opposed to similar changes, please provide a PR and I will be happy to merge it.

fabasoad commented 1 year ago

Hi @macisamuele! PR has been created. Please review. Thanks!