diff options
Diffstat (limited to 'docs/rules')
l--------- | docs/rules/complexity.md | 1 | ||||
-rw-r--r-- | docs/rules/index.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/rules/complexity.md b/docs/rules/complexity.md new file mode 120000 index 0000000..6ab4e69 --- /dev/null +++ b/docs/rules/complexity.md @@ -0,0 +1 @@ +../../src/ansiblelint/rules/complexity.md
\ No newline at end of file diff --git a/docs/rules/index.md b/docs/rules/index.md index 4f4dc3d..43ac967 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -2,6 +2,7 @@ - [args][] - [avoid-implicit][] +- [complexity][] - [command-instead-of-module][] - [command-instead-of-shell][] - [deprecated-bare-vars][] |