RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

    disp_issue = (issue) ->

Unnecessary fat arrow
Open

      @get "projects/#{Utils.parseProjectId params.projectId}/repository/files", params, (data) => fn data if fn

Line contains tab indentation
Open

                output = output + pad( '' + count, 8)  + g.description + '\n'

Line contains tab indentation
Open

        if issue.pull_request?

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

            reply += "I can do webhooks, issues, merge requests, and snippets out of the box.\n"

Line contains tab indentation
Open

            res.send disp_issues(issues, true)

Line contains tab indentation
Open

            res.send reply

Line contains tab indentation
Open

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

Line contains tab indentation
Open

        github.get url, (issues) ->

Line contains tab indentation
Open

                reply = "```\n"

Line contains tab indentation
Open

                reply += "```"

Line contains tab indentation
Open

                        break

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                    reply += pad("Title", 20) + issue.title + "\n"

Line contains tab indentation
Open

                    if idx > limit

Line contains tab indentation
Open

            output = output + '```'

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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