@@ -723,6 +723,7 @@ func TestTemplatePush(t *testing.T) {
723
723
template := coderdtest .CreateTemplate (t ,client ,owner .OrganizationID ,templateVersion .ID )
724
724
725
725
// Test the cli command.
726
+ //nolint:gocritic
726
727
modifiedTemplateVariables := append (initialTemplateVariables ,
727
728
& proto.TemplateVariable {
728
729
Name :"second_variable" ,
@@ -792,6 +793,7 @@ func TestTemplatePush(t *testing.T) {
792
793
template := coderdtest .CreateTemplate (t ,client ,owner .OrganizationID ,templateVersion .ID )
793
794
794
795
// Test the cli command.
796
+ //nolint:gocritic
795
797
modifiedTemplateVariables := append (initialTemplateVariables ,
796
798
& proto.TemplateVariable {
797
799
Name :"second_variable" ,
@@ -839,6 +841,7 @@ func TestTemplatePush(t *testing.T) {
839
841
template := coderdtest .CreateTemplate (t ,client ,owner .OrganizationID ,templateVersion .ID )
840
842
841
843
// Test the cli command.
844
+ //nolint:gocritic
842
845
modifiedTemplateVariables := append (initialTemplateVariables ,
843
846
& proto.TemplateVariable {
844
847
Name :"second_variable" ,
@@ -905,6 +908,7 @@ func TestTemplatePush(t *testing.T) {
905
908
template := coderdtest .CreateTemplate (t ,client ,owner .OrganizationID ,templateVersion .ID )
906
909
907
910
// Test the cli command.
911
+ //nolint:gocritic
908
912
modifiedTemplateVariables := append (initialTemplateVariables ,
909
913
& proto.TemplateVariable {
910
914
Name :"second_variable" ,