Skip to content

Commit

Permalink
Merge pull request #437 from abitrolly/patch-2
Browse files Browse the repository at this point in the history
Fix typo in dash rule
  • Loading branch information
wata727 committed Sep 15, 2019
2 parents 1c31b74 + 84b4817 commit 971f156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules/terraform_dash_in_resource_name.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform_dash_in_resource_name

Disallow dashes (-) in `resource` names without.
Disallow dashes (-) in `resource` names.

## Example

Expand Down
2 changes: 1 addition & 1 deletion rules/terraformrules/terraform_dash_in_resource_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/wata727/tflint/tflint"
)

// TerraformDashInResourceNameRule checks whether outputs have descriptions
// TerraformDashInResourceNameRule checks whether resources have any dashes in the name
type TerraformDashInResourceNameRule struct{}

// NewTerraformDashInResourceNameRule returns a new rule
Expand Down

0 comments on commit 971f156

Please sign in to comment.