NMandapaty/ArcticVoice

View on GitHub
app/assets/javascripts/ckeditor/config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function editorConfig has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

CKEDITOR.editorConfig = function(config) {
  config.language = 'en';
  config.width = '700';
  config.filebrowserBrowseUrl = "/ckeditor/attachment_files";
  config.filebrowserImageBrowseLinkUrl = "/ckeditor/pictures";
Severity: Minor
Found in app/assets/javascripts/ckeditor/config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status