Skip to content

Commit

Permalink
Fixing rule header and removing pylint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Dec 2, 2022
1 parent 81ab1c8 commit 4bddbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ansiblelint/rules/meta_unsupported_ansible.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Implementation of meta-no-tags rule."""
"""Implementation of meta-unsupported-ansible rule."""
from __future__ import annotations

import sys
Expand Down Expand Up @@ -64,8 +64,8 @@ def matchyaml(self, file: Lintable) -> list[MatchError]:

import pytest

from ansiblelint.rules import RulesCollection # pylint: disable=ungrouped-imports
from ansiblelint.runner import Runner # pylint: disable=ungrouped-imports
from ansiblelint.rules import RulesCollection
from ansiblelint.runner import Runner

@pytest.mark.parametrize(
("test_file", "failures"),
Expand Down

0 comments on commit 4bddbfc

Please sign in to comment.