RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line exceeds maximum allowed length
Open

    # console.log 'If you are curious, I am listening to  ' +  robot.listeners.length + ' source'

Line exceeds maximum allowed length
Open

            reply += "Hi, my name is gitsy, and I am the Rocket.Chat gitlab integration bot.\n"

Line contains tab indentation
Open

            res.send reply

Line contains tab indentation
Open

            selproj = projects[parseInt(res.match[1]) - 1]

Line contains tab indentation
Open

                reply += "```"

Line contains tab indentation
Open

            selproj = projects[parseInt(res.match[1]) - 1]

Line exceeds maximum allowed length
Open

            gitlab.projects.merge_requests.list  selproj.id,  {'state': 'opened'},  (issues) ->

Line contains tab indentation
Open

                res.send reply

Line contains tab indentation
Open

                for snippet, idx in snippets

Line contains tab indentation
Open

    githubevents(robot)

Line contains tab indentation
Open

            if g.pull_request?

Line contains tab indentation
Open

        """

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

    robot.respond /prs for (.*)/i, (res) ->

Line contains tab indentation
Open

        url = "https://api.github.com/repos/" + res.match[1] + "/issues?state=open"

Line contains tab indentation
Open

            output = '```\n'

Line contains tab indentation
Open

            res.send output

Line exceeds maximum allowed length
Open

        console.error("the environment variable GITLAB_URL must be set for hubot-gitsy to work properly")

Line contains tab indentation
Open

                reply = "```\n"
Severity
Category
Status
Source
Language