12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"Linters": {
|
|
"evil": {
|
|
"Command": "bash -c \"sleep 100\"",
|
|
"IsFast": true,
|
|
"PartitionStrategy": "directories",
|
|
"Pattern": ".*"
|
|
}
|
|
},
|
|
"Enable": ["evil"],
|
|
"Disable": ["safesql"]
|
|
} |