Skip to content

Commit ef518a7

Browse files
committed
docs: remove formatting
1 parent 8319fd4 commit ef518a7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

{{cookiecutter.app_name}}/README.md

-25
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,3 @@ cd bootstrap && mvn compile jib:dockerBuild
2424
```
2525
cd bootstrap && mvn spring-boot:run
2626
```
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

Comments
 (0)