Skip to content

Fix documentation links to autofix page #3796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/command_instead_of_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ environment variable expansion or chaining multiple commands using pipes.

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/deprecated_local_action.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ This rule recommends using `delegate_to: localhost` instead of the

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/fqcn.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ structure in a backward-compatible way by adding redirects like in

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/jinja.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ In its current form, this rule presents the following limitations:

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/key_order.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ same reasons, we decided that they should not be put after block keys either.

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/name.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ your `enable_list` to activate it.

!!! note

`name[casing]` can be automatically fixed using [`--fix`](/autofix) option.
`name[casing]` can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/no_free_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ This rule can produce messages as:

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/no_jinja_when.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ anti-pattern and does not produce expected results.

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/no_log_password.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Explicitly adding `no_log: true` prevents accidentally exposing secrets.

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/partial_become.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ This rule can produce the following messages:

!!! note

This rule can be automatically fixed using [`--fix`](/autofix) option.
This rule can be automatically fixed using [`--fix`](../autofix.md) option.