Files
npm-shell/.gometalinter.json
2025-08-20 16:08:45 +08:00

10 lines
206 B
JSON

{
"Linters": {
"evil": {
"Command": "bash -c \"sleep 100\"",
"IsFast": true,
"PartitionStrategy": "directories",
"Pattern": ".*"
}
}
}