diff --git a/docs/snippets/woke.md b/docs/snippets/woke.md index f3c4e558..e4e0f181 100644 --- a/docs/snippets/woke.md +++ b/docs/snippets/woke.md @@ -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. @@ -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