RocketChat/Rocket.Chat.Ops

View on GitHub
packages/rocketchat-chatops/server/settings.coffee

Summary

Maintainability
Test Coverage

Line contains inconsistent indentation
Open

    RocketChat.settings.addGroup 'Chatops'

Line exceeds maximum allowed length
Open

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

Line contains tab indentation
Open

    RocketChat.settings.addGroup 'Chatops'

Line exceeds maximum allowed length
Open

    RocketChat.settings.add 'Chatops_Username', false, { type: 'string', group: 'Chatops', public: true }

Line contains tab indentation
Open

    RocketChat.settings.add 'Chatops_Username', false, { type: 'string', group: 'Chatops', public: true }

Line contains tab indentation
Open

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

There are no issues that match your filters.

Category
Status