takahitomiyamoto/flexible-apex-trigger

View on GitHub

Showing 2 of 2 total issues

Function _queryLogger has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default async function _queryLogger() {
  const environment = getEnvironment();

  // login
  const loginResultString = readFileSyncUtf8(environment.logs.loginJwt);
Severity: Minor
Found in scripts/gulp/query/query-logger.js - About 1 hr to fix

    Function _buildManifest has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export default async function _buildManifest() {
      const environment = getEnvironment();
      const instanceUrl = `https://${environment.secrets.myDomain}.${URL_SERVICE_SOAP_METADATA}/${environment.secrets.asOfVersion}`;
    
      // login
    Severity: Minor
    Found in scripts/gulp/metadata/build-manifest.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language