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

Disable YAML linting in ansible-lint #3370

Merged

Conversation

akikanellis
Copy link
Contributor

Ansible Lint's YAML linting is not needed since super-linter already contains yamllint. This also fixes the conflict explained in #2818 between Ansible Lint's yamllint and super-linter's yamllint.

Fixes #2818

Proposed Changes

  1. Disable YAML linting in ansible-lint

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request

Reviewing Maintainer

  • Label as breaking if this is a large fundamental change
  • Label as either automation, bug, documentation, enhancement, infrastructure, or performance

Ansible Lint's YAML linting is not needed since super-linter
already contains yamllint.
@admiralAwkbar
Copy link
Collaborator

@akikanellis Very good catch and I think this would be a better behavior

@ferrarimarco ferrarimarco merged commit 004ddc5 into github:main Sep 29, 2022
2 checks passed
@akikanellis akikanellis deleted the fix-yamlint-and-ansiblelint-conflict branch October 1, 2022 12:48
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.

Yamllint rules are clashing with ansible-lint's yamllint rules
3 participants