Skip to content

Commit a9b2eaa

Browse files
committed
Remove superfluous linter ignores for S031. Closes #439
1 parent 4272ca7 commit a9b2eaa

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

internal/provider/data_source_gitlab_project.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ var _ = registerDataSource("gitlab_project", func() *schema.Resource {
289289
Type: schema.TypeString,
290290
Computed: true,
291291
},
292-
// lintignore: S031 // TODO: Resolve this tfproviderlint issue
293292
"push_rules": {
294293
Description: "Push rules for the project.",
295294
Type: schema.TypeList,

internal/provider/data_source_gitlab_projects.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// lintignore: S031 // TODO: Resolve this tfproviderlint issue
2-
31
package provider
42

53
import (

0 commit comments

Comments
 (0)