jameswlane/status-board

View on GitHub
src/job-dependencies/experimentalConfluence/dependency.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function default has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (jobWorker: any) {
  function addAuthConfig(auth: any, opts: any) {
    const authData = jobWorker.config.globalAuth[auth];
    if (authData && authData.username && authData.password) {
      opts.auth = {
Severity: Major
Found in src/job-dependencies/experimentalConfluence/dependency.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status