Cloud-CV/EvalAI

View on GitHub
frontend_v2/src/app/components/challenge/challenge.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit() {
    this.globalService.startLoader('');
    const SELF = this;
    if (this.authService.isLoggedIn()) {
      this.isLoggedIn = true;
Severity: Minor
Found in frontend_v2/src/app/components/challenge/challenge.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status