RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Unnecessary fat arrow
Open

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

Line contains tab indentation
Open

        output = '```\n'

Line contains tab indentation
Open

    editorCode: ->

Line contains tab indentation
Open

        greenicon = {path: google.maps.SymbolPath.CIRCLE, fillColor: "green", fillOpacity: 0.8, strokeColor: "gold", strokeWeight: 2, scale: 10}

Line contains tab indentation
Open

            reply += "gits for <userid> - list gists for specified GitHub user\n"

Line exceeds maximum allowed length
Open

            reply += "https://github.com/RocketChat/Rocket.Chat.Ops/tree/master/hubots/hubot-gitsy\n"

Line ends with trailing whitespace
Open

        marker = new google.maps.Marker({position: new google.maps.LatLng(35.661848,-78.843165), icon: redicon,  map: map.instance})    

Line contains tab indentation
Open

            reply += "pr n for m - show merge request #n  for project #m\n"

Line contains tab indentation
Open

        marker.setLabel('1')

Line contains tab indentation
Open

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

Line contains tab indentation
Open

                for k,v of gist.files

Line contains tab indentation
Open

                    if idx > limit

Line exceeds maximum allowed length
Open

        console.log "##{project.id}: #{project.name}, path: #{project.path}, default_branch: #{project.default_branch}, private: #{project.private}, owner: #{project.owner.name} (#{project.owner.email}), date: #{project.created_at}"

Line contains tab indentation
Open

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

Line exceeds maximum allowed length
Open

gitlab.projects.repository.showFile {projectId: projectId, ref: 'master', file_path: 'README.md'}, (file) ->

Line contains tab indentation
Open

                reply = "```\n"

Line contains tab indentation
Open

    editorOptions: ->

Unnecessary fat arrow
Open

  fn_wrapper: (fn) =>

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

    limit = 20
Severity
Category
Status
Source
Language