cleanup; fix security issue

This commit is contained in:
Sebastian Thiel
2021-04-03 10:03:42 +08:00
parent 7d36eaa409
commit 9df245a80d
120 changed files with 0 additions and 20164 deletions

View File

@@ -1,32 +0,0 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": "../..",
"file_exclude_patterns" : [
"Cargo.lock"
],
"folder_exclude_patterns" : [
"target",
".git",
".pyenv",
"gen/doc"
],
},
],
"SublimeLinter":
{
"linters":
{
"rust": {
"@disable": true,
"args": [],
"crate-root": null,
"excludes": [],
"use-cargo": true,
"use-crate-root": true
},
}
}
}