Skip to content

Commit d8c838a

Browse files
committed
docs: remove tenv settings
1 parent 8411157 commit d8c838a

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

.golangci.next.reference.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,12 +3395,6 @@ linters:
33953395
# Default: false
33963396
ignore: true
33973397

3398-
tenv:
3399-
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
3400-
# Otherwise, only methods that take `*testing.T`, `*testing.B`, and `testing.TB` as arguments are checked.
3401-
# Default: false
3402-
all: false
3403-
34043398
testifylint:
34053399
# Enable all checkers (https://github.com/Antonboom/testifylint#checkers).
34063400
# Default: false

.golangci.reference.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,12 +3395,6 @@ linters:
33953395
# Default: false
33963396
ignore: true
33973397

3398-
tenv:
3399-
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
3400-
# Otherwise, only methods that take `*testing.T`, `*testing.B`, and `testing.TB` as arguments are checked.
3401-
# Default: false
3402-
all: false
3403-
34043398
testifylint:
34053399
# Enable all checkers (https://github.com/Antonboom/testifylint#checkers).
34063400
# Default: false

jsonschema/golangci.jsonschema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@
803803
"stylecheck",
804804
"tagalign",
805805
"tagliatelle",
806-
"tenv",
807806
"testableexamples",
808807
"testifylint",
809808
"testpackage",
@@ -4475,9 +4474,6 @@
44754474
"tagliatelle": {
44764475
"$ref": "#/definitions/settings/definitions/tagliatelleSettings"
44774476
},
4478-
"tenv": {
4479-
"$ref": "#/definitions/settings/definitions/tenvSettings"
4480-
},
44814477
"testifylint": {
44824478
"$ref": "#/definitions/settings/definitions/testifylintSettings"
44834479
},

jsonschema/golangci.next.jsonschema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@
803803
"stylecheck",
804804
"tagalign",
805805
"tagliatelle",
806-
"tenv",
807806
"testableexamples",
808807
"testifylint",
809808
"testpackage",
@@ -4475,9 +4474,6 @@
44754474
"tagliatelle": {
44764475
"$ref": "#/definitions/settings/definitions/tagliatelleSettings"
44774476
},
4478-
"tenv": {
4479-
"$ref": "#/definitions/settings/definitions/tenvSettings"
4480-
},
44814477
"testifylint": {
44824478
"$ref": "#/definitions/settings/definitions/testifylintSettings"
44834479
},

0 commit comments

Comments
 (0)