You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: '(Optional) Path to an override specfile json file',
87
87
default: ''
88
+
},
89
+
extraGrammarScopes: {
90
+
title: 'Extra grammar scopes',
91
+
type: 'array',
92
+
default: [],
93
+
items: {
94
+
type: 'string'
95
+
},
96
+
description: '(Optional) Allows to apply the linter to other grammar scopes than the defaults source.yaml and source.json. E.g.: source.yaml.cf (Space delimited)'
0 commit comments