mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
16 lines
521 B
XML
16 lines
521 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>0xdutra@gmail.com</email>
|
|
<name>Gabriel M. Dutra</name>
|
|
</maintainer>
|
|
<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>
|
|
</pkgmetadata>
|