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

Commit 9cbc200

Browse files
yoshi-automationbusunkim96
authored andcommitted
Add disclaimer to auto-generated template files (via synth). (#8331)
1 parent b07175b commit 9cbc200

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Generated by synthtool. DO NOT EDIT!
12
[run]
23
branch = True
34

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Generated by synthtool. DO NOT EDIT!
12
[flake8]
23
ignore = E203, E266, E501, W503
34
exclude =

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# Generated by synthtool. DO NOT EDIT!
18+
1719
from __future__ import absolute_import
1820
import os
1921
import shutil

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# Generated by synthtool. DO NOT EDIT!
12
[bdist_wheel]
23
universal = 1

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-11T12:33:45.389290Z",
2+
"updateTime": "2019-06-14T12:34:21.212108Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.24.0",
8-
"dockerImage": "googleapis/artman@sha256:ce425884865f57f18307e597bca1a74a3619b7098688d4995261f3ffb3488681"
7+
"version": "0.25.0",
8+
"dockerImage": "googleapis/artman@sha256:ef1a98ab1e2b8f05f4d9a56f27d63347aefe14020e5f2d585172b14ca76f1d90"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "744feb9660b3194fcde37dea50038bde204f3573",
16-
"internalRef": "252553801"
15+
"sha": "c23b68eecb00c4d285a730a49b1d7d943cd56183",
16+
"internalRef": "253113405"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)