File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ Force Tags feature:config
5
5
Resource ../Keywords.robot
6
6
7
7
*** Variables ***
8
- ${CONFIG PYLS } {"language_servers": {"pyls": {"plugins": {"flake8": {"enabled": true},"pyflakes": {"enabled": false}}}}}
8
+ ${CONFIG PYLS } {"language_servers": {"pyls": {"serverSettings": {"pyls": {" plugins": {"flake8": {"enabled": true},"pyflakes": {"enabled": false}} }}}}}
9
9
# pyflakes is enabled by default, but flake8 is not
10
10
${PYFLAKES DIAGNOSTIC } ${CSS DIAGNOSTIC } -Error[title="undefined name 'foo' (pyflakes)"]
11
11
${FLAKE8 DIAGNOSTIC } ${CSS DIAGNOSTIC } -Error[title="undefined name 'foo' (flake8)"]
12
12
13
- ${CONFIG YAML SCHEMA } {"language_servers": {"yaml-language-server": {"config ": {"yaml.schemas": {"http://json.schemastore.org/composer": "*"}}}}}
13
+ ${CONFIG YAML SCHEMA } {"language_servers": {"yaml-language-server": {"serverSettings ": {"yaml.schemas": {"http://json.schemastore.org/composer": "*"}}}}}
14
14
${YAML DIAGNOSTIC } ${CSS DIAGNOSTIC } -Error[title="duplicate key"]
15
15
# TODO: fix this for the actual schema error to expect
16
16
${SCHEMA DIAGNOSTIC } ${CSS DIAGNOSTIC } -Error[title="TODO: schema error here"]
You can’t perform that action at this time.
0 commit comments