Ephigenia/circleboard2

View on GitHub
src/app/recent-builds/recent-builds.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  public ngOnInit() {
    const config = this.configService.read();
    this.theme = config.theme;
    this.showConfigMessage = !config.apiToken && !config.gitlabProjects;

Severity: Minor
Found in src/app/recent-builds/recent-builds.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status