Skip to content

Commit

Permalink
docs: autogenerated update for docs/snippets/woke.md: e1176d
Browse files Browse the repository at this point in the history
GitHub Action run 4, commit: e1176dc
  • Loading branch information
github-actions[bot] committed Nov 7, 2021
1 parent e1176dc commit ee781d3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/snippets/woke.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Check for usage of non-inclusive language in your code and provide alternatives

### Synopsis


woke is a linter that will check your source code for usage of non-inclusive
language and provide suggestions for alternatives. Rules can be customized
to suit your needs.
Expand All @@ -20,13 +21,14 @@ woke [globs ...] [flags]
### Options

```
-c, --config string Config file (default is .woke.yaml in current directory, or $HOME)
--debug Enable debug logging
--exit-1-on-failure Exit with exit code 1 on failures
-h, --help help for woke
--no-ignore Ignored files in .gitignore, .ignore, .wokeignore, .git/info/exclude, and inline ignores are processed
-o, --output string Output type [text,simple,github-actions,json,sonarqube] (default "text")
--stdin Read from stdin
-c, --config string Config file (default is .woke.yaml in current directory, or $HOME)
--debug Enable debug logging
--disable-default-rules Disable the default ruleset
--exit-1-on-failure Exit with exit code 1 on failures
-h, --help help for woke
--no-ignore Ignored files in .gitignore, .ignore, .wokeignore, .git/info/exclude, and inline ignores are processed
-o, --output string Output type [text,simple,github-actions,json,sonarqube] (default "text")
--stdin Read from stdin
```

###### Auto generated by spf13/cobra on 13-Aug-2021
###### Auto generated by spf13/cobra on 7-Nov-2021

0 comments on commit ee781d3

Please sign in to comment.