Skip to content

Commit

Permalink
[TF-14896] Add rule to ignore linter (#1333)
Browse files Browse the repository at this point in the history
* add rule to ignore linter
  • Loading branch information
laurenolivia committed Apr 23, 2024
1 parent fc605eb commit c325dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ issues:
-|resource_tfe_run_trigger|resource_tfe_team_access|resource_tfe_organization_membership|resource_tfe_policy_set|resource_tfe_team_member|
-|resource_tfe_workspace|resource_tfe_team_organization_member|resource_tfe_variable_set|resource_tfe_team_project_access)\.go
text: "SA1019"
- linters:
- staticcheck
path: resource_tfe_workspace_run_task\.go
text: "SA1019: v.Stage is deprecated: Use Stages property instead"
linters-settings:
# errcheck:
# # https://github.com/kisielk/errcheck#excluding-functions
Expand Down

0 comments on commit c325dcb

Please sign in to comment.