Skip to content

Instantly share code, notes, and snippets.

@emilk
Created June 11, 2019 11:25
Show Gist options
  • Save emilk/cf30154d55009817fc90c9bc0104b3aa to your computer and use it in GitHub Desktop.
Save emilk/cf30154d55009817fc90c9bc0104b3aa to your computer and use it in GitHub Desktop.
{
"file_regex": "([^\\s@]*?):([0-9]+):([0-9]+)(.*)$",
"selector": "source.rust",
"shell_cmd": "cargo check --all-features --benches --tests && cargo clippy --all-features --benches",
"working_dir": "${project_path}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment