chemiker/e.nigma-2015

View on GitHub

Showing 921 of 921 total issues

Function pagebar has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
Open

        public static function pagebar($displayedpages=6) {
            global $wp_query;
            $max_num_pages = $wp_query->max_num_pages;

            if ($max_num_pages <= 1) {
Severity: Minor
Found in src/theme/functions/content.php - About 1 hr to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method register has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static function register($wp_customize){

            $wp_customize->add_setting('enigma_2015_header_link_color', array(
                'default' => 'FAFAFA',
                'type' => 'theme_mod',
Severity: Minor
Found in src/theme/functions/customizer.php - About 1 hr to fix

    Method pagebar has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            public static function pagebar($displayedpages=6) {
                global $wp_query;
                $max_num_pages = $wp_query->max_num_pages;
    
                if ($max_num_pages <= 1) {
    Severity: Minor
    Found in src/theme/functions/content.php - About 1 hr to fix

      A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 83 and the first side effect is on line 2.
      Open

      <?php
      Severity: Minor
      Found in src/theme/functions.php by phpcodesniffer

      Expected 0 spaces before closing bracket; 1 found
      Open

                          <?php if ( get_option( 'page_comments' ) ) : ?>
      Severity: Minor
      Found in src/theme/comments.php by phpcodesniffer

      Space found after opening bracket of FOREACH loop
      Open

                  foreach ( $thecategories as $categorienumber => $category ) {

      Expected 0 spaces before closing bracket; 1 found
      Open

      <?php if ( have_comments() ) : ?>
      Severity: Minor
      Found in src/theme/comments.php by phpcodesniffer

      Expected 0 spaces before closing bracket; 1 found
      Open

                  foreach ( $thecategories as $categorienumber => $category ) {

      Expected 0 spaces before closing bracket; 1 found
      Open

                      if ( $categorienumber == $numberofcategories - 1 ) {

      There must be no space before the colon in a CASE statement
      Open

                      case 'link' :

      There must be no space before the colon in a CASE statement
      Open

                      case 'quote' : case 'link' :

      Terminating statement must be indented to the same level as the CASE body
      Open

                      break;

      There must be no space before the colon in a DEFAULT statement
      Open

                      default :

      Spaces must be used for alignment; tabs are not allowed
      Open

                              'label' => __( 'Header Link Color', 'e.nigma-2015' ),

      Spaces must be used for alignment; tabs are not allowed
      Open

                  ));

      Spaces must be used for alignment; tabs are not allowed
      Open

          }

      Method name "Content::get_category_symbol" is not in camel caps format
      Open

              private static function get_category_symbol($format) {

      Terminating statement must be indented to the same level as the CASE body
      Open

                      break;

      Method name "Content::get_css" is not in camel caps format
      Open

              private static function get_css($format, $css='') {

      Method name "Content::get_post_vars" is not in camel caps format
      Open

              public static function get_post_vars( $format = '' ) {
      Severity
      Category
      Status
      Source
      Language