File tree 7 files changed +18
-12
lines changed
7 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
- 37d7abc98680f183c02efad281720d1db3072c64
1
+ a9d5cc326ae26ee31b71daa518d9a71992f2c30b
Original file line number Diff line number Diff line change
1
+ # WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
2
+ #
1
3
# The original version of this file is located in the https://github.com/istio/common-files repo.
2
4
# If you're looking at this file in a different repo and want to make a change, please go to the
3
- # common-files repo, make the change there and check it in. Then come back to this repo and run the
4
- # scripts/updatecommonfiles.sh script .
5
+ # common-files repo, make the change there and check it in. Then come back to this repo and run
6
+ # "make updatecommon" .
5
7
6
8
service :
7
9
# When updating this, also update bin/linters.sh accordingly
Original file line number Diff line number Diff line change @@ -5,3 +5,6 @@ You can report bugs and feature requests to the Istio team in one of three place
5
5
- [ Product Bugs and Feature Requests] ( https://github.com/istio/istio/issues )
6
6
- [ Documentation Bugs and Feature Requests] ( https://github.com/istio/istio.io/issues )
7
7
- [ Community and Governance Issues] ( https://github.com/istio/community/issues )
8
+
9
+ For security vulnerabilities, please don't report a bug (which is public) and instead follow
10
+ [ these procedures] ( https://istio.io/about/security-vulnerabilities/ ) .
Original file line number Diff line number Diff line change 2
2
#
3
3
# The original version of this file is located in the https://github.com/istio/common-files repo.
4
4
# If you're looking at this file in a different repo and want to make a change, please go to the
5
- # common-files repo, make the change there and check it in. Then come back to this repo and run the
6
- # scripts/updatecommonfiles.sh script .
5
+ # common-files repo, make the change there and check it in. Then come back to this repo and run
6
+ # "make updatecommon" .
7
7
8
8
# Copyright 2018 Istio Authors
9
9
#
Original file line number Diff line number Diff line change 4
4
#
5
5
# The original version of this file is located in the https://github.com/istio/common-files repo.
6
6
# If you're looking at this file in a different repo and want to make a change, please go to the
7
- # common-files repo, make the change there and check it in. Then come back to this repo and run the
8
- # scripts/updatecommonfiles.sh script .
7
+ # common-files repo, make the change there and check it in. Then come back to this repo and run
8
+ # "make updatecommon" .
9
9
10
10
# Copyright 2018 Istio Authors
11
11
#
Original file line number Diff line number Diff line change 4
4
#
5
5
# The original version of this file is located in the https://github.com/istio/common-files repo.
6
6
# If you're looking at this file in a different repo and want to make a change, please go to the
7
- # common-files repo, make the change there and check it in. Then come back to this repo and run the
8
- # scripts/updatecommonfiles.sh script .
7
+ # common-files repo, make the change there and check it in. Then come back to this repo and run
8
+ # "make updatecommon" .
9
9
10
10
# Copyright 2018 Istio Authors
11
11
#
Original file line number Diff line number Diff line change 4
4
#
5
5
# The original version of this file is located in the https://github.com/istio/common-files repo.
6
6
# If you're looking at this file in a different repo and want to make a change, please go to the
7
- # common-files repo, make the change there and check it in. Then come back to this repo and run the
8
- # scripts/updatecommonfiles.sh script .
7
+ # common-files repo, make the change there and check it in. Then come back to this repo and run
8
+ # "make updatecommon" .
9
9
10
10
# Copyright 2019 Istio Authors
11
11
#
36
36
GOLANGCI_VERSION=" v1.16.0"
37
37
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b " $GOPATH " /bin " $GOLANGCI_VERSION "
38
38
golangci-lint --version
39
- env GOGC=25 golangci-lint run ${FIX} -j 1 -v ./...
39
+ # For tuning and when switching versions PLEASE REFERENCE: https://github.com/istio/istio/issues/14888
40
+ env GOGC=25 golangci-lint run ${FIX} -j 8 -v ./...
You can’t perform that action at this time.
0 commit comments