Skip to content

Commit

Permalink
lint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Jun 30, 2023
1 parent a044ddb commit 35e9dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/firewall/firewall_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func resourceFirewall() *pluginsdk.Resource {

"resource_group_name": commonschema.ResourceGroupName(),

// lintignore:S013
//lintignore:S013
"sku_name": {
Type: pluginsdk.TypeString,
Required: true,
Expand All @@ -71,7 +71,7 @@ func resourceFirewall() *pluginsdk.Resource {
}, false),
},

// lintignore:S013
//lintignore:S013
"sku_tier": {
Type: pluginsdk.TypeString,
Required: true,
Expand Down

0 comments on commit 35e9dc2

Please sign in to comment.