Skip to content

Commit 5a5014e

Browse files
committed
docs: remove typecheck from linters list
1 parent 2bc2a75 commit 5a5014e

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.golangci.next.reference.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ linters-settings:
154154
ignore-test: true
155155

156156
bidichk:
157-
# The following configurations check for all mentioned invisible unicode runes.
157+
# The following configurations check for all mentioned invisible Unicode runes.
158158
# All runes are enabled by default.
159159
left-to-right-embedding: false
160160
right-to-left-embedding: false
@@ -3618,7 +3618,6 @@ linters:
36183618
- testpackage
36193619
- thelper
36203620
- tparallel
3621-
- typecheck
36223621
- unconvert
36233622
- unparam
36243623
- unused
@@ -3734,7 +3733,6 @@ linters:
37343733
- testpackage
37353734
- thelper
37363735
- tparallel
3737-
- typecheck
37383736
- unconvert
37393737
- unparam
37403738
- unused

.golangci.reference.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2704,7 +2704,6 @@ linters:
27042704
- testpackage
27052705
- thelper
27062706
- tparallel
2707-
- typecheck
27082707
- unconvert
27092708
- unparam
27102709
- unused
@@ -2819,7 +2818,6 @@ linters:
28192818
- testpackage
28202819
- thelper
28212820
- tparallel
2822-
- typecheck
28232821
- unconvert
28242822
- unparam
28252823
- unused

jsonschema/golangci.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@
404404
"testpackage",
405405
"thelper",
406406
"tparallel",
407-
"typecheck",
408407
"unconvert",
409408
"unparam",
410409
"unused",

jsonschema/golangci.next.jsonschema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@
406406
"testpackage",
407407
"thelper",
408408
"tparallel",
409-
"typecheck",
410409
"unconvert",
411410
"unparam",
412411
"unused",

0 commit comments

Comments
 (0)