Skip to content

Commit a395a3e

Browse files
authored
docs: remove tenv linter settings (#5665)
1 parent 8411157 commit a395a3e

File tree

4 files changed

+0
-42
lines changed

4 files changed

+0
-42
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 & 15 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",
@@ -3339,17 +3338,6 @@
33393338
}
33403339
}
33413340
},
3342-
"tenvSettings": {
3343-
"type": "object",
3344-
"additionalProperties": false,
3345-
"properties": {
3346-
"all": {
3347-
"description": "The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.",
3348-
"type": "boolean",
3349-
"default": false
3350-
}
3351-
}
3352-
},
33533341
"testifylintSettings": {
33543342
"type": "object",
33553343
"additionalProperties": false,
@@ -4475,9 +4463,6 @@
44754463
"tagliatelle": {
44764464
"$ref": "#/definitions/settings/definitions/tagliatelleSettings"
44774465
},
4478-
"tenv": {
4479-
"$ref": "#/definitions/settings/definitions/tenvSettings"
4480-
},
44814466
"testifylint": {
44824467
"$ref": "#/definitions/settings/definitions/testifylintSettings"
44834468
},

jsonschema/golangci.next.jsonschema.json

Lines changed: 0 additions & 15 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",
@@ -3339,17 +3338,6 @@
33393338
}
33403339
}
33413340
},
3342-
"tenvSettings": {
3343-
"type": "object",
3344-
"additionalProperties": false,
3345-
"properties": {
3346-
"all": {
3347-
"description": "The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.",
3348-
"type": "boolean",
3349-
"default": false
3350-
}
3351-
}
3352-
},
33533341
"testifylintSettings": {
33543342
"type": "object",
33553343
"additionalProperties": false,
@@ -4475,9 +4463,6 @@
44754463
"tagliatelle": {
44764464
"$ref": "#/definitions/settings/definitions/tagliatelleSettings"
44774465
},
4478-
"tenv": {
4479-
"$ref": "#/definitions/settings/definitions/tenvSettings"
4480-
},
44814466
"testifylint": {
44824467
"$ref": "#/definitions/settings/definitions/testifylintSettings"
44834468
},

0 commit comments

Comments
 (0)