chore(release): 7.1.1 #230
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (17)
netbox/ipam/data_netbox_ipam_aggregate.go|57 col 4| string Please change your search criteria and try again.
has 12 occurrences, make it a constant (goconst)
netbox/ipam/data_netbox_ipam_aggregate.go|59 col 22| string Your query returned more than one result.
has 12 occurrences, make it a constant (goconst)
netbox/ipam/data_netbox_ipam_aggregate.go|60 col 4| string Please try a more specific search criteria.
has 12 occurrences, make it a constant (goconst)
netbox/ipam/data_netbox_ipam_aggregate.go|56 col 22| string Your query returned no results.
has 12 occurrences, make it a constant (goconst)
netbox/dcim/data_netbox_dcim_device_role.go|52 col 22| string Your query returned no results.
has 8 occurrences, make it a constant (goconst)
netbox/dcim/data_netbox_dcim_device_role.go|53 col 4| string Please change your search criteria and try again.
has 8 occurrences, make it a constant (goconst)
netbox/dcim/data_netbox_dcim_device_role.go|55 col 22| string Your query returned more than one result.
has 8 occurrences, make it a constant (goconst)
netbox/dcim/data_netbox_dcim_device_role.go|56 col 4| string Please try a more specific search criteria.
has 8 occurrences, make it a constant (goconst)
netbox/tenancy/data_netbox_tenancy_contact.go|49 col 22| string Your query returned more than one result.
has 5 occurrences, make it a constant (goconst)
netbox/tenancy/data_netbox_tenancy_contact.go|50 col 4| string Please try a more specific search criteria.
has 5 occurrences, make it a constant (goconst)
netbox/tenancy/data_netbox_tenancy_contact.go|46 col 22| string Your query returned no results.
has 5 occurrences, make it a constant (goconst)
netbox/tenancy/data_netbox_tenancy_contact.go|47 col 4| string Please change your search criteria and try again.
has 5 occurrences, make it a constant (goconst)
netbox/virtualization/resource_netbox_virtualization_vm.go|226 col 41| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
netbox/virtualization/resource_netbox_virtualization_vm.go|472 col 43| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
netbox/virtualization/resource_netbox_virtualization_vm_primary_ip.go|95 col 50| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
netbox/ipam/util.go|116 col 12| indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
netbox/provider_test.go|26 col 24| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)