Skip to content

Update linting config and PR template#83

Open
blaipr wants to merge 2 commits into
ctrliq:mainfrom
blaipr:update-linting-config
Open

Update linting config and PR template#83
blaipr wants to merge 2 commits into
ctrliq:mainfrom
blaipr:update-linting-config

Conversation

@blaipr

@blaipr blaipr commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add ansible-lint recommended yamllint settings: comments.min-spaces-from-content and octal-values rules
  • Add args[module] to ansible-lint warn_list to suppress expected false positives when the collection is not installed
  • Update PR template checklist to reference ruff and ansible-lint instead of the removed flake8

Test plan

  • yamllint meta/ galaxy.yml passes
  • ansible-lint produces no new errors
  • PR template renders correctly on GitHub

blaipr added 2 commits June 27, 2026 12:26
Add ansible-lint recommended yamllint settings (comments spacing,
octal-values). Suppress expected args[module] false positives in
ansible-lint. Update PR template checklist to reference ruff and
ansible-lint instead of the removed flake8.
The playbooks/flatten_filetree_create_output.yaml references the
ctrliq.ascender.filetree_read role, which ansible-lint cannot resolve
when the collection is not installed. Add it to mock_roles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant