mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 01:52:23 +01:00
chore(lint):disabled rust linter,but configured it
It's usually too slow to run it, but besides that it's very practical to have ! [skip ci]
This commit is contained in:
@@ -14,5 +14,19 @@
|
||||
"gen/doc"
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
"SublimeLinter":
|
||||
{
|
||||
"linters":
|
||||
{
|
||||
"rust": {
|
||||
"@disable": true,
|
||||
"args": [],
|
||||
"crate-root": null,
|
||||
"excludes": [],
|
||||
"use-cargo": true,
|
||||
"use-crate-root": true
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user