git-code-format-maven-plugin icon indicating copy to clipboard operation
git-code-format-maven-plugin copied to clipboard

A maven plugin that automatically deploys code formatters as pre-commit git hook

Results 22 git-code-format-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hope MavenGoogleJavaFormatOptions add com.google.googlejavaformat.java.JavaFormatterOptions.formatJavadoc optional support config,tks

**What steps will reproduce the problem?** Steps to reproduce the behavior: 1. Have a Maven wrapper in your repository, e.g. `mvn wrapper:wrapper` 2. Add the Cosium/git-code-format-maven-plugin in your POM 3....

Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.1.202206130422-r to 6.8.0.202311291450-r. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jgit:org.eclipse.jgit&package-manager=maven&previous-version=5.13.1.202206130422-r&new-version=6.8.0.202311291450-r)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

**What steps will reproduce the problem?** Steps to reproduce the behavior: 1. download [GitHub Desktop](https://desktop.github.com/) 2. open GitHub Desktop and click `clone repository` ![image](https://github.com/Cosium/git-code-format-maven-plugin/assets/34387770/4e376c7d-dd8e-4257-9304-900aee22ae39) 4. in the pop up modal...

Use try-with-resources to prevent resource leaks

**What steps will reproduce the problem?** 1. Make changes to a file's formatting which conflict with google-code-formatter. 2. Commit the changes. **Expected** - There should be no commit as there...

Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.1.202206130422-r to 6.9.0.202403050737-r. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jgit:org.eclipse.jgit&package-manager=maven&previous-version=5.13.1.202206130422-r&new-version=6.9.0.202403050737-r)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.1.202206130422-r to 6.10.0.202406032230-r. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jgit:org.eclipse.jgit&package-manager=maven&previous-version=5.13.1.202206130422-r&new-version=6.10.0.202406032230-r)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-lang3&package-manager=maven&previous-version=3.15.0&new-version=3.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**What steps will reproduce the problem?** Steps to reproduce the behavior: 1. Git repo on Windows with autocrlf=true 2. git-code-format-maven-plugin in 5.3 set up using Maven, Git hooks installed 3....