Metadata-Version: 2.4
Name: cfn_lint_ax
Version: 1.3.0
Summary: Rules for cfn lint.
Author-email: AX Semantics <infrastructure@ax-semantics.com>
License-Expression: MIT
Project-URL: Source, https://github.com/aexeagmbh/cfn-lint-rules
Project-URL: Tracker, https://github.com/aexeagmbh/cfn-lint-rules/issues
Keywords: cloudformation,lint,cfn-lint
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cfn-lint>=1.18.1
Dynamic: license-file

cfn-lint-ax
===========

[![Testing](https://github.com/aexeagmbh/cfn-lint-rules/actions/workflows/tests.yml/badge.svg)](https://github.com/aexeagmbh/cfn-lint-rules/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/cfn-lint-ax.svg)](https://badge.fury.io/py/cfn-lint-ax)

Additional rules for [cfn-lint](https://github.com/aws-cloudformation/cfn-lint).

Installation
------------

```bash
python -m pip install cfn-lint cfn-lint-ax
```


Usage
-----

```bash
python -m cfnlint template.yaml -a cfn_lint_ax.rules
```


Run Tests
---------
```bash
uv run pytest
```


User Rules (E9XXX)
------------------

### Basic Template Errors (E90XX)

### Functions (E91XX)
* E9101 UnresolvedObject

### Parameters (E92XX)

### Resources (E93XX)
* I9301 EcsServiceFargatePlatformVersionNotOutdated
* I9302 EcrRepositoryAutocleanupTag
* I9303 CostAllocationTags
* I9304 CostAllocationTagProject
* I9305 EcsServicePropagateTags
* W9301 S3BucketPublicAccess
* W9302 S3BucketEncryption
* W9303 CloudfrontDistributionLogging
* W9304 CloudfrontDistributionComment
* W9305 CertificateManagerCertificateNameTag
* W9306 CodeBuildProjectCloudWatchLogs
* W9307 CloudfrontDistributionResponseHeadersPolicy
* W9308 CloudfrontResponseHeaderConfigLongHstsMaxAge
* W9309 EcsServiceDeploymentConfiguration
* W9310 CodeBuildProjectImage
* W9311 SqsQueueEncryption

### Metadata (E94XX)
* E9401 MetadataAxChangesetAutoApprove

### Outputs (E96XX)

### Mappings (E97XX)

### Conditions (E98XX)
