RocketChat/Rocket.Chat.Ops

View on GitHub
packages/rocketchat-chatops/client/views/codemirror.coffee

Summary

Maintainability
Test Coverage

Line contains inconsistent indentation
Open

    editorOptions: ->

Line contains inconsistent indentation
Open

        return "# This is a full featured, syntax highlighted editor\n# BOTs can fetch, edit, commit, and save source code\n#\n\nvar express = require('express');\nvar app = express();\n// respond with \"hello world\" when a GET request is made to the homepage

Line contains inconsistent indentation
Open

        return {lineNumbers: true, mode:"javascript"}

Line exceeds maximum allowed length
Open

        return "# This is a full featured, syntax highlighted editor\n# BOTs can fetch, edit, commit, and save source code\n#\n\nvar express = require('express');\nvar app = express();\n// respond with \"hello world\" when a GET request is made to the homepage

Line contains a trailing semicolon
Open

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

Line contains tab indentation
Open

        return {lineNumbers: true, mode:"javascript"}

Line contains tab indentation
Open

    editorCode: ->

Line contains tab indentation
Open

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

Line contains tab indentation
Open

    editorOptions: ->

Line contains tab indentation
Open

        return "# This is a full featured, syntax highlighted editor\n# BOTs can fetch, edit, commit, and save source code\n#\n\nvar express = require('express');\nvar app = express();\n// respond with \"hello world\" when a GET request is made to the homepage

There are no issues that match your filters.

Category
Status