From d8acd607aea2e4bed548695e46fe541cb72ee904 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 1 May 2015 15:39:53 +0200 Subject: [PATCH] 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] --- etc/sublime-text/google-apis-rs.sublime-project | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/etc/sublime-text/google-apis-rs.sublime-project b/etc/sublime-text/google-apis-rs.sublime-project index 5c55ae4389..a56976770a 100644 --- a/etc/sublime-text/google-apis-rs.sublime-project +++ b/etc/sublime-text/google-apis-rs.sublime-project @@ -14,5 +14,19 @@ "gen/doc" ], }, - ] + ], + "SublimeLinter": + { + "linters": + { + "rust": { + "@disable": true, + "args": [], + "crate-root": null, + "excludes": [], + "use-cargo": true, + "use-crate-root": true + }, + } + } }