diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-12-07 09:19:31 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-12-07 15:00:31 +0800 |
| commit | 8cb2b338a4426119309a745088e7c4f693f45a50 (patch) | |
| tree | 8d8f9576d099bdb7d592e12c78f3f0e4fedcbe5d /.golangci.yml | |
| parent | Merge pull request #2402 from QinglongLee/develop (diff) | |
| download | kubeedge-8cb2b338a4426119309a745088e7c4f693f45a50.tar.gz | |
CI: fix panic and other existing issues
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index ebc6e5141..cd1908964 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,7 +39,7 @@ output: linters-settings: gci: - local-prefixes: github.com/kubeedge/kubeedge + local-prefixes: github.com/kubeedge misspell: ignore-words: - mosquitto |
