Pass filenames with args

This commit is contained in:
DanielChabrowski 2020-06-20 02:46:24 +02:00
parent b60ba3790b
commit a76233c81c

View file

@ -4,7 +4,7 @@
entry: cargo fmt entry: cargo fmt
language: system language: system
types: [rust] types: [rust]
pass_filenames: false args: ['--']
- id: cargo-check - id: cargo-check
name: cargo check name: cargo check
description: Check the package for errors. description: Check the package for errors.