Skip to content
Snippets Groups Projects
Commit eb6b21a6 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Really disable passive check for write-good, alex.js installed

parent 5a4bd3f6
No related branches found
No related tags found
No related merge requests found
......@@ -44,13 +44,13 @@
}
},
"alex": {
"command": "alex",
"command": "alexjs",
"debounce": 200,
"isStderr": true,
"args": ["--stdin"],
"offsetLine": 0,
"offsetColumn": 0,
"sourceName": "alex",
"sourceName": "alex.js",
"formatLines": 1,
"formatPattern": [
"^\\s*(\\d+):(\\d+)-(\\d+):(\\d+)\\s{2}([a-z]+)\\s{2}(.*?)\\s{2,}([a-z-]+)\\s{2,}([a-z-]+)$",
......@@ -71,7 +71,7 @@
"write-good": {
"command": "write-good",
"debounce": 100,
"args": [ "--text=%text --no-passive" ],
"args": [ "--no-passive", "--text=%text" ],
"offsetLine": 0,
"offsetColumn": 1,
"sourceName": "write-good",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment