Skip to content

Commit

Permalink
fix lintering issues. Add ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu committed Oct 30, 2023
1 parent 874f854 commit 5a887c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
plugins/lookup/controller_object_diff.py yaml[document-end]
plugins/modules/controller_export_diff.py yaml[document-end]
3 changes: 0 additions & 3 deletions plugins/lookup/controller_object_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
default: True
"""

# <!-- markdownlint-capture -->
# <!-- markdownlint-disable -->
EXAMPLES = """
- name: Get the organization ID
set_fact:
Expand Down Expand Up @@ -79,7 +77,6 @@
vars:
controller_projects: "{{ project_difference }}"
"""
# <!-- markdownlint-restore -->

RETURN = """
_raw:
Expand Down

0 comments on commit 5a887c2

Please sign in to comment.