RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

    limit = 20

Line contains tab indentation
Open

                if pullreq == true

Line exceeds maximum allowed length
Open

                    output = output + pad( '' + g.number, 8)  + pad(g.user.login, 20) + '  '  + g.title + '\n'

Line contains tab indentation
Open

        url = "https://api.github.com/users/" + res.match[2] + "/gists"

Line contains tab indentation
Open

            reply += "https://github.com/RocketChat/Rocket.Chat.Ops/tree/master/hubots/hubot-baronbogo\n"

Line contains tab indentation
Open

            reply += "our prs - list open merge requests for the project\n"

Line contains tab indentation
Open

    robot.respond /our issues/i, (res) ->

Line contains tab indentation
Open

        #  console.log 'url' + url

Line contains tab indentation
Open

        gitlab.projects.all  (projects) =>

Line contains tab indentation
Open

            if g.pull_request?

Line contains tab indentation
Open

            reply += "get gist n for m - view gist #n for user #m\n"

Line contains tab indentation
Open

            res.send disp_issues(issues, true)

Line contains tab indentation
Open

            res.send disp_issue(issue)

Line contains tab indentation
Open

        #  console.log 'url' + url

Line contains tab indentation
Open

                count++

Line contains tab indentation
Open

        else

Line exceeds maximum allowed length
Open

            reply += "You can add me for your own Gitlab CE projects or Gitlab cloud public projects.\n"

Line contains tab indentation
Open

            reply += "prs for n - list open merge requests for project #n\n"

Line contains tab indentation
Open

            reply += "issue n for m - show issue #n for project #m\n"

Line exceeds maximum allowed length
Open

                # reply += "##{project.id}: #{project.name}, path: #{project.path}, default_branch: #{project.default_branch}, private: #{project.private}, owner: #{project.owner.name} (#{project.owner.email}), date: #{project.created_at}"
Severity
Category
Status
Source
Language