kubenetworks/kubevpn

View on GitHub

Showing 200 of 557 total issues

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

    case v1beta1.SchemeGroupVersion.WithKind("AdmissionReview"):
        requestedAdmissionReview, ok := obj.(*v1beta1.AdmissionReview)
        if !ok {
            log.Errorf("Expected v1beta1.AdmissionReview but got: %T", obj)
            return
Severity: Major
Found in pkg/webhook/mutateadmissionwebhook.go and 1 other location - About 2 hrs to fix
pkg/webhook/mutateadmissionwebhook.go on lines 109..133

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 245.

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

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

    case v1.SchemeGroupVersion.WithKind("AdmissionReview"):
        requestedAdmissionReview, ok := obj.(*v1.AdmissionReview)
        if !ok {
            log.Errorf("Expected v1.AdmissionReview but got: %T", obj)
            return
Severity: Major
Found in pkg/webhook/mutateadmissionwebhook.go and 1 other location - About 2 hrs to fix
pkg/webhook/mutateadmissionwebhook.go on lines 84..108

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 245.

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

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

func _Daemon_List_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(ListRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_ConfigAdd_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(ConfigAddRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_Status_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(StatusRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _DHCP_RentIP_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(RentIPRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/webhook/rpc/dhcpserver_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_ConfigRemove_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(ConfigRemoveRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_Upgrade_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(UpgradeRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _DHCP_ReleaseIP_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(ReleaseIPRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/webhook/rpc/dhcpserver_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108

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 221.

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

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

func _Daemon_Get_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(GetRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_Version_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(VersionRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_SshStop_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(SshStopRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_SshStart_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(SshStartRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/daemon/rpc/daemon_grpc.pb.go on lines 1027..1043
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

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

func _Daemon_Identify_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
    in := new(IdentifyRequest)
    if err := dec(in); err != nil {
        return nil, err
    }
Severity: Major
Found in pkg/daemon/rpc/daemon_grpc.pb.go and 11 other locations - About 2 hrs to fix
pkg/daemon/rpc/daemon_grpc.pb.go on lines 776..792
pkg/daemon/rpc/daemon_grpc.pb.go on lines 794..810
pkg/daemon/rpc/daemon_grpc.pb.go on lines 812..828
pkg/daemon/rpc/daemon_grpc.pb.go on lines 830..846
pkg/daemon/rpc/daemon_grpc.pb.go on lines 895..911
pkg/daemon/rpc/daemon_grpc.pb.go on lines 913..929
pkg/daemon/rpc/daemon_grpc.pb.go on lines 931..947
pkg/daemon/rpc/daemon_grpc.pb.go on lines 949..965
pkg/daemon/rpc/daemon_grpc.pb.go on lines 967..983
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 92..108
pkg/webhook/rpc/dhcpserver_grpc.pb.go on lines 110..126

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 221.

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

Identical blocks of code found in 2 locations. Consider refactoring.
Open

func DownloadFileWithName(uri, name string) (string, error) {
    resp, err := getWithRetry(uri)
    if err != nil {
        return "", err
    }
Severity: Major
Found in pkg/util/file.go and 1 other location - About 2 hrs to fix
pkg/util/krew/sha256.go on lines 19..49

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 220.

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

Identical blocks of code found in 2 locations. Consider refactoring.
Open

func DownloadFileWithName(uri, name string) (string, error) {
    resp, err := getWithRetry(uri)
    if err != nil {
        return "", err
    }
Severity: Major
Found in pkg/util/krew/sha256.go and 1 other location - About 2 hrs to fix
pkg/util/file.go on lines 15..45

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 220.

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

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

func RunCmdWithElevated(exe string, arg []string) error {
    verb := "runas"
    cwd, err := os.Getwd()
    if err != nil {
        return err
Severity: Major
Found in pkg/util/elevate_windows.go and 1 other location - About 2 hrs to fix
pkg/util/elevate_windows.go on lines 52..85

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 216.

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

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

func RunCmd(exe string, arg []string) error {
    verb := "open"
    cwd, err := os.Getwd()
    if err != nil {
        return err
Severity: Major
Found in pkg/util/elevate_windows.go and 1 other location - About 2 hrs to fix
pkg/util/elevate_windows.go on lines 17..50

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 216.

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

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

        RunE: func(cmd *cobra.Command, args []string) error {
            leave, err := daemon.GetClient(false).Remove(cmd.Context(), &rpc.RemoveRequest{
                Workloads: args,
            })
            if err != nil {
Severity: Major
Found in cmd/kubevpn/cmds/remove.go and 1 other location - About 2 hrs to fix
cmd/kubevpn/cmds/leave.go on lines 39..57

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 206.

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

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

        RunE: func(cmd *cobra.Command, args []string) error {
            leave, err := daemon.GetClient(false).Leave(cmd.Context(), &rpc.LeaveRequest{
                Workloads: args,
            })
            if err != nil {
Severity: Major
Found in cmd/kubevpn/cmds/leave.go and 1 other location - About 2 hrs to fix
cmd/kubevpn/cmds/remove.go on lines 37..55

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 206.

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

Severity
Category
Status
Source
Language