Skip to content

Commit

Permalink
Fix profile links
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Feb 9, 2023
1 parent 4ecd8e1 commit 8afcc94
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
35 changes: 17 additions & 18 deletions docs/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ content easier to read and maintain. It extends [basic](#basic) profile.
The `safety` profile avoids module calls that can have non-determinant outcomes
or security concerns. It extends [moderate](#moderate) profile.

- [avoid-implicit](rules/avoid-implicit/)
- [latest](rules/latest/)
- [package-latest](rules/package-latest/)
- [risky-file-permissions](rules/risky-file-permissions/)
- [risky-octal](rules/risky-octal/)
- [risky-shell-pipe](rules/risky-shell-pipe/)
- [avoid-implicit](/rules/avoid-implicit/)
- [latest](/rules/latest/)
- [package-latest](/rules/package-latest/)
- [risky-file-permissions](/rules/risky-file-permissions/)
- [risky-octal](/rules/risky-octal/)
- [risky-shell-pipe](/rules/risky-shell-pipe/)

## shared

Expand All @@ -80,19 +80,18 @@ Ansible playbooks, roles, or collections available from
[automation-hub](https://console.redhat.com/ansible/automation-hub), or a
private instance. It extends [safety](#safety) profile.

- [galaxy](rules/galaxy/)
- [ignore-errors](rules/ignore-errors/)
- [galaxy](/rules/galaxy/)
- [ignore-errors](/rules/ignore-errors/)
- [layout](https://github.com/ansible/ansible-lint/issues/1900)
- [meta-incorrect](rules/meta-incorrect/)
- [meta-no-info](rules/meta-no-info/)
- [meta-no-tags](rules/meta-no-tags/)
- [meta-video-links](rules/meta-video-links/)
- [meta-incorrect](/rules/meta-incorrect/)
- [meta-no-info](/rules/meta-no-info/)
- [meta-no-tags](/rules/meta-no-tags/)
- [meta-video-links](/rules/meta-video-links/)
- [meta-version](https://github.com/ansible/ansible-lint/issues/2103)
- [meta-runtime](/rules/meta-incorrect/)
- [no-changed-when](rules/no-changed-when/)
- [no-changelog](https://github.com/ansible/ansible-lint/issues/2101)
- [no-handler](rules/no-handler/)
- [no-relative-paths](rules/no-relative-paths/)
- [meta-runtime](/rules/meta-runtime/)
- [no-changed-when](/rules/no-changed-when/)
- [no-handler](/rules/no-handler/)
- [no-relative-paths](/rules/no-relative-paths/)
- [max-block-depth](https://github.com/ansible/ansible-lint/issues/2173)
- [max-tasks](https://github.com/ansible/ansible-lint/issues/2172)
- [unsafe-loop](https://github.com/ansible/ansible-lint/issues/2038)
Expand All @@ -106,7 +105,7 @@ as validated or certified content. It extends [shared](#shared) profile.

- [avoid-dot-notation](https://github.com/ansible/ansible-lint/issues/2174)
- [disallowed-ignore](https://github.com/ansible/ansible-lint/issues/2121)
- [fqcn](rules/fqcn/)
- [fqcn](/rules/fqcn/)
- [import-task-no-when](https://github.com/ansible/ansible-lint/issues/2219)
- [meta-no-dependencies](https://github.com/ansible/ansible-lint/issues/2159)
- [single-entry-point](https://github.com/ansible/ansible-lint/issues/2242)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ commands =
allowlist_externals =
.tox/venv/bin/pip
setenv =
PYTEST_REQPASS=9
PYTEST_REQPASS=7

[testenv:pkg]
description =
Expand Down

0 comments on commit 8afcc94

Please sign in to comment.