RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line exceeds maximum allowed length
Open

    @get "projects/#{Utils.parseProjectId projectId}/merge_request/#{parseInt mergerequestId}", (data) => fn data if fn

Line exceeds maximum allowed length
Open

    @post "projects/#{Utils.parseProjectId projectId}/merge_request/#{parseInt mergerequestId}/comments", params, (data) => fn data if fn

Unnecessary fat arrow
Open

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

Unnecessary fat arrow
Open

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

Unnecessary fat arrow
Open

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

Line exceeds maximum allowed length
Open

    @put "projects/#{Utils.parseProjectId projectId}/repository/branches/#{encodeURI branchId}/unprotect", null, (data) => fn data if fn

Line contains tab indentation
Open

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

Line contains tab indentation
Open

            res.send reply

Line contains tab indentation
Open

            reply += "```"

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                    icon = issue.author.avatar_url

Line contains tab indentation
Open

                        break

Line contains tab indentation
Open

                        break

Line contains tab indentation
Open

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

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

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