RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

    # handle gists

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                reply += pad("" + (idx + 1), 8) + pad(project.name, 20)  + project.created_at + "\n"

Unnecessary fat arrow
Open

        gitlab.projects.all  (projects) =>

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

                if pullreq == true

Line contains tab indentation
Open

            reply += "get gist n for m - view gist #n for user #m\n"

Line contains tab indentation
Open

        github.get url, (issues) ->

Line contains tab indentation
Open

            res.send disp_issues(issues, true)

Line contains tab indentation
Open

            res.send disp_issue(issue)

Line contains tab indentation
Open

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

Line contains tab indentation
Open

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

Line contains tab indentation
Open

    robot.respond  /intro gitsy/i, (res) ->

Line contains tab indentation
Open

            reply = "```\n"

Line contains tab indentation
Open

                reply += "```"

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                    desc = issue.description

Line contains tab indentation
Open

                    icon = issue.author.avatar_url

Line contains tab indentation
Open

            else

Line contains tab indentation
Open

                if count >= limit
Severity
Category
Status
Source
Language