Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Missing tflint execution in script after tflint --init #1381

@mandresuri

Description

@mandresuri

Description:
In the current version of the script, after initializing tflint using --init, the actual linting step with tflint --config="${cfg}" is missing. This causes Terraform files to not be linted.

Expected Behavior:
tflint should lint the Terraform files after --init is executed

Actual Behavior:
The script initializes tflint, but it doesn't perform the actual linting of the Terraform files.

Steps to Reproduce:
Run the script.
Observe that the linting step is not executed after initialization.
Proposed Solution:
Add the missing step:
&& tflint --config="${cfg}" in https://github.com/fluidattacks/makes/blob/main/src/args/lint-terraform/entrypoint.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions