Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gruntwork-io/pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2d2016
Choose a base ref
...
head repository: gruntwork-io/pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 59fd861
Choose a head ref
  • 6 commits
  • 8 files changed
  • 6 contributors

Commits on Dec 16, 2024

  1. Fix exclude regular expressions (#117)

    * Fix exclude regular expressions
    
    the current expressions look like a typo? They require one or more literal '.'s, followed by one of any symbol, then "terraform". I reasoned that the `.+` at the start was entirely superfluous and just check for the `.terraform/`
    
    * delete extra $'s
    ThisGuyCodes authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    0225754 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Configuration menu
    Copy the full SHA
    8481dc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66e5f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    d262cbb View commit details
    Browse the repository at this point in the history
  2. Sentinel Fmt Hook Bugfix (#123)

    * Fix shebang line 1 and fmt command
    
    shebang needs to be on line one to work properly and sentinel fmt no longer has a diff cli argument
    
    * adding execute to sentinel-fmt hook
    
    Signed-off-by: Will Schultz <schultzwc18@gmail.com>
    
    ---------
    
    Signed-off-by: Will Schultz <schultzwc18@gmail.com>
    schultzwc18 authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    d9196b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. feat: Adding tofu hooks (#129)

    * feat: Adding tofu hooks
    
    * feat: Updating README.md
    
    * fix: Updating `.pre-commit-hooks.yaml`
    yhakbar authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    59fd861 View commit details
    Browse the repository at this point in the history
Loading