Skip to content

Commit

Permalink
Merge pull request #12674 from breathingdust/td-fix-and-enable-s20-li…
Browse files Browse the repository at this point in the history
…nt-check

enable s20 lint check and fix issues
  • Loading branch information
breathingdust authored Apr 8, 2020
2 parents 1fa31b7 + af00c44 commit 58ced79
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ lint:
-S016 \
-S017 \
-S019 \
-S020 \
-S021 \
-S025 \
-S026 \
Expand Down
1 change: 0 additions & 1 deletion aws/resource_aws_ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func resourceAwsAmi() *schema.Resource {
"manage_ebs_snapshots": {
Type: schema.TypeBool,
Computed: true,
ForceNew: true,
},
"name": {
Type: schema.TypeString,
Expand Down
1 change: 0 additions & 1 deletion aws/resource_aws_ami_copy.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func resourceAwsAmiCopy() *schema.Resource {
"manage_ebs_snapshots": {
Type: schema.TypeBool,
Computed: true,
ForceNew: true,
},
"name": {
Type: schema.TypeString,
Expand Down
1 change: 0 additions & 1 deletion aws/resource_aws_ami_from_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func resourceAwsAmiFromInstance() *schema.Resource {
"manage_ebs_snapshots": {
Type: schema.TypeBool,
Computed: true,
ForceNew: true,
},
"name": {
Type: schema.TypeString,
Expand Down
1 change: 0 additions & 1 deletion aws/resource_aws_inspector_assessment_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func resourceAWSInspectorAssessmentTemplate() *schema.Resource {
"arn": {
Type: schema.TypeString,
Computed: true,
ForceNew: true,
},
"duration": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 58ced79

Please sign in to comment.