Skip to content

Add a lint for Function parameter trailing comma #20

Description

@Wikiwix

To give an example of what the linter should reject/fix:

merge(
  local.a,
  local.b,
  local.c
)

should become

merge(
  local.a,
  local.b,
  local.c,
)

I did not check the linting code, but syntactically my suggestion is very similar to the existing lint. So perhaps this is a very easy to accomplish improvement.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    validThis is still a valid issue.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions