Skip to content

Commit

Permalink
Add disclaimer to auto-generated template files (via synth). (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Jun 14, 2019
1 parent 52541f5 commit 6ae7547
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions translate/.coveragerc
@@ -1,3 +1,4 @@
# Generated by synthtool. DO NOT EDIT!
[run]
branch = True

Expand Down
1 change: 1 addition & 0 deletions translate/.flake8
@@ -1,3 +1,4 @@
# Generated by synthtool. DO NOT EDIT!
[flake8]
ignore = E203, E266, E501, W503
exclude =
Expand Down
2 changes: 2 additions & 0 deletions translate/noxfile.py
Expand Up @@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Generated by synthtool. DO NOT EDIT!

from __future__ import absolute_import
import os
import shutil
Expand Down
1 change: 1 addition & 0 deletions translate/setup.cfg
@@ -1,2 +1,3 @@
# Generated by synthtool. DO NOT EDIT!
[bdist_wheel]
universal = 1
10 changes: 5 additions & 5 deletions translate/synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2019-06-11T12:35:02.295672Z",
"updateTime": "2019-06-14T12:35:44.030175Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.24.0",
"dockerImage": "googleapis/artman@sha256:ce425884865f57f18307e597bca1a74a3619b7098688d4995261f3ffb3488681"
"version": "0.25.0",
"dockerImage": "googleapis/artman@sha256:ef1a98ab1e2b8f05f4d9a56f27d63347aefe14020e5f2d585172b14ca76f1d90"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "744feb9660b3194fcde37dea50038bde204f3573",
"internalRef": "252553801"
"sha": "c23b68eecb00c4d285a730a49b1d7d943cd56183",
"internalRef": "253113405"
}
},
{
Expand Down

0 comments on commit 6ae7547

Please sign in to comment.