RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

            reply += "Find my code here:\n"

Line contains tab indentation
Open

            reply += "snippet n for m - view snippet #n for project #m\n"

Line contains tab indentation
Open

    +\napp.get('/', function(req, res) {\nres.send('hello world');\n});";

Line contains tab indentation
Open

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

Line contains tab indentation
Open

    flightMapOptions: ->

Line contains tab indentation
Open

        gitlab.projects.all  (projects) ->

Line contains tab indentation
Open

        marker2.setLabel('2')

Line contains tab indentation
Open

            res.send reply

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                        desc = issue.description.split("\*\*Imported")[0]

Unnecessary fat arrow
Open

    return (err, response, ret) =>

Line contains tab indentation
Open

                for issue, idx in issues

Line exceeds maximum allowed length
Open

    @put "projects/#{projectId}/issues/#{issueId}", params, (data) -> fn data if fn

Unnecessary fat arrow
Open

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

Line exceeds maximum allowed length
Open

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

Line exceeds maximum allowed length
Open

        return @get "projects/#{Utils.parseProjectId projectId}/milestones", params, cb

Line contains tab indentation
Open

                reply = "```\n"

Unnecessary fat arrow
Open

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

Line contains tab indentation
Open

    our_repo = process.env['REPOSITORY_NAME']
Severity
Category
Status
Source
Language