jkawamoto/roadie

View on GitHub
cloud/azure/batch/client/compute_nodes/compute_node_add_user_responses.go

Summary

Maintainability
C
1 day
Test Coverage

Method ComputeNodeAddUserReader.ReadResponse has 5 return statements (exceeds 4 allowed).
Open

func (o *ComputeNodeAddUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) {
    switch response.Code() {

    case 201:
        result := NewComputeNodeAddUserCreated()

    Similar blocks of code found in 33 locations. Consider refactoring.
    Open

    package compute_nodes
    
    // This file was generated by the swagger tool.
    // Editing this file might prove futile when you re-run the swagger generate command
    
    
    cloud/azure/batch/client/certificates/certificate_add_responses.go on lines 1..132
    cloud/azure/batch/client/certificates/certificate_cancel_deletion_responses.go on lines 1..132
    cloud/azure/batch/client/compute_nodes/compute_node_disable_scheduling_responses.go on lines 1..132
    cloud/azure/batch/client/compute_nodes/compute_node_enable_scheduling_responses.go on lines 1..132
    cloud/azure/batch/client/compute_nodes/compute_node_reboot_responses.go on lines 1..132
    cloud/azure/batch/client/compute_nodes/compute_node_reimage_responses.go on lines 1..132
    cloud/azure/batch/client/compute_nodes/compute_node_update_user_responses.go on lines 1..132
    cloud/azure/batch/client/compute_nodes/pool_remove_nodes_responses.go on lines 1..132
    cloud/azure/batch/client/job_schedules/job_schedule_add_responses.go on lines 1..132
    cloud/azure/batch/client/job_schedules/job_schedule_disable_responses.go on lines 1..132
    cloud/azure/batch/client/job_schedules/job_schedule_enable_responses.go on lines 1..132
    cloud/azure/batch/client/job_schedules/job_schedule_patch_responses.go on lines 1..132
    cloud/azure/batch/client/job_schedules/job_schedule_terminate_responses.go on lines 1..132
    cloud/azure/batch/client/job_schedules/job_schedule_update_responses.go on lines 1..132
    cloud/azure/batch/client/jobs/job_add_responses.go on lines 1..132
    cloud/azure/batch/client/jobs/job_disable_responses.go on lines 1..132
    cloud/azure/batch/client/jobs/job_enable_responses.go on lines 1..132
    cloud/azure/batch/client/jobs/job_patch_responses.go on lines 1..132
    cloud/azure/batch/client/jobs/job_terminate_responses.go on lines 1..132
    cloud/azure/batch/client/jobs/job_update_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_add_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_disable_auto_scale_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_enable_auto_scale_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_patch_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_resize_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_stop_resize_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_update_properties_responses.go on lines 1..132
    cloud/azure/batch/client/pools/pool_upgrade_o_s_responses.go on lines 1..132
    cloud/azure/batch/client/tasks/task_add_responses.go on lines 1..132
    cloud/azure/batch/client/tasks/task_reactivate_responses.go on lines 1..132
    cloud/azure/batch/client/tasks/task_terminate_responses.go on lines 1..132
    cloud/azure/batch/client/tasks/task_update_responses.go on lines 1..132

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 784.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Your code does not pass gofmt in 2 places. Go fmt your code!
    Open

    package compute_nodes

    don't use an underscore in package name
    Open

    package compute_nodes

    There are no issues that match your filters.

    Category
    Status