Skip to content

Commit

Permalink
corrected tflint documentation (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabcocque committed Mar 2, 2020
1 parent e321ff1 commit e402c03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,15 @@ if they are present in `README.md`.
```yaml
hooks:
- id: terraform_tflint
args: ['--deep']
args: ['args=--deep']
```

In order to pass multiple args, try the following:
```yaml
- id: terraform_tflint
args:
- 'args=--deep'
- 'args=--enable-rule=terraform_documented_variables'
```

## Notes for developers
Expand Down

0 comments on commit e402c03

Please sign in to comment.