Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 7.1.1 #230

Merged
merged 1 commit into from
Oct 20, 2023

chore(release): 7.1.1

934c448
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore(release): 7.1.1 #230

chore(release): 7.1.1
934c448
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Oct 20, 2023 in 0s

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)