Skip to content

Commit

Permalink
schema: correct documentation (ansible#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored and davedittrich committed Sep 27, 2022
1 parent 25d833f commit 025a8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansiblelint/rules/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
_logger = logging.getLogger(__name__)

DESCRIPTION_MD = """ Returned errors will not include exact line numbers, but they will mention
the schema name being used as a tag, like ``playbook-schema``,
``tasks-schema``.
the schema name being used as a tag, like ``schema[playbook]``,
``schema[tasks]``.
This rule is not skippable and stops further processing of the file.
Expand Down

0 comments on commit 025a8a1

Please sign in to comment.