Fixes invalid JSON files and whitespace corrections in YAML files (#26396)

This commit is contained in:
Franck Nijhof 2019-09-04 01:02:42 +02:00 committed by Paulus Schoutsen
parent b6cd5ab27b
commit 9035efee10
11 changed files with 142 additions and 149 deletions

View File

@ -5,10 +5,7 @@
"dockerFile": "../Dockerfile.dev",
"postCreateCommand": "pip3 install -e .",
"appPort": 8123,
"runArgs": [
"-e",
"GIT_EDITOR=\"code --wait\""
],
"runArgs": ["-e", "GIT_EDITOR=\"code --wait\""],
"extensions": [
"ms-python.python",
"ms-azure-devops.azure-pipelines",

12
.vscode/tasks.json vendored
View File

@ -7,7 +7,7 @@
"command": "hass -c ./config",
"group": {
"kind": "test",
"isDefault": true,
"isDefault": true
},
"presentation": {
"reveal": "always",
@ -21,7 +21,7 @@
"command": "pytest --timeout=10 tests",
"group": {
"kind": "test",
"isDefault": true,
"isDefault": true
},
"presentation": {
"reveal": "always",
@ -35,7 +35,7 @@
"command": "flake8 homeassistant tests",
"group": {
"kind": "test",
"isDefault": true,
"isDefault": true
},
"presentation": {
"reveal": "always",
@ -47,12 +47,10 @@
"label": "Pylint",
"type": "shell",
"command": "pylint homeassistant",
"dependsOn": [
"Install all Requirements"
],
"dependsOn": ["Install all Requirements"],
"group": {
"kind": "test",
"isDefault": true,
"isDefault": true
},
"presentation": {
"reveal": "always",

View File

@ -198,4 +198,3 @@ pck:
pck:
description: PCK command (without address header)
example: 'PIN4'

View File

@ -8,4 +8,3 @@
"dependencies": [],
"codeowners": ["@squishykid"]
}