Merge pull request #10 from teymour-aldridge/patch-1

Add a `clippy` hook.
This commit is contained in:
Fadi Hadzh 2020-07-05 08:00:27 +03:00 committed by GitHub
commit 14b3e118cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,3 +12,10 @@
language: system
files: \.rs$
pass_filenames: false
- id: cargo-clippy
name: cargo clippy
description: Run the Clippy linter on the package.
entry: cargo clippy -- -D warnings
language: system
files: \.rs$
pass_filenames: false