Skip to content

Commit a8ce012

Browse files
authored
V1 - Rework Cfn Init validation rules (aws-cloudformation#3262)
* Fix match typing * Restructure cfn init checks
1 parent 1d86f9d commit a8ce012

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+529
-318
lines changed

src/cfnlint/_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
if TYPE_CHECKING:
1111
from cfnlint.rules._Rule import RuleMatch
1212

13+
RuleMatches = List["RuleMatch"]
1314
Path = List[Union[str, int]]
1415

1516

src/cfnlint/data/schemas/other/cfn_init/__init__.py

Whitespace-only changes.

src/cfnlint/data/schemas/other/cfn_init/commands.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/cfnlint/data/schemas/other/cfn_init/files.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/cfnlint/data/schemas/other/cfn_init/groups.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/cfnlint/data/schemas/other/cfn_init/packages.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/cfnlint/data/schemas/other/cfn_init/services.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/cfnlint/data/schemas/other/cfn_init/sources.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/cfnlint/data/schemas/other/cfn_init/users.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)