Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
RossyWhite committed Feb 12, 2020
1 parent 3b79bba commit a3a9bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func NewOneNameRule() *OneNameRule {

// Name returns the rule name
func (r *OneNameRule) Name() string {
return "one_name"
return "naming_convention"
}

// Enabled returns whether the rule is enabled by default
Expand All @@ -37,7 +37,7 @@ func (r *OneNameRule) Severity() string {

// Link returns the rule reference link
func (r *OneNameRule) Link() string {
return "https://github.com/RossyWhite/tflint-naming-convention"
return "https://github.com/RossyWhite/tflint-ruleset-naming-convention"
}

// Check checks whether each attribute satisfy the condition given by config file
Expand Down

0 comments on commit a3a9bcd

Please sign in to comment.