You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.app_name}}/README.md
-25
Original file line number
Diff line number
Diff line change
@@ -24,28 +24,3 @@ cd bootstrap && mvn compile jib:dockerBuild
24
24
```
25
25
cd bootstrap && mvn spring-boot:run
26
26
```
27
-
28
-
## Formatting
29
-
30
-
This project uses [git-code-format-maven-plugin](https://github.com/Cosium/git-code-format-maven-plugin) for formatting
31
-
the code per [google style guide](https://google.github.io/styleguide/javaguide.html)
32
-
33
-
### How to format ?
34
-
35
-
`mvn git-code-format:format-code`
36
-
37
-
## Validating
38
-
39
-
This project uses [githook-maven-plugin](https://mvnrepository.com/artifact/io.github.phillipuniverse/githook-maven-plugin) which is a maven plugin to configure and install local git hooks by running set of commands during build.
40
-
41
-
### Command to validate formatted code
42
-
43
-
```
44
-
mvn git-code-format:validate-code-format
45
-
```
46
-
47
-
## Contribution guidelines
48
-
49
-
We are really glad you're reading this, because we need volunteer developers to help this project come to fruition.
50
-
51
-
Request you to please read our [contribution guidelines](https://devs-from-matrix.github.io/basic-template-repository/#/README?id=contribution-guidelines)
0 commit comments