mysociety/alaveteli

View on GitHub

Showing 90 of 433 total issues

Avoid too many return statements within this method.
Open

      handle_blocked_ip(@info_request) && return
Severity: Major
Found in app/controllers/request_controller.rb - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

        return true if @user
    Severity: Major
    Found in app/controllers/user_controller.rb - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

          return render_new_preview if params[:preview].to_i == 1
      Severity: Major
      Found in app/controllers/request_controller.rb - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

              return
        Severity: Major
        Found in app/controllers/request_controller.rb - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                return
          Severity: Major
          Found in app/controllers/request_controller.rb - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                    return
            Severity: Major
            Found in app/controllers/request_controller.rb - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                    return true if subject == "out of office reply"
              Severity: Major
              Found in lib/mail_handler/reply_handler.rb - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                      return true if subject.end_with? "is out of the office"
                Severity: Major
                Found in lib/mail_handler/reply_handler.rb - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                        return true if subject == "out of office"
                  Severity: Major
                  Found in lib/mail_handler/reply_handler.rb - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                          return true if subject.start_with? "out of office autoreply:"
                    Severity: Major
                    Found in lib/mail_handler/reply_handler.rb - About 30 mins to fix
                      Severity
                      Category
                      Status
                      Source
                      Language