Skip to content

chore(deps): Update all dependencies #378

chore(deps): Update all dependencies

chore(deps): Update all dependencies #378

GitHub Actions / golangci succeeded Feb 26, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (20)

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|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/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/ipam/data_netbox_ipam_aggregate.go|56 col 22| string Your query returned no results. has 12 occurrences, make it a constant (goconst)
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/extras/resource_netbox_extras_tag.go|123 col 34| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
netbox/extras/resource_netbox_extras_tag.go|213 col 36| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
netbox/extras/resource_netbox_extras_custom_field.go|241 col 42| unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
netbox/virtualization/resource_netbox_virtualization_vm.go|140 col 28| unused-parameter: parameter 'k' 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/ipam/resource_netbox_ipam_aggregate.go|49 col 41| unused-parameter: parameter 'key' seems to be unused, consider removing or renaming it as _ (revive)
netbox/ipam/resource_netbox_ipam_ip_addresses.go|121 col 28| unused-parameter: parameter 'k' seems to be unused, consider removing or renaming it as _ (revive)
netbox/provider_test.go|26 col 24| unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)