update
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
gometalinter-3.0.0-darwin-amd64
|
||||
10
.gometalinter.json
Normal file
10
.gometalinter.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Linters": {
|
||||
"evil": {
|
||||
"Command": "bash -c \"sleep 100\"",
|
||||
"IsFast": true,
|
||||
"PartitionStrategy": "directories",
|
||||
"Pattern": ".*"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user