Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit 5d48f85

Browse files
chore: update CONTRIBUTING.md to include code formatting (#99)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/0ba8d2f8-7f35-417b-8c9a-d829ca01eac0/targets Source-Link: googleapis/synthtool@5b48b07
1 parent 084f64f commit 5d48f85

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CONTRIBUTING.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,16 @@ mvn -Penable-samples clean verify
9999
```
100100

101101
2. [Activate](#profile-activation) the profile.
102-
3. Define your samples in a normal Maven project in the `samples/` directory
102+
3. Define your samples in a normal Maven project in the `samples/` directory.
103+
104+
### Code Formatting
105+
106+
Code in this repo is formatted with
107+
[google-java-format](https://github.com/google/google-java-format).
108+
To run formatting on your project, you can run:
109+
```
110+
mvn com.coveo:fmt-maven-plugin:format
111+
```
103112

104113
### Profile Activation
105114

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-billing.git",
7-
"sha": "50afb0e301f97194bf58c78b0133606cf140784f"
7+
"sha": "084f64f073bfa583f4fc5d0218ee32dd9ef832c2"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "98c50772ec23295c64cf0d2ddf199ea52961fd4c"
22+
"sha": "5b48b0716a36ca069db3038da7e205c87a22ed19"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)