This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update golangci-lint to v1.17.1 (
#7848
)
master
techknowlogick
GitHub
5 years ago
parent
2f2a4cb898
commit
99a004c343
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.golangci.yml
+2
-2
Makefile
+ 3
- 0
.golangci.yml
View File
@@ -95,3 +95,6 @@ issues:
linters:
- misspell
text: '`Destory` is a misspelling of `Destroy`'
- linters:
- misspell
text: '`Unknwon` is a misspelling of `Unknown`'
+ 2
- 2
Makefile
View File
@@ -473,6 +473,6 @@ pr:
golangci-lint:
@hash golangci-lint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
export BINARY="golangci-lint"; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.1
6.0
; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.1
7.1
; \
fi
golangci-lint run
golangci-lint run
--deadline=3m
Write
Preview
Loading…
Cancel
Save