Skip to content
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

Cleanup of ansible-lint.yml file #376

Merged
merged 4 commits into from
Jun 10, 2023
Merged

Cleanup of ansible-lint.yml file #376

merged 4 commits into from
Jun 10, 2023

Conversation

ThomasSanson
Copy link
Sponsor Contributor

This pull request includes several changes aimed at cleaning up and improving the readability of the ansible-lint.yml file:

  1. Removal of the trailing-spaces rule from skip_list. This rule was removed in order to enforce the rule and ensure that there are no trailing spaces in the YAML files.

  2. Removal of the schema[tasks] rule from skip_list. This rule is no longer necessary and thus has been removed.

  3. Removal of role-name[path] and run-once[task] items from skip_list. These items are no longer needed. The role-name[path] item was removed because it is redundant with the role-name item. The run-once[task] item was removed because it is not used in the project.

  4. Removal of commented out lines. These lines were not providing any value and were just cluttering the file.

All these changes are aimed at improving the readability and efficiency of the ansible-lint.yml file.

The trailing-spaces rule was removed from the skip_list in order to enforce the rule and ensure that there are no trailing spaces in the YAML files.
The schema[tasks] rule was removed from the skip_list as it is no longer necessary.
…nd 'run-once[task]'

The 'role-name[path]' and 'run-once[task]' items were removed from the skip_list as they are no longer needed. The 'role-name[path]' item was removed because it is redundant with the 'role-name' item. The 'run-once[task]' item was removed because it is not used in the project.
The commented out lines were not providing any value and were just cluttering the file.
@vitabaks vitabaks merged commit dbfa7f9 into vitabaks:master Jun 10, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants