Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add git root keyword 102 #103

Merged

Commits on Jul 27, 2023

  1. feature: add a git root keyword for --config argument

    When operating in a monorepo the new functionality of tflint (`--chdir`) breaks config file path by changing the current working directory when tflint runs.  This commit patches this gap by allowing a user to provide __GIT_ROOT__ or populate a environment variable with a custom string and when the `--config` argument is is found it replaces that keyword with the repository root (pwd in the case of pre-commit).
    brycelowe committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e3f242c View commit details
    Browse the repository at this point in the history
  2. feature: add documentation

    brycelowe committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b0dcdc3 View commit details
    Browse the repository at this point in the history