1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# sources are in _source and are installed instead of provided minified versions
ckeditor3 source: source-is-missing lang/*
ckeditor3 source: source-is-missing adapters/*
ckeditor3 source: source-is-missing plugins/*
ckeditor3 source: source-is-missing skins/*
ckeditor3 source: source-is-missing themes/default/theme.js*
ckeditor3 source: source-is-missing _source/core/dtd.js*
# sources are in _source/core
# ckeditor_basic_source.js and ckeditor_source contain a compressed version
# of _source/core/ckeditor_base.js
ckeditor3 source: source-is-missing ckeditor*
# false positives: these are the sources but line length is high
ckeditor3 source: source-is-missing _source/lang/*
ckeditor3 source: source-is-missing _source/plugins/specialchar/plugin.js*
ckeditor3 source: source-is-missing _source/plugins/a11yhelp/lang/*
|