Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(893 errors, 79 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

lib/editor/atto/plugins/snippet/classes/settingstools.php
(#17) Whitespace found at end of line
(#34) Whitespace found at end of line
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Line indented incorrectly; expected 4 spaces, found 0
(#39) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 1
(#43) Expected 1 space before "="; 0 found
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 4
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Commas (,) must be followed by white space.
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#48) No space found before comment text; expected "// template show in atto editor" but found "//template show in atto editor"
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#53) Commas (,) must be followed by white space.
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#57) Line indented incorrectly; expected 4 spaces, found 0
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// make a readable snippet name for menus and lists etc" but found "//make a readable snippet name for menus and lists etc"
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space after closing parenthesis; found 0
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// snippet display name" but found "//snippet display name"
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Commas (,) must be followed by white space.
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#66) Commas (,) must be followed by white space.
(#69) Expected "if (...) {\n"; found "if(...){"
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#69) Closing brace must be on a line by itself
(#70) Commas (,) must be followed by white space.
(#75) Line indented incorrectly; expected 4 spaces, found 0
(#75) Expected 1 space after closing parenthesis; found 0
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) No space found before comment text; expected "// Add the snippet pages" but found "//Add the snippet pages"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#79) Expected "if (...) {\n"; found "if(...){\n"
(#79) Commas (,) must be followed by white space.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#81) Expected "} else {\n"; found "}else{\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Whitespace found at end of line
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// fetch preset data, just once so we do nto need to repeat the call a zillion times" but found "//fetch preset data, just once so we do nto need to repeat the call a zillion times"
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "for (...) {\n"; found "for(...){\n"
(#88) Expected 1 space after first semicolon of FOR loop; 0 found
(#88) Expected 1 space after second semicolon of FOR loop; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Expected 1 space before "<="; 0 found
(#88) Expected 1 space after "<="; 0 found
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Line indented incorrectly; expected at least 12 spaces, found 4
(#90) No space found before comment text; expected "// snippet display name" but found "//snippet display name"
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Expected "if (...) {\n"; found "if(...){\n"
(#92) Commas (,) must be followed by white space.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 3
(#95) Expected "if (...) {\n"; found "if(...){\n"
(#95) Commas (,) must be followed by white space.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 9
(#97) Closing brace indented incorrectly; expected 3 spaces, found 9
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#98) Expected "if (...) {\n"; found "if(...){"
(#98) Expected 1 space before "="; 0 found
(#98) Closing brace must be on a line by itself
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Commas (,) must be followed by white space.
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Line indented incorrectly; expected at least 12 spaces, found 4
(#101) No space found before comment text; expected "// snippet settings Page Settings" but found "//snippet settings Page Settings"
(#101) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Variable "settings_page" must not contain underscores.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#103) Whitespace found at end of line
(#103) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Variable "settings_page" must not contain underscores.
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 4
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#107) Variable "settings_page" must not contain underscores.
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 5
(#108) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Variable "settings_page" must not contain underscores.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 4
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#111) Variable "settings_page" must not contain underscores.
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 4
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#113) Variable "settings_page" must not contain underscores.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 4
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 3
(#115) Variable "settings_page" must not contain underscores.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 4
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 3
(#117) Variable "settings_page" must not contain underscores.
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 4
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) Variable "settings_page" must not contain underscores.
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 4
(#121) Whitespace found at end of line
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Variable "settings_page" must not contain underscores.
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#126) Closing brace indented incorrectly; expected 0 spaces, found 1
lib/editor/atto/plugins/snippet/classes/snippetpresets.php
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Line exceeds 132 characters; contains 145 characters
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Commas (,) must be followed by white space.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// build our select form" but found "//build our select form"
(#90) Whitespace found at end of line
(#91) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 12 spaces, found 9
(#92) No space found before comment text; expected "// get the template name" but found "//get the template name"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 9
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 10
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 9
(#95) Expected "} else {\n"; found "}else{\n"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 10
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 9
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected at least 12 spaces, found 9
(#99) No space found before comment text; expected "// set the name" but found "//set the name"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 9
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// sort alphabetically the template names" but found "//sort alphabetically the template names"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Line exceeds 132 characters; contains 167 characters
(#107) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) No space found before comment text; expected "// Add javascript handler for presets" but found "//Add javascript handler for presets"
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 5
(#111) Commas (,) must be followed by white space.
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#115) Line exceeds 132 characters; contains 153 characters
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 3
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 3
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 3
(#120) Commas (,) must be followed by white space.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#121) Closing brace indented incorrectly; expected 4 spaces, found 1
(#122) Whitespace found at end of line
(#123) Line indented incorrectly; expected 4 spaces, found 8
(#123) Expected 1 space after closing parenthesis; found 0
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#126) Line indented incorrectly; expected 8 spaces, found 12
(#126) Expected "while (...) {\n"; found "while(...){\n"
(#128) Line indented incorrectly; expected 8 spaces, found 12
(#129) Variable "preset_object" must not contain underscores.
(#130) Line indented incorrectly; expected 8 spaces, found 12
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#130) Variable "preset_object" must not contain underscores.
(#130) Variable "preset_object" must not contain underscores.
(#131) Variable "preset_object" must not contain underscores.
(#132) Line indented incorrectly; expected 8 spaces, found 12
(#132) Expected "} else {\n"; found "}else{\n"
(#134) Line indented incorrectly; expected 8 spaces, found 12
(#135) Line indented incorrectly; expected 4 spaces, found 8
(#138) Line indented incorrectly; expected 4 spaces, found 8
(#138) Expected 1 space after closing parenthesis; found 0
(#139) Commas (,) must be followed by white space.
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line indented incorrectly; expected at least 8 spaces, found 3
(#140) No space found before comment text; expected "// init return array" but found "//init return array"
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) No space found before comment text; expected "// we search the snippets "presets" and the themes "snippet" folders for presets" but found "//we search the snippets "presets" and the themes "snippet" folders for presets"
(#145) Variable "snippet_presets_dir" must not contain underscores.
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#146) Variable "theme_snippets_dir" must not contain underscores.
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#147) Line indented incorrectly; expected 8 spaces, found 12
(#147) Expected "if (...) {\n"; found "if(...) {\n"
(#147) Variable "snippet_presets_dir" must not contain underscores.
(#148) Variable "snippet_presets_dir" must not contain underscores.
(#149) Line indented incorrectly; expected 8 spaces, found 12
(#150) Line indented incorrectly; expected 8 spaces, found 12
(#150) Expected "if (...) {\n"; found "if(...) {\n"
(#150) Variable "theme_snippets_dir" must not contain underscores.
(#151) Variable "theme_snippets_dir" must not contain underscores.
(#152) Line indented incorrectly; expected 8 spaces, found 12
(#153) Line indented incorrectly; expected 8 spaces, found 12
(#153) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#154) Line indented incorrectly; expected 12 spaces, found 16
(#155) Line indented incorrectly; expected 16 spaces, found 20
(#157) Line indented incorrectly; expected 20 spaces, found 24
(#159) Line indented incorrectly; expected 20 spaces, found 24
(#160) Line indented incorrectly; expected 16 spaces, found 20
(#161) Line indented incorrectly; expected 12 spaces, found 16
(#162) Line indented incorrectly; expected 8 spaces, found 12
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 2
(#164) Closing brace indented incorrectly; expected 8 spaces, found 2
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Whitespace found at end of line
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 2
(#166) Expected 1 space after closing parenthesis; found 0
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 3
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 3
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#169) Expected 1 space before "="; 0 found
(#169) Expected 1 space after "="; 0 found
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 3
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 3
(#172) Expected 1 space before "="; 0 found
(#172) Expected 1 space after "="; 0 found
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 3
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#174) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 8 spaces, found 3
(#176) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 12 spaces, found 4
(#177) Expected "if (...) {\n"; found "if(...){\n"
(#177) Commas (,) must be followed by white space.
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 16 spaces, found 5
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 12 spaces, found 4
(#179) Expected "} else {\n"; found "}else{\n"
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 16 spaces, found 5
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 4
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 4
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 8 spaces, found 3
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 2
lib/editor/atto/plugins/snippet/classes/snippettable.php
(#35) Line exceeds 132 characters; contains 145 characters
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Commas (,) must be followed by white space.
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "snippet_details" must not contain underscores.
(#79) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// loop through snippets and add to table" but found "//loop through snippets and add to table"
(#96) Variable "snippet_details" must not contain underscores.
(#98) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#106) This comment is 63% valid code; is this commented out code?
(#106) Line indented incorrectly; expected at least 12 spaces, found 8
(#110) Line indented incorrectly; expected at least 12 spaces, found 8
(#112) Commas (,) must be followed by white space.
(#117) Variable "snippet_table" must not contain underscores.
(#117) Expected 1 space before "="; 0 found
(#118) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 3
(#121) Variable "snippet_table" must not contain underscores.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 3
(#122) Commas (,) must be followed by white space.
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Closing brace indented incorrectly; expected 4 spaces, found 1
(#124) Whitespace found at end of line
(#127) Line indented incorrectly; expected 4 spaces, found 5
(#127) Expected 1 space after closing parenthesis; found 0
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 3
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) No space found before comment text; expected "// Add the snippet pages" but found "//Add the snippet pages"
(#132) Line indented incorrectly; expected 8 spaces, found 12
(#132) Expected "if (...) {\n"; found "if(...){\n"
(#132) Commas (,) must be followed by white space.
(#134) Line indented incorrectly; expected 8 spaces, found 12
(#134) Expected "} else {\n"; found "}else{\n"
(#136) Line indented incorrectly; expected 8 spaces, found 12
(#138) Line indented incorrectly; expected 8 spaces, found 12
(#138) Expected "for (...) {\n"; found "for(...) {\n"
(#138) Expected 1 space after first semicolon of FOR loop; 0 found
(#138) Expected 1 space after second semicolon of FOR loop; 0 found
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#138) Expected 1 space before "<="; 0 found
(#138) Expected 1 space after "<="; 0 found
(#139) Variable "snippet_details" must not contain underscores.
(#140) Variable "snippet_details" must not contain underscores.
(#142) Variable "snippet_details" must not contain underscores.
(#143) Line indented incorrectly; expected 12 spaces, found 16
(#143) Expected "if (...) {\n"; found "if(...){\n"
(#143) Commas (,) must be followed by white space.
(#144) Variable "snippet_details" must not contain underscores.
(#145) Line indented incorrectly; expected 12 spaces, found 16
(#146) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#148) Variable "snippet_details" must not contain underscores.
(#148) Expected 1 space after "="; 0 found
(#149) Line indented incorrectly; expected 12 spaces, found 16
(#149) Expected "if (...) {\n"; found "if(...) {\n"
(#149) Commas (,) must be followed by white space.
(#150) Variable "snippet_details" must not contain underscores.
(#151) Line indented incorrectly; expected 12 spaces, found 16
(#153) Variable "snippet_details" must not contain underscores.
(#153) Expected 1 space before "=>"; 0 found
(#153) Line exceeds 132 characters; contains 138 characters
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#154) Variable "snippet_details" must not contain underscores.
(#155) Line indented incorrectly; expected 8 spaces, found 12
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 4 spaces, found 2
(#157) Closing brace indented incorrectly; expected 5 spaces, found 2
lib/editor/atto/plugins/snippet/db/access.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
lib/editor/atto/plugins/snippet/db/install.php
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Expected "foreach (...) {\n"; found "foreach(...){\t\t\t\n"
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#35) Commas (,) must be followed by white space.
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) No space found before comment text; expected "// set the config" but found "//set the config"
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Commas (,) must be followed by white space.
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Whitespace found at end of line
lib/editor/atto/plugins/snippet/lang/en/atto_snippet.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#51) Expected 1 space after "="; 0 found
(#52) Expected 1 space after "="; 0 found
lib/editor/atto/plugins/snippet/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) No space found before comment text; expected "// coursecontext" but found "//coursecontext"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) No space found before comment text; expected "// snippet specific" but found "//snippet specific"
(#55) No space found before comment text; expected "// this has to be established. It will basically be an array of regular expressions" but found "//this has to be established. It will basically be an array of regular expressions"
(#56) No space found before comment text; expected "// each with a title." but found "//each with a title."
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Get the snippet count" but found "//Get the snippet count"
(#65) Line indented incorrectly; expected 4 spaces, found 5
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#65) Commas (,) must be followed by white space.
(#67) Line indented incorrectly; expected 4 spaces, found 8
(#67) Closing brace indented incorrectly; expected 5 spaces, found 8
(#67) Expected "} else {\n"; found "}else{\n"
(#69) Line indented incorrectly; expected 4 spaces, found 8
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// put our template into a form thats easy to process in JS" but found "//put our template into a form thats easy to process in JS"
(#72) Expected "for (...) {\n"; found "for(...) {\n"
(#72) Expected 1 space after first semicolon of FOR loop; 0 found
(#72) Expected 1 space after second semicolon of FOR loop; 0 found
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#72) Expected 1 space before "<"; 0 found
(#72) Expected 1 space after "<"; 0 found
(#72) Expected 1 space before "+"; 0 found
(#72) Expected 1 space after "+"; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) No space found before comment text; expected "// fetch any snippet from the theme and also display those" but found "//fetch any snippet from the theme and also display those"
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// the admin can disable this via the loadfromtheme setting on the snippet general settings page" but found "//the admin can disable this via the loadfromtheme setting on the snippet general settings page"
(#85) Expected "if (...) {\n"; found "if(...) {\n"
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) No space found before comment text; expected "// If they don't have permission don't show it" but found "//If they don't have permission don't show it"
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Expected "if (...) {\n"; found "if(...){\n"
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 2
(#101) Closing brace indented incorrectly; expected 1 spaces, found 2
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) No space found before comment text; expected "// add our disabled param" but found "//add our disabled param"
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Expected 1 space before "="; 0 found
(#106) Expected 1 space before "="; 0 found
(#107) Expected 1 space before "="; 0 found
(#108) Expected 1 space before "="; 0 found
(#109) Expected 1 space before "="; 0 found
(#116) Whitespace found at end of line
(#119) Expected 1 space after closing parenthesis; found 0
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 4 spaces, found 1
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) No space found before comment text; expected "// this was for the handlebars support, but dropped it, couldn't make it work" but found "//this was for the handlebars support, but dropped it, couldn't make it work"
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 1
(#123) Expected "if (...) {\n"; found "if(...){\n"
(#123) Expected 1 space before ">"; 0 found
(#123) Expected 1 space after ">"; 0 found
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) No space found before comment text; expected "// this was for the handlebars support, but dropped it, couldn't make it work" but found "//this was for the handlebars support, but dropped it, couldn't make it work"
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) This comment is 70% valid code; is this commented out code?
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Line indented incorrectly; expected at least 8 spaces, found 3
(#129) Line indented incorrectly; expected at least 8 spaces, found 4
(#130) Line indented incorrectly; expected at least 8 spaces, found 3
(#131) Line indented incorrectly; expected at least 8 spaces, found 4
(#132) Line indented incorrectly; expected at least 8 spaces, found 4
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#134) Line indented incorrectly; expected at least 8 spaces, found 4
(#135) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Line indented incorrectly; expected at least 8 spaces, found 4
(#137) Line indented incorrectly; expected at least 8 spaces, found 3
(#138) Line indented incorrectly; expected at least 8 spaces, found 3
(#139) Line indented incorrectly; expected at least 8 spaces, found 4
(#140) Line indented incorrectly; expected at least 8 spaces, found 3
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Expected 1 space before "="; 0 found
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#146) Expected "} else {\n"; found "}else{\n"
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#151) Expected 1 space after closing parenthesis; found 0
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 4 spaces, found 1
(#152) No space found before comment text; expected "// Now we just have our properties string" but found "//Now we just have our properties string"
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#153) No space found before comment text; expected "// Lets run our regular expression over them" but found "//Lets run our regular expression over them"
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) No space found before comment text; expected "// string should be property=value,property=value" but found "//string should be property=value,property=value"
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#155) No space found before comment text; expected "// got this regexp from http://stackoverflow.com/questions/168171/regular-expression-for-parsing-name-value-pairs" but found "//got this regexp from http://stackoverflow.com/questions/168171/regular-expression-for-parsing-name-value-pairs"
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 4 spaces, found 1
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Line indented incorrectly; expected at least 4 spaces, found 1
(#159) No space found before comment text; expected "// here we match the filter string and split into name array (matches[1]) and value array (matches[2])" but found "//here we match the filter string and split into name array (matches[1]) and value array (matches[2])"
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) No space found before comment text; expected "// we then add those to a name value array." but found "//we then add those to a name value array."
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#162) Expected "if (...) {\n"; found "if (...){\t\t\n"
(#162) Commas (,) must be followed by white space.
(#162) Commas (,) must be followed by white space.
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Whitespace found at end of line
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 8 spaces, found 2
(#164) Expected "for (...) {\n"; found "for (...){\n"
(#164) Expected 1 space after "="; 0 found
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) This comment is 63% valid code; is this commented out code?
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) No space found before comment text; expected "// this could be done better, I am sure. WE are removing the quotes from start and end" but found "//this could be done better, I am sure. WE are removing the quotes from start and end"
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) No space found before comment text; expected "// this wil however remove multiple quotes id they exist at start and end. NG really" but found "//this wil however remove multiple quotes id they exist at start and end. NG really"
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Commas (,) must be followed by white space.
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 12 spaces, found 3
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 4 spaces, found 1
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
lib/editor/atto/plugins/snippet/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) No space found before comment text; expected "// use this to put it all in a category" but found "//use this to put it all in a category"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Variable "atto_category" must not contain underscores.
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Variable "atto_category" must not contain underscores.
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) No space found before comment text; expected "// use this to put it all on one page" but found "//use this to put it all on one page"
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) This comment is 60% valid code; is this commented out code?
(#38) Line indented incorrectly; expected at least 4 spaces, found 3
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// General settings" but found "//General settings"
(#42) Variable "general_settings" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) No space found before comment text; expected "// add basic items to page, snippet count really" but found "//add basic items to page, snippet count really"
(#45) Variable "general_items" must not contain underscores.
(#45) Expected 1 space after "="; 2 found
(#46) Variable "general_items" must not contain underscores.
(#46) Variable "general_item" must not contain underscores.
(#47) Variable "general_settings" must not contain underscores.
(#47) Variable "general_item" must not contain underscores.
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// add table of templates to page" but found "//add table of templates to page"
(#51) Variable "snippettable_item" must not contain underscores.
(#51) Expected 1 space after "="; 2 found
(#53) Variable "general_settings" must not contain underscores.
(#53) Variable "snippettable_item" must not contain underscores.
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) No space found before comment text; expected "// add page to category" but found "//add page to category"
(#56) Variable "atto_category" must not contain underscores.
(#56) Commas (,) must be followed by white space.
(#56) Variable "general_settings" must not contain underscores.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// add Snippets pages to category (hidden from nav)" but found "//add Snippets pages to category (hidden from nav)"
(#59) Variable "snippet_pages" must not contain underscores.
(#59) Expected 1 space after "="; 2 found
(#60) Variable "snippet_pages" must not contain underscores.
(#60) Variable "snippet_page" must not contain underscores.
(#61) Variable "atto_category" must not contain underscores.
(#61) Variable "snippet_page" must not contain underscores.
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// set the default return to null" but found "//set the default return to null"
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
lib/editor/atto/plugins/snippet/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#31) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(806 errors, 207 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

lib/editor/atto/plugins/snippet/amd/src/template_presets_amd.js
(#2) A space is required after ','. (comma-spacing)
(#10) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#10) Unexpected tab character. (no-tabs)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Unexpected tab character. (no-tabs)
(#11) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#12) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#12) Unexpected tab character. (no-tabs)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#14) Unexpected tab character. (no-tabs)
(#14) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#15) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#15) Unexpected tab character. (no-tabs)
(#17) Unexpected tab character. (no-tabs)
(#17) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#18) Unexpected tab character. (no-tabs)
(#18) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#19) Unexpected tab character. (no-tabs)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#20) Unexpected tab character. (no-tabs)
(#20) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#21) Unexpected tab character. (no-tabs)
(#21) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#22) Unexpected tab character. (no-tabs)
(#22) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#23) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#23) Unexpected tab character. (no-tabs)
(#24) Trailing spaces not allowed. (no-trailing-spaces)
(#24) Unexpected tab character. (no-tabs)
(#24) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#25) Unexpected tab character. (no-tabs)
(#25) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#25) Missing space before opening brace. (space-before-blocks)
(#26) Unexpected tab character. (no-tabs)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#27) Unexpected tab character. (no-tabs)
(#28) Unexpected tab character. (no-tabs)
(#28) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#29) Unexpected tab character. (no-tabs)
(#29) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#29) Infix operators must be spaced. (space-infix-ops)
(#30) Unexpected tab character. (no-tabs)
(#30) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#31) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#31) Unexpected tab character. (no-tabs)
(#32) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#32) Unexpected tab character. (no-tabs)
(#33) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Unexpected tab character. (no-tabs)
(#34) Unreachable code. (no-unreachable)
(#35) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#35) Unexpected tab character. (no-tabs)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#36) Unexpected tab character. (no-tabs)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#37) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#37) Unexpected tab character. (no-tabs)
(#37) Missing space before opening brace. (space-before-blocks)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Requires a space before '}'. (block-spacing)
(#40) Unexpected tab character. (no-tabs)
(#40) A space is required after ','. (comma-spacing)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#44) Unexpected tab character. (no-tabs)
(#44) ["key"] is better written in dot notation. (dot-notation)
(#46) Unexpected tab character. (no-tabs)
(#47) Unexpected tab character. (no-tabs)
(#48) Unexpected tab character. (no-tabs)
(#49) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#50) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#56) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#56) Unexpected tab character. (no-tabs)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#57) Unexpected tab character. (no-tabs)
(#57) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Comments should not begin with a lowercase character (capitalized-comments)
(#58) Unexpected tab character. (no-tabs)
(#58) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) Comments should not begin with a lowercase character (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#61) Unexpected tab character. (no-tabs)
(#61) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) Requires a space after '{'. (block-spacing)
(#61) Requires a space before '}'. (block-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#62) Unexpected tab character. (no-tabs)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing space before opening brace. (space-before-blocks)
(#63) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#63) Unexpected tab character. (no-tabs)
(#63) Comments should not begin with a lowercase character (capitalized-comments)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#64) Unexpected tab character. (no-tabs)
(#64) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#64) Expected space(s) before "else". (keyword-spacing)
(#64) Expected space(s) after "else". (keyword-spacing)
(#65) Unexpected tab character. (no-tabs)
(#65) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#65) Expected space or tab after '//' in comment. (spaced-comment)
(#65) Comments should not begin with a lowercase character (capitalized-comments)
(#66) Unexpected tab character. (no-tabs)
(#66) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Multiple spaces found before '='. (no-multi-spaces)
(#67) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#67) Unexpected tab character. (no-tabs)
(#68) Trailing spaces not allowed. (no-trailing-spaces)
(#68) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#70) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#70) Unexpected tab character. (no-tabs)
(#70) Unexpected space before function parentheses. (space-before-function-paren)
(#71) Unexpected tab character. (no-tabs)
(#71) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#71) Comments should not begin with a lowercase character (capitalized-comments)
(#72) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#72) Unexpected tab character. (no-tabs)
(#72) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#73) Unexpected tab character. (no-tabs)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#74) Unexpected tab character. (no-tabs)
(#74) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#75) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#76) Unexpected tab character. (no-tabs)
(#76) Expected space(s) before "else". (keyword-spacing)
(#76) Expected space(s) after "else". (keyword-spacing)
(#77) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#77) Unexpected tab character. (no-tabs)
(#77) Expected space(s) after "switch". (keyword-spacing)
(#77) Missing space before opening brace. (space-before-blocks)
(#78) Unexpected tab character. (no-tabs)
(#78) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#79) Infix operators must be spaced. (space-infix-ops)
(#80) Unexpected tab character. (no-tabs)
(#80) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#81) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#81) Unexpected tab character. (no-tabs)
(#82) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#82) Unexpected tab character. (no-tabs)
(#82) Infix operators must be spaced. (space-infix-ops)
(#83) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#83) Unexpected tab character. (no-tabs)
(#84) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#84) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#85) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#86) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#86) Unexpected tab character. (no-tabs)
(#88) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#88) Unexpected tab character. (no-tabs)
(#90) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#90) Unexpected tab character. (no-tabs)
(#90) Missing space before opening brace. (space-before-blocks)
(#91) Unexpected tab character. (no-tabs)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#92) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Trailing spaces not allowed. (no-trailing-spaces)
(#93) Unexpected tab character. (no-tabs)
(#94) Unexpected tab character. (no-tabs)
(#94) Comments should not begin with a lowercase character (capitalized-comments)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) ["templateindex"] is better written in dot notation. (dot-notation)
(#98) Unexpected tab character. (no-tabs)
(#98) Infix operators must be spaced. (space-infix-ops)
(#99) Unexpected tab character. (no-tabs)
(#100) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#104) Comments should not begin with a lowercase character (capitalized-comments)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Unexpected tab character. (no-tabs)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) Unexpected tab character. (no-tabs)
(#106) ["templateindex"] is better written in dot notation. (dot-notation)
(#106) A space is required after ','. (comma-spacing)
(#106) Unexpected 'this'. (no-invalid-this)
(#107) Unexpected tab character. (no-tabs)
(#108) Trailing spaces not allowed. (no-trailing-spaces)
(#108) Unexpected tab character. (no-tabs)
(#109) Unexpected tab character. (no-tabs)
(#109) Expected space or tab after '//' in comment. (spaced-comment)
(#109) Comments should not begin with a lowercase character (capitalized-comments)
(#110) Unexpected tab character. (no-tabs)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) ["templateindex"] is better written in dot notation. (dot-notation)
(#111) Trailing spaces not allowed. (no-trailing-spaces)
(#111) Unexpected tab character. (no-tabs)
(#112) Unexpected tab character. (no-tabs)
(#112) Expected space or tab after '//' in comment. (spaced-comment)
(#112) Comments should not begin with a lowercase character (capitalized-comments)
(#113) Unexpected tab character. (no-tabs)
(#114) Unexpected tab character. (no-tabs)
(#114) ["templateindex"] is better written in dot notation. (dot-notation)
(#115) Unexpected tab character. (no-tabs)
(#116) Trailing spaces not allowed. (no-trailing-spaces)
(#116) Unexpected tab character. (no-tabs)
(#117) Trailing spaces not allowed. (no-trailing-spaces)
(#117) Unexpected tab character. (no-tabs)
(#118) Unexpected tab character. (no-tabs)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Comments should not begin with a lowercase character (capitalized-comments)
(#119) Unexpected tab character. (no-tabs)
(#120) Unexpected tab character. (no-tabs)
(#120) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Unexpected tab character. (no-tabs)
(#122) Unexpected tab character. (no-tabs)
(#122) Unexpected 'this'. (no-invalid-this)
(#123) Unexpected tab character. (no-tabs)
(#124) Trailing spaces not allowed. (no-trailing-spaces)
(#124) Unexpected tab character. (no-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Unexpected tab character. (no-tabs)
(#126) Trailing spaces not allowed. (no-trailing-spaces)
(#127) Unexpected tab character. (no-tabs)
(#128) Unexpected tab character. (no-tabs)
(#128) Unexpected 'this'. (no-invalid-this)
(#129) Unexpected tab character. (no-tabs)
(#130) Trailing spaces not allowed. (no-trailing-spaces)
(#130) Unexpected tab character. (no-tabs)
(#131) Unexpected tab character. (no-tabs)
(#133) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#133) Unexpected tab character. (no-tabs)
(#133) Comments should not begin with a lowercase character (capitalized-comments)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#134) Unexpected tab character. (no-tabs)
(#135) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#135) Unexpected tab character. (no-tabs)
(#135) Expected space or tab after '//' in comment. (spaced-comment)
(#136) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#136) Unexpected tab character. (no-tabs)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#137) Unexpected tab character. (no-tabs)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Unexpected tab character. (no-tabs)
(#138) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Unexpected tab character. (no-tabs)
(#139) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#140) Trailing spaces not allowed. (no-trailing-spaces)
(#140) Unexpected tab character. (no-tabs)
(#140) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#141) Unexpected tab character. (no-tabs)
(#141) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#141) Comments should not begin with a lowercase character (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Unexpected tab character. (no-tabs)
(#142) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#142) Expected space(s) after "if". (keyword-spacing)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) Unexpected tab character. (no-tabs)
(#143) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#144) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#144) Unexpected tab character. (no-tabs)
(#145) Unexpected tab character. (no-tabs)
(#145) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#146) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#146) Unexpected tab character. (no-tabs)
(#146) Trailing spaces not allowed. (no-trailing-spaces)
(#147) Unexpected tab character. (no-tabs)
(#147) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#148) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#148) Unexpected tab character. (no-tabs)
(#149) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#149) Unexpected tab character. (no-tabs)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Missing space before opening brace. (space-before-blocks)
(#150) Unexpected tab character. (no-tabs)
(#150) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#150) ["templateindex"] is better written in dot notation. (dot-notation)
(#150) A space is required after ','. (comma-spacing)
(#151) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#151) Unexpected tab character. (no-tabs)
(#152) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#152) Unexpected tab character. (no-tabs)
(#153) Unexpected tab character. (no-tabs)
(#153) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#154) Unexpected tab character. (no-tabs)
(#154) Trailing spaces not allowed. (no-trailing-spaces)
(#155) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#155) Unexpected tab character. (no-tabs)
(#155) Unexpected alert. (no-alert)
(#156) Unexpected tab character. (no-tabs)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Comments should not begin with a lowercase character (capitalized-comments)
(#157) Unexpected tab character. (no-tabs)
(#157) Comments should not begin with a lowercase character (capitalized-comments)
(#157) Expected space or tab after '//' in comment. (spaced-comment)
(#158) Unexpected tab character. (no-tabs)
(#158) Unexpected 'this'. (no-invalid-this)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#160) Comments should not begin with a lowercase character (capitalized-comments)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Unexpected tab character. (no-tabs)
lib/editor/atto/plugins/snippet/yui/src/button/js/button.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Trailing spaces not allowed. (no-trailing-spaces)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#69) Unexpected tab character. (no-tabs)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Unexpected tab character. (no-tabs)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Unexpected tab character. (no-tabs)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Unexpected tab character. (no-tabs)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Missing JSDoc for parameter 'clickedicon'. (valid-jsdoc)
(#117) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Unexpected tab character. (no-tabs)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Comments should not begin with a lowercase character (capitalized-comments)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Unexpected tab character. (no-tabs)
(#134) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected space(s) after "if". (keyword-spacing)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) A space is required after ','. (comma-spacing)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Trailing spaces not allowed. (no-trailing-spaces)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Comments should not begin with a lowercase character (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Multiple spaces found before 'Y'. (no-multi-spaces)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Trailing spaces not allowed. (no-trailing-spaces)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Comments should not begin with a lowercase character (capitalized-comments)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#144) Unexpected tab character. (no-tabs)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Comments should not begin with a lowercase character (capitalized-comments)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Unexpected tab character. (no-tabs)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Comments should not begin with a lowercase character (capitalized-comments)
(#154) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Comments should not begin with a lowercase character (capitalized-comments)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Trailing spaces not allowed. (no-trailing-spaces)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Comments should not begin with a lowercase character (capitalized-comments)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Unexpected tab character. (no-tabs)
(#166) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#166) Missing JSDoc for parameter 'snippetindex'. (valid-jsdoc)
(#166) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) A space is required after ','. (comma-spacing)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Infix operators must be spaced. (space-infix-ops)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Trailing spaces not allowed. (no-trailing-spaces)
(#176) Unexpected tab character. (no-tabs)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Unexpected tab character. (no-tabs)
(#181) Expected space or tab after '//' in comment. (spaced-comment)
(#181) Comments should not begin with a lowercase character (capitalized-comments)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Unexpected tab character. (no-tabs)
(#182) Expected space or tab after '//' in comment. (spaced-comment)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) A space is required after ','. (comma-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Comments should not begin with a lowercase character (capitalized-comments)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Trailing spaces not allowed. (no-trailing-spaces)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#192) Comments should not begin with a lowercase character (capitalized-comments)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Unexpected tab character. (no-tabs)
(#193) Expected space(s) after "if". (keyword-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing space before opening brace. (space-before-blocks)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Unexpected tab character. (no-tabs)
(#194) 'useheadertext' used outside of binding context. (block-scoped-var)
(#194) Multiple spaces found before '='. (no-multi-spaces)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Unexpected tab character. (no-tabs)
(#195) Expected space(s) after "else". (keyword-spacing)
(#195) Expected space(s) before "else". (keyword-spacing)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Unexpected tab character. (no-tabs)
(#196) 'useheadertext' used outside of binding context. (block-scoped-var)
(#196) 'useheadertext' is already defined. (no-redeclare)
(#196) Multiple spaces found before 'M'. (no-multi-spaces)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Unexpected tab character. (no-tabs)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Unexpected tab character. (no-tabs)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#199) Unexpected tab character. (no-tabs)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) 'useheadertext' used outside of binding context. (block-scoped-var)
(#201) 'useheadertext' used outside of binding context. (block-scoped-var)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Trailing spaces not allowed. (no-trailing-spaces)
(#205) Unexpected tab character. (no-tabs)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Unexpected tab character. (no-tabs)
(#206) Expected space or tab after '//' in comment. (spaced-comment)
(#206) Comments should not begin with a lowercase character (capitalized-comments)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Multiple spaces found before 'Y'. (no-multi-spaces)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Trailing spaces not allowed. (no-trailing-spaces)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Comments should not begin with a lowercase character (capitalized-comments)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Trailing spaces not allowed. (no-trailing-spaces)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Comments should not begin with a lowercase character (capitalized-comments)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Trailing spaces not allowed. (no-trailing-spaces)
(#213) Unexpected tab character. (no-tabs)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Comments should not begin with a lowercase character (capitalized-comments)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Comments should not begin with a lowercase character (capitalized-comments)
(#216) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Trailing spaces not allowed. (no-trailing-spaces)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#219) Unexpected tab character. (no-tabs)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Comments should not begin with a lowercase character (capitalized-comments)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#220) Unexpected tab character. (no-tabs)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#221) Unexpected tab character. (no-tabs)
(#221) Missing semicolon. (semi)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#223) Comments should not begin with a lowercase character (capitalized-comments)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Missing JSDoc for parameter 'snippetindex'. (valid-jsdoc)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Trailing spaces not allowed. (no-trailing-spaces)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Trailing spaces not allowed. (no-trailing-spaces)
(#240) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#240) Unexpected tab character. (no-tabs)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Trailing spaces not allowed. (no-trailing-spaces)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Unexpected tab character. (no-tabs)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Missing JSDoc for parameter 'snippetindex'. (valid-jsdoc)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Trailing spaces not allowed. (no-trailing-spaces)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) Infix operators must be spaced. (space-infix-ops)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#261) Unexpected tab character. (no-tabs)
(#261) Infix operators must be spaced. (space-infix-ops)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#262) Unexpected tab character. (no-tabs)
(#262) Infix operators must be spaced. (space-infix-ops)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Trailing spaces not allowed. (no-trailing-spaces)
(#263) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#263) Unexpected tab character. (no-tabs)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#264) Unexpected tab character. (no-tabs)
(#264) Comments should not begin with a lowercase character (capitalized-comments)
(#264) Expected space or tab after '//' in comment. (spaced-comment)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#265) Unexpected tab character. (no-tabs)
(#265) Infix operators must be spaced. (space-infix-ops)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#267) Unexpected tab character. (no-tabs)
(#267) Trailing spaces not allowed. (no-trailing-spaces)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Comments should not begin with a lowercase character (capitalized-comments)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Unexpected tab character. (no-tabs)
(#270) Expected space(s) after "if". (keyword-spacing)
(#270) Infix operators must be spaced. (space-infix-ops)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#271) Unexpected tab character. (no-tabs)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Unexpected tab character. (no-tabs)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Unexpected tab character. (no-tabs)
(#273) 'content' used outside of binding context. (block-scoped-var)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Unexpected tab character. (no-tabs)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Unexpected tab character. (no-tabs)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Unexpected tab character. (no-tabs)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Unexpected tab character. (no-tabs)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Unexpected tab character. (no-tabs)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Trailing spaces not allowed. (no-trailing-spaces)
(#279) Unexpected tab character. (no-tabs)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Unexpected tab character. (no-tabs)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Unexpected tab character. (no-tabs)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Unexpected tab character. (no-tabs)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Unexpected tab character. (no-tabs)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Unexpected tab character. (no-tabs)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Unexpected tab character. (no-tabs)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Trailing spaces not allowed. (no-trailing-spaces)
(#286) Unexpected tab character. (no-tabs)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Unexpected tab character. (no-tabs)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Unexpected tab character. (no-tabs)
(#288) Infix operators must be spaced. (space-infix-ops)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Unexpected tab character. (no-tabs)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Unexpected tab character. (no-tabs)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Unexpected tab character. (no-tabs)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Unexpected tab character. (no-tabs)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Unexpected tab character. (no-tabs)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Unexpected tab character. (no-tabs)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Unexpected tab character. (no-tabs)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Unexpected tab character. (no-tabs)
(#296) 'content' used outside of binding context. (block-scoped-var)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Trailing spaces not allowed. (no-trailing-spaces)
(#297) Unexpected tab character. (no-tabs)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Unexpected tab character. (no-tabs)
(#298) Expected space(s) after "else". (keyword-spacing)
(#298) Expected space(s) before "else". (keyword-spacing)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Trailing spaces not allowed. (no-trailing-spaces)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Unexpected tab character. (no-tabs)
(#300) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Unexpected tab character. (no-tabs)
(#301) 'content' used outside of binding context. (block-scoped-var)
(#301) 'content' is already defined. (no-redeclare)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Unexpected tab character. (no-tabs)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Unexpected tab character. (no-tabs)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Unexpected tab character. (no-tabs)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Unexpected tab character. (no-tabs)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Unexpected tab character. (no-tabs)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Comments should not begin with a lowercase character (capitalized-comments)
(#307) Expected space or tab after '//' in comment. (spaced-comment)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) 'content' used outside of binding context. (block-scoped-var)
(#308) 'content' used outside of binding context. (block-scoped-var)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Comments should not begin with a lowercase character (capitalized-comments)
(#309) Expected space or tab after '//' in comment. (spaced-comment)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Missing JSDoc for parameter 'clickedicon'. (valid-jsdoc)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Trailing spaces not allowed. (no-trailing-spaces)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#327) Unexpected tab character. (no-tabs)
(#327) Infix operators must be spaced. (space-infix-ops)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#328) Unexpected tab character. (no-tabs)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected space or tab after '//' in comment. (spaced-comment)
(#329) Comments should not begin with a lowercase character (capitalized-comments)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#331) Unexpected tab character. (no-tabs)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#332) Unexpected tab character. (no-tabs)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) A space is required after ','. (comma-spacing)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Comments should not begin with a lowercase character (capitalized-comments)
(#339) Expected space or tab after '//' in comment. (spaced-comment)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Missing JSDoc for parameter 'snippetindex'. (valid-jsdoc)
(#345) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Extra space after key '_doInsert'. (key-spacing)
(#350) A space is required after ','. (comma-spacing)
(#350) Missing space before opening brace. (space-before-blocks)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Trailing spaces not allowed. (no-trailing-spaces)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Infix operators must be spaced. (space-infix-ops)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Trailing spaces not allowed. (no-trailing-spaces)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected space or tab after '//' in comment. (spaced-comment)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#363) Unexpected tab character. (no-tabs)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#364) Unexpected tab character. (no-tabs)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#365) Unexpected tab character. (no-tabs)
(#365) Comments should not begin with a lowercase character (capitalized-comments)
(#365) Expected space or tab after '//' in comment. (spaced-comment)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) A space is required after ','. (comma-spacing)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Trailing spaces not allowed. (no-trailing-spaces)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected space or tab after '//' in comment. (spaced-comment)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Unexpected tab character. (no-tabs)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Unexpected tab character. (no-tabs)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Unexpected tab character. (no-tabs)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Unexpected tab character. (no-tabs)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Unexpected tab character. (no-tabs)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Unexpected tab character. (no-tabs)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) Unexpected tab character. (no-tabs)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Unexpected tab character. (no-tabs)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Unexpected tab character. (no-tabs)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Unexpected tab character. (no-tabs)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Trailing spaces not allowed. (no-trailing-spaces)
(#391) Unexpected tab character. (no-tabs)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) There should be no space after '{'. (object-curly-spacing)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(10 errors, 5 warnings)

This section shows CSS problems detected by stylelint [More info]

lib/editor/atto/plugins/snippet/styles.css
(#21) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected "#73AD21" to be "#73ad21" (color-hex-case)
(#9) Expected "#73AD21" to be "#73ad21" (color-hex-case)
(#11) Expected "#CBF2DC" to be "#cbf2dc" (color-hex-case)
(#17) Expected "#0000FF" to be "#0000ff" (color-hex-case)
(#17) Expected "#0000FF" to be "#00F" (color-hex-length)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(31 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

lib/editor/atto/plugins/snippet/classes/settingstools.php
(#17) File-level phpdocs block is not found
(#35) Class settingstools is not documented
(#39) Function settingstools::fetch_general_items is not documented
(#60) Function settingstools::fetch_snippet_title is not documented
(#75) Function settingstools::fetch_snippet_pages is not documented
(#37) Constant settingstools::ATTO_SNIPPET_SNIPPET_COUNT is not documented
(#35) Package is not specified for class settingstools. It is also not specified in file-level phpdocs
lib/editor/atto/plugins/snippet/classes/snippetpresets.php
(#17) File-level phpdocs block is not found
(#123) Function snippetpresets::parse_preset_template is not documented
(#138) Function snippetpresets::fetch_presets is not documented
(#166) Function snippetpresets::set_preset_to_config is not documented
(#34) Variable snippetpresets::$visiblename is not documented
(#35) Variable snippetpresets::$information is not documented
(#39) Phpdocs for function snippetpresets::__construct has incomplete parameters list
(#71) Phpdocs for function snippetpresets::write_setting has incomplete parameters list
(#80) Phpdocs for function snippetpresets::output_html has incomplete parameters list
(#23) Class snippetpresets does not have @copyright tag
(#23) Package is not specified for class snippetpresets. It is also not specified in file-level phpdocs
lib/editor/atto/plugins/snippet/classes/snippettable.php
(#17) File-level phpdocs block is not found
(#127) Function snippettable::fetch_snippet_details is not documented
(#30) Variable snippettable::$visiblename is not documented
(#31) Variable snippettable::$information is not documented
(#35) Phpdocs for function snippettable::__construct has incomplete parameters list
(#62) Phpdocs for function snippettable::write_setting has incomplete parameters list
(#71) Phpdocs for function snippettable::output_html has incomplete parameters list
(#23) Class snippettable does not have @copyright tag
(#23) Package is not specified for class snippettable. It is also not specified in file-level phpdocs
lib/editor/atto/plugins/snippet/lib.php
(#151) Function atto_snippet_fetch_default_properties is not documented
(#30) Phpdocs for function atto_snippet_strings_for_js has incomplete parameters list
(#44) Phpdocs for function atto_snippet_params_for_js has incomplete parameters list
(#116) Phpdocs for function atto_snippet_fetch_variables has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]