Skip to content

Commit

Permalink
Fix sanity/ignore-2.13.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Aug 16, 2023
1 parent f0968c4 commit 99886af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ ci/build_release shebang
ci/publish_to_galaxy shebang
ci/test.sh shebang
secrets.yml yamllint:unparsable-with-libyaml # File loaded by Summon utility (in Jenkinsfile), not via Python
dev/policy/root.yml yamllint:unparsable-with-libyaml
dev/policy/root.yml yamllint:unparsable-with-libyaml

# The following is a false positive.
# See https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#documentation-fields
#
# "In collections, this must be the collection version the module was added to, not the Ansible version.
# For example, version_added: 1.0.0."
plugins/lookup/conjur_variable.py version-added-must-be-major-or-minor

0 comments on commit 99886af

Please sign in to comment.