RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

        github.get url, (gists) ->

Line exceeds maximum allowed length
Open

    @put "projects/#{Utils.parseProjectId projectId}/milestones/#{parseInt milestoneId}", params, (data) => fn data if fn

Line contains tab indentation
Open

            reply = "```\n"

Unnecessary fat arrow
Open

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

Line contains tab indentation
Open

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

Using height with padding can sometimes make elements larger than you expect.
Open

  padding: 5px, 5px, 5px 5px;

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                        break

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

        gitlab.projects.all  (projects) =>

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                icon = ""

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                    reply += pad("Issue #",20) + issue.iid + "\n"

Line contains tab indentation
Open

                    desc = issue.description

Line contains tab indentation
Open

                    if idx > limit

Line contains tab indentation
Open

                    reply += "Body:\n"  + desc + "\n"
Severity
Category
Status
Source
Language