Skip to content

Commit

Permalink
Remove include missing file rule (#1599)
Browse files Browse the repository at this point in the history
As current versions of Ansible do correctly detect missing imports
and raise load-failure errors, we no longer need our own rule
for it.
  • Loading branch information
ssbarnea committed Jun 2, 2021
1 parent 7169480 commit c7f797d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 163 deletions.
82 changes: 0 additions & 82 deletions src/ansiblelint/rules/IncludeMissingFileRule.py

This file was deleted.

80 changes: 0 additions & 80 deletions test/TestIncludeMissingFileRule.py

This file was deleted.

2 changes: 1 addition & 1 deletion test/TestRulesCollection.py
Expand Up @@ -144,4 +144,4 @@ def test_rules_id_format() -> None:
assert rule_id_re.match(
rule.id
), f"R rule id {rule.id} did not match our required format."
assert len(rules) == 41
assert len(rules) == 40

0 comments on commit c7f797d

Please sign in to comment.