Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3395,12 +3395,6 @@ linters:
# Default: false
ignore: true

tenv:
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
# Otherwise, only methods that take `*testing.T`, `*testing.B`, and `testing.TB` as arguments are checked.
# Default: false
all: false

testifylint:
# Enable all checkers (https://github.com/Antonboom/testifylint#checkers).
# Default: false
Expand Down
6 changes: 0 additions & 6 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3395,12 +3395,6 @@ linters:
# Default: false
ignore: true

tenv:
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
# Otherwise, only methods that take `*testing.T`, `*testing.B`, and `testing.TB` as arguments are checked.
# Default: false
all: false

testifylint:
# Enable all checkers (https://github.com/Antonboom/testifylint#checkers).
# Default: false
Expand Down
15 changes: 0 additions & 15 deletions jsonschema/golangci.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@
"stylecheck",
"tagalign",
"tagliatelle",
"tenv",
"testableexamples",
"testifylint",
"testpackage",
Expand Down Expand Up @@ -3339,17 +3338,6 @@
}
}
},
"tenvSettings": {
"type": "object",
"additionalProperties": false,
"properties": {
"all": {
"description": "The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.",
"type": "boolean",
"default": false
}
}
},
"testifylintSettings": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -4475,9 +4463,6 @@
"tagliatelle": {
"$ref": "#/definitions/settings/definitions/tagliatelleSettings"
},
"tenv": {
"$ref": "#/definitions/settings/definitions/tenvSettings"
},
"testifylint": {
"$ref": "#/definitions/settings/definitions/testifylintSettings"
},
Expand Down
15 changes: 0 additions & 15 deletions jsonschema/golangci.next.jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@
"stylecheck",
"tagalign",
"tagliatelle",
"tenv",
"testableexamples",
"testifylint",
"testpackage",
Expand Down Expand Up @@ -3339,17 +3338,6 @@
}
}
},
"tenvSettings": {
"type": "object",
"additionalProperties": false,
"properties": {
"all": {
"description": "The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.",
"type": "boolean",
"default": false
}
}
},
"testifylintSettings": {
"type": "object",
"additionalProperties": false,
Expand Down Expand Up @@ -4475,9 +4463,6 @@
"tagliatelle": {
"$ref": "#/definitions/settings/definitions/tagliatelleSettings"
},
"tenv": {
"$ref": "#/definitions/settings/definitions/tenvSettings"
},
"testifylint": {
"$ref": "#/definitions/settings/definitions/testifylintSettings"
},
Expand Down
Loading