From b99dbc25294248247460ac0d71724f77a934fe63 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 4 Nov 2021 20:17:45 +0530 Subject: bump to v0.3.6 --- readme.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d1eda39..cec99ef 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,17 @@ Basic usage is as simple as: statix check /path/to/dir # ignore generated files, such as Cargo.nix -statix check /path/to/dir -i '*Cargo.nix' +statix check /path/to/dir -i Cargo.nix + +# ignore more than one file +statix check /path/to/dir -i a.nix b.nix c.nix + +# ignore an entire directory +statix check /path/to/dir -i .direnv + +# statix respects your .gitignore if it exists +# run statix in "unrestricted" mode, to disable that +statix check /path/to/dir -u # see `statix -h` for a full list of options ``` @@ -115,8 +125,6 @@ their metadata. ## TODO -- Offline documentation for each lint - Test suite for lints and suggestions -- Vim plugin (qf list population, apply suggestions) - Resolve imports and scopes for better lints - Add silent flag that exits with status -- cgit v1.2.3