Skip to content

Commit e5b14a3

Browse files
committed
wip
1 parent 86809fc commit e5b14a3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
concurrency:
4545
group: run-unit-tests-${{ github.head_ref || github.ref_name }}
4646
cancel-in-progress: true
47-
needs:
48-
- lint
49-
- code-format-check
5047
runs-on: ubuntu-latest
5148
outputs:
5249
result: ${{ steps.run-unit-tests.outputs.result }}
@@ -88,8 +85,6 @@ jobs:
8885
group: run-e2e-tests-${{ github.head_ref || github.ref_name }}
8986
cancel-in-progress: true
9087
needs:
91-
- lint
92-
- code-format-check
9388
- run-unit-tests
9489
runs-on: ubuntu-latest
9590
outputs:

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ linters:
130130
disable-all: true
131131
enable:
132132
# - cyclop
133-
- deadcode
134133
- depguard
135134
- dogsled
136135
# - dupl
@@ -176,7 +175,6 @@ linters:
176175
- revive
177176
- staticcheck
178177
- stylecheck
179-
- structcheck
180178
# - tagliatelle
181179
# - testpackage
182180
# - thelper
@@ -186,7 +184,6 @@ linters:
186184
- unparam
187185
- unused
188186
# - varnamelen
189-
- varcheck
190187
- whitespace
191188
# - wrapcheck
192189
# - wsl

0 commit comments

Comments
 (0)