tripal/tripal_galaxy

View on GitHub

Showing 493 of 567 total issues

Array indentation error, expected 10 spaces but found 12
Open

            'header' => TRUE,

Array indentation error, expected 10 spaces but found 12
Open

            'data' => 'Invocation ID',

Array indentation error, expected 4 spaces but found 6
Open

      array_key_exists('error', $submission->errors) ? $submission->errors['error'] : '',

TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "True"
Open

    '#collapsible' => True,

Functions must not contain multiple empty lines in a row; found 2 empty lines
Open


Line indented incorrectly; expected 6 spaces, found 4
Open

    ->execute();

Functions must not contain multiple empty lines in a row; found 2 empty lines
Open


Line indented incorrectly; expected 6 spaces, found 7
Open

       // SPF: originally this was $history_content['dataset_id'] but for

Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
Open

  // Add the workflow to the form

Line indented incorrectly; expected 10 spaces, found 12
Open

            throw new Exception("Could not create workflow");

Array indentation error, expected 6 spaces but found 8
Open

        '#description' => t('It appears this analysis result has been deleted from the galaxy server on which it was run. Please return to the previous page and delete this from your workflow listing.'),

A comma should follow the last multiline array item. Found: 'tripal-galaxy-error-table'
Open

          'class' => 'tripal-galaxy-error-table'

Array indentation error, expected 4 spaces but found 6
Open

      $title,

Array indentation error, expected 8 spaces but found 10
Open

          'data' => 'Submission Error',

Array indentation error, expected 4 spaces but found 6
Open

      '#attributes' => [

Array indentation error, expected 4 spaces but found 6
Open

      '#attached' => [

Array indentation error, expected 8 spaces but found 10
Open

          'misc/collapse.js',

Line indented incorrectly; expected 6 spaces, found 7
Open

       // in v18.01 it seems fixed and both 'id' and 'dataset_id' are the

Line indented incorrectly; expected 4 spaces, found 2
Open

  ->condition('galaxy_id', $submission->galaxy_id)

Expected 1 space before "=="; 2 found
Open

        if ($history_content['history_content_type']  == 'dataset_collection') {
Severity
Category
Status
Source
Language