codefirst/AsakusaSatellite

View on GitHub

Showing 209 of 252 total issues

Method process has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

  def process(text, opts={})
    text.gsub REGEXP do |url|
      link,image = any(@@picture) do| regexp, handle |
        if (m = regexp.match(url)) then
          handle[*m.captures]
Severity: Minor
Found in plugins/as_auto_link/lib/auto_link.rb - About 35 mins 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 after_create_message has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

  def after_create_message(context)
    message = context[:message]
    room = context[:room]

    AsakusaSatellite::AsyncRunner.run do
Severity: Minor
Found in plugins/as_chrome_notifier/lib/as_chrome_notifier.rb - About 35 mins 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

Avoid too many return statements within this function.
Open

                return results;
Severity: Major
Found in app/assets/javascripts/jquery.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                        return results;
    Severity: Major
    Found in app/assets/javascripts/jquery.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                              return results;
      Severity: Major
      Found in app/assets/javascripts/jquery.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return ret;
        Severity: Major
        Found in app/assets/javascripts/jquery.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                      return rootjQuery.ready( selector );
          Severity: Major
          Found in app/assets/javascripts/jquery.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                return select( selector.replace( rtrim, "$1" ), context, results, seed );
            Severity: Major
            Found in app/assets/javascripts/jquery.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                              return results;
              Severity: Major
              Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                            return ret == null ?
                                undefined :
                                ret;
                Severity: Major
                Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                                  return ( context || rootjQuery ).find( selector );
                  Severity: Major
                  Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return jQuery.makeArray( selector, this );
                    Severity: Major
                    Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                              return key === undefined || core_hasOwn.call( obj, key );
                      Severity: Major
                      Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                    return this;
                        Severity: Major
                        Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                  return a.compareDocumentPosition ? -1 : 1;
                          Severity: Major
                          Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                            return this.constructor( context ).find( selector );
                            Severity: Major
                            Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                          return compare & 4 ? -1 : 1;
                              Severity: Major
                              Found in app/assets/javascripts/jquery.js - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                                return "object";
                                Severity: Major
                                Found in qunit/lib/qunit/qunit.js - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                          return undefined;
                                  Severity: Major
                                  Found in qunit/lib/qunit/qunit.js - About 30 mins to fix

                                    Method initialize has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                    Open

                                          def initialize
                                            pem = ENV['PEM']
                                    
                                            if pem
                                              content = Base64.decode64(pem.gsub('\n', "\n"))
                                    Severity: Minor
                                    Found in plugins/as_iphone_notifier/lib/asakusa_satellite/apn_service/embed.rb - About 25 mins 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

                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language