Skip to content

Commit

Permalink
Automator: update common-files@master in istio/istio@master (istio#20379
Browse files Browse the repository at this point in the history
)
  • Loading branch information
istio-testing authored Jan 30, 2020
1 parent 12db033 commit b553f6a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016-2019 Istio Authors
Copyright 2016-2020 Istio Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export TARGET_OUT = /work/out/$(TARGET_OS)_$(TARGET_ARCH)
export TARGET_OUT_LINUX = /work/out/linux_amd64
CONTAINER_CLI ?= docker
DOCKER_SOCKET_MOUNT ?= -v /var/run/docker.sock:/var/run/docker.sock
IMG ?= gcr.io/istio-testing/build-tools:master-2020-01-18T00-45-13
IMG ?= gcr.io/istio-testing/build-tools:master-2020-01-29T17-05-27
UID = $(shell id -u)
GID = `grep docker /etc/group | cut -f3 -d:`
PWD = $(shell pwd)
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40e8e32e023eaef4e0c2d170112b99d3db22cdf2
3626b6a35a2333ee17c26a9897698fcf70fe4761
38 changes: 21 additions & 17 deletions common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,27 @@ run:
- ".*\\.gen\\.go"

linters:
enable-all: true
disable:
- bodyclose
- depguard
- dogsled
- dupl
- funlen
- gochecknoglobals
- gochecknoinits
- goconst
- gocyclo
- godox
- gosec
- nakedret
- prealloc
- scopelint
- whitespace
disable-all: true
enable:
- deadcode
- errcheck
- gocritic
- gofmt
- goimports
- golint
- gosimple
- govet
- ineffassign
- interfacer
- lll
- misspell
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- varcheck
fast: false

linters-settings:
Expand Down

0 comments on commit b553f6a

Please sign in to comment.