RocketChat/Rocket.Chat.Ops

View on GitHub

Showing 611 of 611 total issues

Line contains inconsistent indentation
Open

        url = "https://api.github.com/repos/" +  our_repo + "/issues?state=open"

Line contains inconsistent indentation
Open

        if RocketChat.settings.get('Chatops_Enabled')

Line contains inconsistent indentation
Open

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

Line contains inconsistent indentation
Open

            res.send disp_issue(issue)

Line contains inconsistent indentation
Open

                id: 'chatops-button2'

Line contains inconsistent indentation
Open

        console.log('ready')

Line contains inconsistent indentation
Open

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

Line contains inconsistent indentation
Open

            res.send disp_issues(issues, true)

Line contains inconsistent indentation
Open

    console.log('startup hooked')

Line contains inconsistent indentation
Open

        gitlab.projects.all  (projects) =>

Line contains inconsistent indentation
Open

        gitlab.projects.all  (projects) =>

Line contains inconsistent indentation
Open

        url = "https://api.github.com/repos/" + our_repo + "/issues?state=open"

Line contains tab indentation
Open

    RocketChat.callbacks.add 'enter-room', ->

Line contains tab indentation
Open

                width: 675

Line contains tab indentation
Open

                order: 5

Line contains tab indentation
Open

    , RocketChat.callbacks.priority.MEDIUM, 'enter-room-tabbar-chatops'

Line contains a trailing semicolon
Open

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

Line ends with trailing whitespace
Open

        marker2 = new google.maps.Marker({position: new google.maps.LatLng(35.660537,-78.846959), icon: greenicon, map: map.instance})    

Unnecessary fat arrow
Open

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

Unnecessary fat arrow
Open

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