RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Unnecessary fat arrow
Open

        gitlab.projects.all  (projects) =>

Line exceeds maximum allowed length
Open

                    reply += pad("" + issue.iid , 8) + pad(issue.author.name,20) + issue.title + "\n"

Line exceeds maximum allowed length
Open

            gitlab.projects.issues.list  selproj.id,  {'iid': parseInt(res.match[1])},  (issues) ->

Line contains tab indentation
Open

                icon = ""

Line contains tab indentation
Open

                    reply += pad("Opened by" , 20) + issue.author.name + "\n"

Line contains tab indentation
Open

                    if idx > limit

Line contains tab indentation
Open

                reply += "```"

Line contains tab indentation
Open

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

Line contains tab indentation
Open

    robot.respond  /projects/i, (res) ->

Line contains tab indentation
Open

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

Line contains tab indentation
Open

        gitlab.projects.all  (projects) =>

Unnecessary fat arrow
Open

        gitlab.projects.all  (projects) =>

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

        gitlab.projects.all  (projects) =>

Line contains tab indentation
Open

                reply += rawcode.replace(/^\s*[\r\n]/gm, "")

Line contains tab indentation
Open

                reply += "\n```"

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

            res.send disp_issues(issues, false)
Severity
Category
Status
Source
Language