Skip to content

Commit

Permalink
Disable TFLint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsan92 committed Mar 24, 2019
1 parent a752e57 commit 1171b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:
- terraform init -input=false
- terraform validate -check-variables=false .
- if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi
- tflint --debug
# - tflint bug TODO: Enable again when 0.12 support gets ready -> https://github.com/wata727/tflint#current-project-status
- go test -v $(go list ./test/)

notifications:
Expand Down

0 comments on commit 1171b54

Please sign in to comment.