Skip to content

Commit f6b5aa3

Browse files
authored
godot: add noinline value into the JSONSchema (#5922)
1 parent b0c55d2 commit f6b5aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonschema/golangci.jsonschema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@
18131813
"properties": {
18141814
"scope": {
18151815
"description": "Comments to be checked.",
1816-
"enum": ["declarations", "toplevel", "all"],
1816+
"enum": ["declarations", "toplevel", "all", "noinline"],
18171817
"default": "declarations"
18181818
},
18191819
"exclude": {

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@
18131813
"properties": {
18141814
"scope": {
18151815
"description": "Comments to be checked.",
1816-
"enum": ["declarations", "toplevel", "all"],
1816+
"enum": ["declarations", "toplevel", "all", "noinline"],
18171817
"default": "declarations"
18181818
},
18191819
"exclude": {

0 commit comments

Comments
 (0)