[diagnosticls] Remove unnecessary fields
This commit is contained in:
@@ -140,7 +140,6 @@ return {
|
|||||||
ignoreExitCode = false,
|
ignoreExitCode = false,
|
||||||
},
|
},
|
||||||
black = {
|
black = {
|
||||||
sourceName = "black",
|
|
||||||
command = "black",
|
command = "black",
|
||||||
args = {
|
args = {
|
||||||
"--stdin-filename",
|
"--stdin-filename",
|
||||||
@@ -156,7 +155,6 @@ return {
|
|||||||
ignoreExitCode = false,
|
ignoreExitCode = false,
|
||||||
},
|
},
|
||||||
isort = {
|
isort = {
|
||||||
sourceName = "isort",
|
|
||||||
command = "isort",
|
command = "isort",
|
||||||
args = { "--quiet", "-", },
|
args = { "--quiet", "-", },
|
||||||
rootPatterns = { "Pipfile", ".git", "tox.ini", },
|
rootPatterns = { "Pipfile", ".git", "tox.ini", },
|
||||||
@@ -165,7 +163,6 @@ return {
|
|||||||
ignoreExitCode = false,
|
ignoreExitCode = false,
|
||||||
},
|
},
|
||||||
shfmt = {
|
shfmt = {
|
||||||
sourceName = "shfmt",
|
|
||||||
command = "shfmt",
|
command = "shfmt",
|
||||||
args = { "-s", "-i", "4", "-ci", },
|
args = { "-s", "-i", "4", "-ci", },
|
||||||
rootPatterns = { "Pipfile", ".git", "tox.ini", },
|
rootPatterns = { "Pipfile", ".git", "tox.ini", },
|
||||||
|
|||||||
Reference in New Issue
Block a user