diff options
Diffstat (limited to '')
-rw-r--r-- | docs/_autofix_rules.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/_autofix_rules.md b/docs/_autofix_rules.md new file mode 100644 index 0000000..15de3bb --- /dev/null +++ b/docs/_autofix_rules.md @@ -0,0 +1,11 @@ +- [command-instead-of-shell](rules/command-instead-of-shell.md) +- [deprecated-local-action](rules/deprecated-local-action.md) +- [fqcn](rules/fqcn.md) +- [jinja](rules/jinja.md) +- [key-order](rules/key-order.md) +- [name](rules/name.md) +- [no-free-form](rules/no-free-form.md) +- [no-jinja-when](rules/no-jinja-when.md) +- [no-log-password](rules/no-log-password.md) +- [partial-become](rules/partial-become.md) +- [yaml](rules/yaml.md) |