This commit is contained in:
2025-08-20 16:08:45 +08:00
parent 567bfafdc9
commit 4930400c5e
3 changed files with 15 additions and 0 deletions

10
.gometalinter.json Normal file
View File

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