RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

        url = "https://api.github.com/repos/" + our_repo + "/issues/" + res.match[2]

Line contains tab indentation
Open

            # console.log "PROJECT ID " + selproj.id

Line contains tab indentation
Open

                reply = "```\n"

Line contains tab indentation
Open

                    reply += "Body:\n"  + desc + "\n"

Unnecessary fat arrow
Open

        gitlab.projects.all  (projects) =>

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                icon = ""

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

                res.send reply

Line contains tab indentation
Open

                    if (count >= limit)

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

            reply += "Please add to my abilities and contribute your code to Rocket.Chat.\n"

Line contains tab indentation
Open

            reply += "our issues - list open issues for the project\n"

Line contains tab indentation
Open

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

Line contains tab indentation
Open

        github.get url, (issues) ->

Line contains tab indentation
Open

    robot.respond /our (pr|issue) (.*)/i, (res) ->

Line contains tab indentation
Open

        github.get url, (issue) ->

Line contains tab indentation
Open

            for g in gists

Line contains tab indentation
Open

    limit = 20
Severity
Category
Status
Source
Language