Skip to content
Permalink

Comparing changes

Choose two branches to see what鈥檚 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: antonbabenko/pre-commit-terraform
base: v1.7.1
Choose a base ref
...
head repository: antonbabenko/pre-commit-terraform
compare: v1.7.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 20, 2018

  1. Configuration menu
    Copy the full SHA
    6b06683 View commit details
    Browse the repository at this point in the history
  2. Replace terraform_docs use of GNU sed with perl (#15)

    * Fix ShellCheck warning 2219
    
    https://github.com/koalaman/shellcheck/wiki/SC2219
    
    * Replace GNU sed commands with perl
    
    This replaces the sed commands which required GNU sed be installed with
    perl versions. This should make this script more universally usable
    (e.g., on macOS) without installing additional tools.
    brainsik authored and antonbabenko committed May 20, 2018
    Configuration menu
    Copy the full SHA
    2d3782c View commit details
    Browse the repository at this point in the history