RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains tab indentation
Open

                reply += "```"

Line contains tab indentation
Open

        for g in issues

Line contains tab indentation
Open

        return output

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

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

Unnecessary fat arrow
Open

        gitlab.projects.all  (projects) =>

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

                    output = output + pad( '' + g.number, 8)  + pad(g.user.login, 20) + '  '  + g.title + '\n'

Line contains tab indentation
Open

        return output

Line contains tab indentation
Open

        Url: #{issue.html_url}

Line contains tab indentation
Open

            res.send disp_issues(issues, true)

Line exceeds maximum allowed length
Open

        url = "https://api.github.com/repos/" + res.match[3] + '/issues/' + res.match[2]

Line contains tab indentation
Open

        github.get url, (gists) ->

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                count++

Line contains tab indentation
Open

            console.log 'Adding chatops to tabbar'

Line exceeds maximum allowed length
Open

    RocketChat.settings.add 'Chatops_Enabled', false, { type: 'boolean', group: 'Chatops', public: true }

Line exceeds maximum allowed length
Open

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

Line exceeds maximum allowed length
Open

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

Line exceeds maximum allowed length
Open

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

Line exceeds maximum allowed length
Open

    @get "projects/#{Utils.parseProjectId projectId}/merge_requests", params, (data) => fn data if fn
Severity
Category
Status
Source
Language