Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinelfring committed Aug 17, 2021
1 parent b5c59fa commit 174840f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,15 @@ This will disable the default `whitelist` rule:
rules:
- name: whitelist
```
### Disable all Default Rules
There may be a case where you want full control over the rules you want to run with woke.
You can either disable each default rule via the instructions above.
Or you can run woke with `--disable-default-rules` to completely disable all default rules.

!!! note
`woke` will fail to run if you use `--disable-default-rules` without providing your own rules
because that would mean running `woke` without any rules, which is pointless.

0 comments on commit 174840f

Please sign in to comment.