Skip to content

Commit

Permalink
Update common files. (istio#14914)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored and istio-testing committed Jun 17, 2019
1 parent 32b1b8a commit d872648
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
03b97588cc7fa13738170f4988330493587d5c46
32b1b8a6a88f95899d8eacfa57432e291786c697
6 changes: 4 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
#
# The original version of this file is located in the https://github.com/istio/common-files repo.
# If you're looking at this file in a different repo and want to make a change, please go to the
# common-files repo, make the change there and check it in. Then come back to this repo and run the
# scripts/updatecommonfiles.sh script.
# common-files repo, make the change there and check it in. Then come back to this repo and run
# "make uopdatecommon".

service:
# When updating this, also update bin/linters.sh accordingly
Expand Down
3 changes: 3 additions & 0 deletions BUGS-AND-FEATURE-REQUESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ You can report bugs and feature requests to the Istio team in one of three place
- [Product Bugs and Feature Requests](https://github.com/istio/istio/issues)
- [Documentation Bugs and Feature Requests](https://github.com/istio/istio.io/issues)
- [Community and Governance Issues](https://github.com/istio/community/issues)

For security vulnerabilities, please don't report a bug (which is public) and instead follow
[these procedures](https://istio.io/about/security-vulnerabilities/).
4 changes: 2 additions & 2 deletions Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# The original version of this file is located in the https://github.com/istio/common-files repo.
# If you're looking at this file in a different repo and want to make a change, please go to the
# common-files repo, make the change there and check it in. Then come back to this repo and run the
# scripts/updatecommonfiles.sh script.
# common-files repo, make the change there and check it in. Then come back to this repo and run
# "make updatecommon".

# Copyright 2018 Istio Authors
#
Expand Down
4 changes: 2 additions & 2 deletions scripts/check_license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# The original version of this file is located in the https://github.com/istio/common-files repo.
# If you're looking at this file in a different repo and want to make a change, please go to the
# common-files repo, make the change there and check it in. Then come back to this repo and run the
# scripts/updatecommonfiles.sh script.
# common-files repo, make the change there and check it in. Then come back to this repo and run
# "make updatecommon".

# Copyright 2018 Istio Authors
#
Expand Down
4 changes: 2 additions & 2 deletions scripts/run_gofmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# The original version of this file is located in the https://github.com/istio/common-files repo.
# If you're looking at this file in a different repo and want to make a change, please go to the
# common-files repo, make the change there and check it in. Then come back to this repo and run the
# scripts/updatecommonfiles.sh script.
# common-files repo, make the change there and check it in. Then come back to this repo and run
# "make updatecommon".

# Copyright 2018 Istio Authors
#
Expand Down
7 changes: 4 additions & 3 deletions scripts/run_golangci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# The original version of this file is located in the https://github.com/istio/common-files repo.
# If you're looking at this file in a different repo and want to make a change, please go to the
# common-files repo, make the change there and check it in. Then come back to this repo and run the
# scripts/updatecommonfiles.sh script.
# common-files repo, make the change there and check it in. Then come back to this repo and run
# "make updatecommon".

# Copyright 2019 Istio Authors
#
Expand Down Expand Up @@ -36,4 +36,5 @@ fi
GOLANGCI_VERSION="v1.16.0"
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$GOPATH"/bin "$GOLANGCI_VERSION"
golangci-lint --version
env GOGC=25 golangci-lint run ${FIX} -j 1 -v ./...
# For tuning and when switching versions PLEASE REFERENCE: https://github.com/istio/istio/issues/14888
env GOGC=25 golangci-lint run ${FIX} -j 8 -v ./...

0 comments on commit d872648

Please sign in to comment.