mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
16 lines
514 B
XML
16 lines
514 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
Terraform linter
|
|
Features:
|
|
- Find possible errors (like invalid instance types) for AWS/Azure/GCP
|
|
- Warn abount deprecated syntax, unused declarations
|
|
- Enforce best pratices, naming conventions
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">terraform-linters/tflint</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|