Skip to content

Commit

Permalink
V1 - Rework Cfn Init validation rules (#3262)
Browse files Browse the repository at this point in the history
* Fix match typing
* Restructure cfn init checks
  • Loading branch information
kddejong committed May 23, 2024
1 parent 1d86f9d commit a8ce012
Show file tree
Hide file tree
Showing 46 changed files with 529 additions and 318 deletions.
1 change: 1 addition & 0 deletions src/cfnlint/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
if TYPE_CHECKING:
from cfnlint.rules._Rule import RuleMatch

RuleMatches = List["RuleMatch"]
Path = List[Union[str, int]]


Expand Down
Empty file.
30 changes: 0 additions & 30 deletions src/cfnlint/data/schemas/other/cfn_init/commands.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/cfnlint/data/schemas/other/cfn_init/files.json

This file was deleted.

12 changes: 0 additions & 12 deletions src/cfnlint/data/schemas/other/cfn_init/groups.json

This file was deleted.

40 changes: 0 additions & 40 deletions src/cfnlint/data/schemas/other/cfn_init/packages.json

This file was deleted.

52 changes: 0 additions & 52 deletions src/cfnlint/data/schemas/other/cfn_init/services.json

This file was deleted.

6 changes: 0 additions & 6 deletions src/cfnlint/data/schemas/other/cfn_init/sources.json

This file was deleted.

21 changes: 0 additions & 21 deletions src/cfnlint/data/schemas/other/cfn_init/users.json

This file was deleted.

Loading

0 comments on commit a8ce012

Please sign in to comment.