This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
seata
/
seata-go
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
use golangci-lint@v1.39.0
pull/64/head
hehe.bu
4 years ago
parent
8de5b47a7e
commit
4eeb27cbbb
2 changed files
with
2 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/main.yml
+0
-7
.golangci.yml
+ 2
- 2
.github/workflows/main.yml
View File
@@ -42,10 +42,10 @@ jobs:
- name: GolangCI Lint
run: |
go get github.com/golangci/golangci-lint/cmd/golangci-lint
go get github.com/golangci/golangci-lint/cmd/golangci-lint
@v1.39.0
golangci-lint run ./...
- name: Test
- name:
Unit
Test
s
run: |
mkdir -p build
go test ./... -coverprofile=./build/c.out
+ 0
- 7
.golangci.yml
View File
@@ -16,10 +16,3 @@ linters:
- goimports
- gocritic
- revive
linters-settings:
revive:
# see https://github.com/mgechev/revive#available-rules for details.
rules:
- name: exported
arguments : ["disableStutteringCheck"] # to be merged: https://github.com/mgechev/revive/pull/565
Write
Preview
Loading…
Cancel
Save