Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(0 errors, 0 warnings)

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


Javascript coding style problems

(304 errors, 413 warnings)

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

mod/supervideo/amd/src/mod_form.js
(#19) Extra space after key 'init'. (key-spacing)
(#21) Identifier 'id_origem' is not in camel case. (camelcase)
(#25) Identifier 'id_origem' is not in camel case. (camelcase)
(#32) Identifier 'id_origem' is not in camel case. (camelcase)
(#33) Unexpected console statement. (no-console)
(#34) Identifier 'id_origem' is not in camel case. (camelcase)
(#35) Missing semicolon. (@babel/semi)
mod/supervideo/amd/src/player_create.js
(#19) Extra space after key 'ottflix'. (key-spacing)
(#19) Identifier 'view_id' is not in camel case. (camelcase)
(#19) 'view_id' is defined but never used. (no-unused-vars)
(#19) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#19) 'start_currenttime' is defined but never used. (no-unused-vars)
(#19) 'elementId' is defined but never used. (no-unused-vars)
(#19) 'videoid' is defined but never used. (no-unused-vars)
(#28) Extra space after key 'youtube'. (key-spacing)
(#28) Identifier 'view_id' is not in camel case. (camelcase)
(#28) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#29) Identifier '_internal_view_id' is not in camel case. (camelcase)
(#29) Identifier 'view_id' is not in camel case. (camelcase)
(#32) Extra space after key 'rel'. (key-spacing)
(#33) Extra space after key 'controls'. (key-spacing)
(#34) Extra space after key 'autoplay'. (key-spacing)
(#35) Extra space after key 'playsinline'. (key-spacing)
(#36) Extra space after key 'start'. (key-spacing)
(#36) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#36) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#39) 'YT' is not defined. (no-undef)
(#39) 'YT' is not defined. (no-undef)
(#40) 'YT' is not defined. (no-undef)
(#41) Extra space after key 'suggestedQuality'. (key-spacing)
(#42) Extra space after key 'videoId'. (key-spacing)
(#43) Extra space after key 'width'. (key-spacing)
(#44) Extra space after key 'playerVars'. (key-spacing)
(#45) Extra space after key 'events'. (key-spacing)
(#46) Extra space after key 'onReady'. (key-spacing)
(#46) 'event' is defined but never used. (no-unused-vars)
(#59) Extra space after key 'onStateChange'. (key-spacing)
(#60) Unexpected console statement. (no-console)
(#74) 'player' declared on line 40 column 21 is used outside of binding context. (block-scoped-var)
(#74) 'player' declared on line 40 column 21 is used outside of binding context. (block-scoped-var)
(#75) 'player' declared on line 40 column 21 is used outside of binding context. (block-scoped-var)
(#75) 'player' declared on line 40 column 21 is used outside of binding context. (block-scoped-var)
(#80) Identifier 'resource_audio' is not in camel case. (camelcase)
(#80) Extra space after key 'resource_audio'. (key-spacing)
(#80) Identifier 'view_id' is not in camel case. (camelcase)
(#80) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#83) Identifier '_internal_view_id' is not in camel case. (camelcase)
(#83) Identifier 'view_id' is not in camel case. (camelcase)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Extra space after key 'controls'. (key-spacing)
(#106) Extra space after key 'tooltips'. (key-spacing)
(#106) Extra space after key 'controls'. (key-spacing)
(#106) Extra space after key 'seek'. (key-spacing)
(#107) Extra space after key 'settings'. (key-spacing)
(#108) Extra space after key 'autoplay'. (key-spacing)
(#109) Extra space after key 'storage'. (key-spacing)
(#109) Extra space after key 'enabled'. (key-spacing)
(#109) Extra space after key 'key'. (key-spacing)
(#109) Identifier 'view_id' is not in camel case. (camelcase)
(#110) Extra space after key 'speed'. (key-spacing)
(#110) Extra space after key 'selected'. (key-spacing)
(#110) Extra space after key 'options'. (key-spacing)
(#111) Extra space after key 'seekTime'. (key-spacing)
(#115) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#136) Identifier 'resource_video' is not in camel case. (camelcase)
(#136) Extra space after key 'resource_video'. (key-spacing)
(#136) Identifier 'view_id' is not in camel case. (camelcase)
(#136) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#137) Identifier '_internal_view_id' is not in camel case. (camelcase)
(#137) Identifier 'view_id' is not in camel case. (camelcase)
(#154) Extra space after key 'controls'. (key-spacing)
(#161) Extra space after key 'tooltips'. (key-spacing)
(#161) Extra space after key 'controls'. (key-spacing)
(#161) Extra space after key 'seek'. (key-spacing)
(#162) Extra space after key 'settings'. (key-spacing)
(#163) Extra space after key 'storage'. (key-spacing)
(#163) Extra space after key 'enabled'. (key-spacing)
(#163) Extra space after key 'key'. (key-spacing)
(#163) Identifier 'view_id' is not in camel case. (camelcase)
(#164) Extra space after key 'speed'. (key-spacing)
(#164) Extra space after key 'selected'. (key-spacing)
(#164) Extra space after key 'options'. (key-spacing)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#166) Extra space after key 'seekTime'. (key-spacing)
(#171) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#185) 'event' is defined but never used. (no-unused-vars)
(#198) Extra space after key 'vimeo'. (key-spacing)
(#198) Identifier 'view_id' is not in camel case. (camelcase)
(#198) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#199) Identifier '_internal_view_id' is not in camel case. (camelcase)
(#199) Identifier 'view_id' is not in camel case. (camelcase)
(#202) 'Vimeo' is not defined. (no-undef)
(#204) Identifier 'start_currenttime' is not in camel case. (camelcase)
(#212) Expected catch,fail,always() or return (promise/catch-or-return)
(#212) Each then() should return a value or throw (promise/always-return)
(#222) Expected catch,fail,always() or return (promise/catch-or-return)
(#222) Each then() should return a value or throw (promise/always-return)
(#227) Expected catch,fail,always() or return (promise/catch-or-return)
(#227) Each then() should return a value or throw (promise/always-return)
(#234) Extra space after key 'drive'. (key-spacing)
(#234) Identifier 'view_id' is not in camel case. (camelcase)
(#237) Identifier '_internal_view_id' is not in camel case. (camelcase)
(#237) Identifier 'view_id' is not in camel case. (camelcase)
(#251) Identifier '_error_load' is not in camel case. (camelcase)
(#251) Extra space after key '_error_load'. (key-spacing)
(#252) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#254) Expected space or tab after '//' in comment. (spaced-comment)
(#279) Identifier '_internal_resize__width' is not in camel case. (camelcase)
(#279) Extra space after key '_internal_resize__width'. (key-spacing)
(#280) Identifier '_internal_resize__height' is not in camel case. (camelcase)
(#280) Extra space after key '_internal_resize__height'. (key-spacing)
(#281) Identifier '_internal_resize' is not in camel case. (camelcase)
(#281) Extra space after key '_internal_resize'. (key-spacing)
(#282) Identifier '_internal_resize__width' is not in camel case. (camelcase)
(#283) Identifier '_internal_resize__height' is not in camel case. (camelcase)
(#289) Identifier '_internal_max_height__resizePage' is not in camel case. (camelcase)
(#289) Extra space after key '_internal_max_height__resizePage'. (key-spacing)
(#296) Extra space after key 'max-height'. (key-spacing)
(#297) Extra space after key 'height'. (key-spacing)
(#313) Extra space after key 'max-height'. (key-spacing)
(#316) Extra space after key 'max-height'. (key-spacing)
(#317) Extra space after key 'height'. (key-spacing)
(#321) Identifier '$supervideo_area_embed' is not in camel case. (camelcase)
(#324) Identifier '$supervideo_area_embed' is not in camel case. (camelcase)
(#330) Identifier '$supervideo_area_embed' is not in camel case. (camelcase)
(#336) Comments should not begin with a lowercase character. (capitalized-comments)
(#337) Identifier '$supervideo_area_embed' is not in camel case. (camelcase)
(#338) Comments should not begin with a lowercase character. (capitalized-comments)
(#340) Extra space after key 'height'. (key-spacing)
(#341) Extra space after key 'maxHeight'. (key-spacing)
(#342) Extra space after key 'paddingBottom'. (key-spacing)
(#349) Identifier '_internal_last_posicao_video' is not in camel case. (camelcase)
(#349) Extra space after key '_internal_last_posicao_video'. (key-spacing)
(#350) Identifier '_internal_last_percent' is not in camel case. (camelcase)
(#350) Extra space after key '_internal_last_percent'. (key-spacing)
(#351) Identifier '_internal_assistido' is not in camel case. (camelcase)
(#351) Extra space after key '_internal_assistido'. (key-spacing)
(#352) Identifier '_internal_view_id' is not in camel case. (camelcase)
(#352) Extra space after key '_internal_view_id'. (key-spacing)
(#353) Identifier '_internal_progress_length' is not in camel case. (camelcase)
(#353) Extra space after key '_internal_progress_length'. (key-spacing)
(#354) Identifier '_internal_sizenum' is not in camel case. (camelcase)
(#354) Extra space after key '_internal_sizenum'. (key-spacing)
(#355) Identifier '_internal_saveprogress' is not in camel case. (camelcase)
(#355) Extra space after key '_internal_saveprogress'. (key-spacing)
(#355) Expected to return a value at the end of method '_internal_saveprogress'. (consistent-return)
(#369) 'posicao_video' declared on line 371 column 21 is used outside of binding context. (block-scoped-var)
(#369) Identifier 'posicao_video' is not in camel case. (camelcase)
(#371) Identifier 'posicao_video' is not in camel case. (camelcase)
(#374) 'posicao_video' declared on line 371 column 21 is used outside of binding context. (block-scoped-var)
(#374) Identifier 'posicao_video' is not in camel case. (camelcase)
(#374) Expected { after 'if' condition. (curly)
(#374) Method '_internal_saveprogress' expected a return value. (consistent-return)
(#375) Identifier '_internal_last_posicao_video' is not in camel case. (camelcase)
(#375) 'posicao_video' declared on line 371 column 21 is used outside of binding context. (block-scoped-var)
(#375) Identifier 'posicao_video' is not in camel case. (camelcase)
(#377) 'posicao_video' declared on line 371 column 21 is used outside of binding context. (block-scoped-var)
(#377) Identifier 'posicao_video' is not in camel case. (camelcase)
(#378) 'posicao_video' declared on line 371 column 21 is used outside of binding context. (block-scoped-var)
(#378) Identifier 'posicao_video' is not in camel case. (camelcase)
(#385) Extra space after key 'opacity'. (key-spacing)
(#394) Method '_internal_saveprogress' expected a return value. (consistent-return)
(#396) Identifier '_internal_last_percent' is not in camel case. (camelcase)
(#401) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#406) Identifier '_internal_sizenum' is not in camel case. (camelcase)
(#413) Identifier '_internal_sizenum' is not in camel case. (camelcase)
(#421) Identifier '_internal_sizenum' is not in camel case. (camelcase)
(#428) Extra space after key 'methodname'. (key-spacing)
(#429) Extra space after key 'args'. (key-spacing)
(#430) Identifier 'view_id' is not in camel case. (camelcase)
(#430) Extra space after key 'view_id'. (key-spacing)
(#431) Extra space after key 'currenttime'. (key-spacing)
(#432) Extra space after key 'duration'. (key-spacing)
(#433) Extra space after key 'percent'. (key-spacing)
(#434) Extra space after key 'mapa'. (key-spacing)
(#444) Identifier '_internal_progress_create' is not in camel case. (camelcase)
(#444) Extra space after key '_internal_progress_create'. (key-spacing)
(#451) Identifier 'supervideo_view_mapa' is not in camel case. (camelcase)
(#453) Identifier 'mapa_json_base64' is not in camel case. (camelcase)
(#454) Identifier 'mapa_json_base64' is not in camel case. (camelcase)
(#455) Identifier 'supervideo_view_mapa' is not in camel case. (camelcase)
(#458) Identifier 'supervideo_view_mapa' is not in camel case. (camelcase)
(#462) Identifier '_internal_progress_length' is not in camel case. (camelcase)
(#465) Identifier 'supervideo_view_mapa' is not in camel case. (camelcase)
(#466) Identifier 'supervideo_view_mapa' is not in camel case. (camelcase)
(#470) Identifier '$mapa_item' is not in camel case. (camelcase)
(#484) Identifier '$mapa_clique' is not in camel case. (camelcase)
(#493) Extra space after key 'goCurrentTime'. (key-spacing)
(#500) Identifier '_internal_add' is not in camel case. (camelcase)
(#500) Extra space after key '_internal_add'. (key-spacing)
(#504) Identifier 'error_idnotfound' is not in camel case. (camelcase)
(#504) Extra space after key 'error_idnotfound'. (key-spacing)
(#508) Identifier 'secondary_navigation' is not in camel case. (camelcase)
(#508) Extra space after key 'secondary_navigation'. (key-spacing)
(#508) Identifier 'course_id' is not in camel case. (camelcase)
(#512) Identifier 'course_id' is not in camel case. (camelcase)
mod/supervideo/amd/src/player_render.js
(#10) 'module' is not defined. (no-undef)
(#27) 'jQuery' is not defined. (no-undef)
(#29) Unexpected whitespace between function name and paren. (func-call-spacing)
(#31) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#31) '$' is defined but never used. (no-unused-vars)
(#34) Array prototype is read only, properties should not be added. (no-extend-native)
(#40) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#55) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#56) Expected { after 'if' condition. (curly)
(#60) Expected { after 'if' condition. (curly)
(#66) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#71) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#72) Expected { after 'if' condition. (curly)
(#75) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#78) This line has a length of 138. Maximum allowed is 132. (max-len)
(#78) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#78) Unexpected use of comma operator. (no-sequences)
(#82) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#83) Unexpected use of comma operator. (no-sequences)
(#86) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#87) Return statement should not contain assignment. (no-return-assign)
(#92) Unexpected use of comma operator. (no-sequences)
(#95) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#99) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#101) Unexpected use of comma operator. (no-sequences)
(#106) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#108) Use '===' to compare with null. (no-eq-null)
(#109) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#109) Do not nest ternary expressions. (no-nested-ternary)
(#109) Function declared in a loop contains unsafe references to variable(s) 'n'. (no-loop-func)
(#111) This line has a length of 158. Maximum allowed is 132. (max-len)
(#111) Function declared in a loop contains unsafe references to variable(s) 'n'. (no-loop-func)
(#124) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#130) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#139) Multiple spaces found before '='. (no-multi-spaces)
(#140) Use '===' to compare with null. (no-eq-null)
(#142) Multiple spaces found before '='. (no-multi-spaces)
(#146) Use '===' to compare with null. (no-eq-null)
(#148) Multiple spaces found before '='. (no-multi-spaces)
(#151) Multiple spaces found before '='. (no-multi-spaces)
(#154) Multiple spaces found before '='. (no-multi-spaces)
(#157) Multiple spaces found before '='. (no-multi-spaces)
(#160) Multiple spaces found before '='. (no-multi-spaces)
(#163) Multiple spaces found before '='. (no-multi-spaces)
(#166) Multiple spaces found before '='. (no-multi-spaces)
(#169) Multiple spaces found before '='. (no-multi-spaces)
(#172) Multiple spaces found before '='. (no-multi-spaces)
(#175) Multiple spaces found before '='. (no-multi-spaces)
(#176) This line has a length of 152. Maximum allowed is 132. (max-len)
(#178) Multiple spaces found before '='. (no-multi-spaces)
(#183) Unquoted reserved word 'boolean' used as key. (quote-props)
(#184) Unquoted reserved word 'function' used as key. (quote-props)
(#192) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#197) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#205) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#206) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#207) This line has a length of 273. Maximum allowed is 132. (max-len)
(#207) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#207) Unexpected use of comma operator. (no-sequences)
(#213) This line has a length of 241. Maximum allowed is 132. (max-len)
(#213) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#218) This line has a length of 221. Maximum allowed is 132. (max-len)
(#218) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#234) Expected { after 'if' condition. (curly)
(#243) This line has a length of 203. Maximum allowed is 132. (max-len)
(#243) Return statement should not contain assignment. (no-return-assign)
(#243) Return statement should not contain assignment. (no-return-assign)
(#243) Unexpected use of comma operator. (no-sequences)
(#248) This line has a length of 182. Maximum allowed is 132. (max-len)
(#248) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#255) This line has a length of 283. Maximum allowed is 132. (max-len)
(#255) Do not nest ternary expressions. (no-nested-ternary)
(#255) Do not nest ternary expressions. (no-nested-ternary)
(#255) Unexpected use of comma operator. (no-sequences)
(#255) Expected { after 'if' condition. (curly)
(#261) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#261) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#271) A constructor name should not start with a lowercase letter. (@babel/new-cap)
(#279) Unexpected use of comma operator. (no-sequences)
(#303) This line has a length of 177. Maximum allowed is 132. (max-len)
(#304) This line has a length of 180. Maximum allowed is 132. (max-len)
(#332) Unquoted reserved word 'boolean' used as key. (quote-props)
(#333) Unquoted reserved word 'function' used as key. (quote-props)
(#362) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#365) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#368) Unused eslint-disable directive (no problems were reported from 'no-unused-expressions').
(#369) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#371) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#388) Comments should not begin with a lowercase character. (capitalized-comments)
(#403) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#408) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#413) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#441) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#469) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#470) Expected { after 'if' condition. (curly)
(#474) This line has a length of 145. Maximum allowed is 132. (max-len)
(#478) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#497) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#498) Expected { after 'if' condition. (curly)
(#503) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#504) Expected { after 'if' condition. (curly)
(#509) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#521) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#522) Expected { after 'if' condition. (curly)
(#533) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#534) Expected { after 'if' condition. (curly)
(#540) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#546) Expected { after 'if' condition. (curly)
(#583) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#584) Expected { after 'if' condition. (curly)
(#590) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#595) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#611) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#616) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#621) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#625) This line has a length of 148. Maximum allowed is 132. (max-len)
(#630) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#636) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#639) Expected { after 'if' condition. (curly)
(#650) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#655) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#660) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#661) Expected { after 'if' condition. (curly)
(#792) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#830) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#835) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#840) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#849) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#869) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#885) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#886) This line has a length of 146. Maximum allowed is 132. (max-len)
(#886) Each then() should return a value or throw (promise/always-return)
(#886) Unexpected empty arrow function. (no-empty-function)
(#898) Expected catch,fail,always() or return (promise/catch-or-return)
(#898) Unexpected empty arrow function. (no-empty-function)
(#906) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#914) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#924) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#932) This line has a length of 184. Maximum allowed is 132. (max-len)
(#938) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#947) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#958) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#987) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1028) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1043) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1168) This line has a length of 137. Maximum allowed is 132. (max-len)
(#1184) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1189) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1190) Expected { after 'if' condition. (curly)
(#1195) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1203) This line has a length of 177. Maximum allowed is 132. (max-len)
(#1206) This line has a length of 143. Maximum allowed is 132. (max-len)
(#1209) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1226) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1237) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1246) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1355) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1392) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1401) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#1438) Each then() should return a value or throw (promise/always-return)
(#1448) Unexpected empty arrow function. (no-empty-function)
(#1461) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1584) Unquoted reserved word 'class' used as key. (quote-props)
(#1594) Unquoted reserved word 'class' used as key. (quote-props)
(#1597) Unquoted reserved word 'class' used as key. (quote-props)
(#1629) Unquoted reserved word 'class' used as key. (quote-props)
(#1686) Unquoted reserved word 'class' used as key. (quote-props)
(#1689) Unquoted reserved word 'class' used as key. (quote-props)
(#1694) Unquoted reserved word 'class' used as key. (quote-props)
(#1697) Unquoted reserved word 'class' used as key. (quote-props)
(#1772) Unquoted reserved word 'class' used as key. (quote-props)
(#1827) Expected { after 'if' condition. (curly)
(#1844) Unquoted reserved word 'class' used as key. (quote-props)
(#1866) This line has a length of 181. Maximum allowed is 132. (max-len)
(#1912) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#1937) Unused eslint-disable directive (no problems were reported).
(#2023) This line has a length of 160. Maximum allowed is 132. (max-len)
(#2059) This line has a length of 265. Maximum allowed is 132. (max-len)
(#2059) Do not nest ternary expressions. (no-nested-ternary)
(#2060) This line has a length of 275. Maximum allowed is 132. (max-len)
(#2061) This line has a length of 294. Maximum allowed is 132. (max-len)
(#2083) This line has a length of 155. Maximum allowed is 132. (max-len)
(#2100) This line has a length of 175. Maximum allowed is 132. (max-len)
(#2101) This line has a length of 137. Maximum allowed is 132. (max-len)
(#2102) This line has a length of 135. Maximum allowed is 132. (max-len)
(#2103) This line has a length of 149. Maximum allowed is 132. (max-len)
(#2570) Unquoted reserved word 'class' used as key. (quote-props)
(#2574) Arrow function has a complexity of 29. Maximum allowed is 20. (complexity)
(#2598) Unquoted reserved word 'class' used as key. (quote-props)
(#2615) Unquoted reserved word 'class' used as key. (quote-props)
(#2644) Unquoted reserved word 'class' used as key. (quote-props)
(#2657) This line has a length of 190. Maximum allowed is 132. (max-len)
(#2681) Unquoted reserved word 'class' used as key. (quote-props)
(#2690) Unquoted reserved word 'class' used as key. (quote-props)
(#2710) This line has a length of 140. Maximum allowed is 132. (max-len)
(#2712) Unquoted reserved word 'class' used as key. (quote-props)
(#2727) Unquoted reserved word 'class' used as key. (quote-props)
(#2745) Unquoted reserved word 'class' used as key. (quote-props)
(#2755) Unquoted reserved word 'class' used as key. (quote-props)
(#2760) Expected { after 'if' condition. (curly)
(#2997) Expected { after 'if' condition. (curly)
(#3000) This line has a length of 271. Maximum allowed is 132. (max-len)
(#3000) Do not nest ternary expressions. (no-nested-ternary)
(#3001) This line has a length of 278. Maximum allowed is 132. (max-len)
(#3002) This line has a length of 310. Maximum allowed is 132. (max-len)
(#3003) Expected { after 'if' condition. (curly)
(#3013) Unquoted reserved word 'class' used as key. (quote-props)
(#3019) Expected { after 'if' condition. (curly)
(#3041) Unquoted reserved word 'class' used as key. (quote-props)
(#3075) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#3088) Method 'setup' has a complexity of 21. Maximum allowed is 20. (complexity)
(#3097) This line has a length of 143. Maximum allowed is 132. (max-len)
(#3117) This line has a length of 135. Maximum allowed is 132. (max-len)
(#3118) Each then() should return a value or throw (promise/always-return)
(#3183) Unquoted reserved word 'default' used as key. (quote-props)
(#3189) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#3191) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#3212) This line has a length of 139. Maximum allowed is 132. (max-len)
(#3357) This line has a length of 164. Maximum allowed is 132. (max-len)
(#3485) Unquoted reserved word 'default' used as key. (quote-props)
(#3494) Comments should not begin with a lowercase character. (capitalized-comments)
(#3589) Unquoted number literal '2160' used as key. (quote-props)
(#3590) Unquoted number literal '1440' used as key. (quote-props)
(#3591) Unquoted number literal '1080' used as key. (quote-props)
(#3592) Unquoted number literal '720' used as key. (quote-props)
(#3593) Unquoted number literal '576' used as key. (quote-props)
(#3594) Unquoted number literal '480' used as key. (quote-props)
(#3637) This line has a length of 254. Maximum allowed is 132. (max-len)
(#3639) This line has a length of 161. Maximum allowed is 132. (max-len)
(#3645) This line has a length of 154. Maximum allowed is 132. (max-len)
(#3792) Identifier 'iv_load_policy' is not in camel case. (camelcase)
(#3859) Unexpected empty arrow function. (no-empty-function)
(#3889) Expected { after 'if' condition. (curly)
(#3934) Expected { after 'if' condition. (curly)
(#3946) Expected { after 'if' condition. (curly)
(#3967) This line has a length of 149. Maximum allowed is 132. (max-len)
(#3967) Expected { after 'if' condition. (curly)
(#3967) Expected { after 'if' condition. (curly)
(#3967) Expected { after 'else'. (curly)
(#3967) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3978) Expected { after 'if' condition. (curly)
(#3980) Comments should not begin with a lowercase character. (capitalized-comments)
(#3999) Expected { after 'if' condition. (curly)
(#4001) Comments should not begin with a lowercase character. (capitalized-comments)
(#4020) Expected { after 'if' condition. (curly)
(#4020) Expected { after 'else'. (curly)
(#4040) This line has a length of 162. Maximum allowed is 132. (max-len)
(#4067) This line has a length of 151. Maximum allowed is 132. (max-len)
(#4078) Expected { after 'if' condition. (curly)
(#4108) This line has a length of 181. Maximum allowed is 132. (max-len)
(#4113) Expected { after 'if' condition. (curly)
(#4119) This line has a length of 156. Maximum allowed is 132. (max-len)
(#4125) This line has a length of 164. Maximum allowed is 132. (max-len)
(#4135) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#4248) Unexpected empty arrow function. (no-empty-function)
(#4322) Each then() should return a value or throw (promise/always-return)
(#4380) This line has a length of 172. Maximum allowed is 132. (max-len)
(#4384) This line has a length of 154. Maximum allowed is 132. (max-len)
(#4458) This line has a length of 138. Maximum allowed is 132. (max-len)
(#4562) This line has a length of 144. Maximum allowed is 132. (max-len)
(#4577) This line has a length of 135. Maximum allowed is 132. (max-len)
(#4583) This line has a length of 139. Maximum allowed is 132. (max-len)
(#4703) This line has a length of 139. Maximum allowed is 132. (max-len)
(#4862) This line has a length of 137. Maximum allowed is 132. (max-len)
(#4875) This line has a length of 136. Maximum allowed is 132. (max-len)
(#5009) Method 'handleKey' has a complexity of 41. Maximum allowed is 20. (complexity)
(#5067) This line has a length of 171. Maximum allowed is 132. (max-len)
(#5144) This line has a length of 196. Maximum allowed is 132. (max-len)
(#5144) Do not nest ternary expressions. (no-nested-ternary)
(#5144) Do not nest ternary expressions. (no-nested-ternary)
(#5144) Do not nest ternary expressions. (no-nested-ternary)
(#5144) 'global' is not defined. (no-undef)
(#5146) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5147) Return statement should not contain assignment. (no-return-assign)
(#5147) Unexpected use of comma operator. (no-sequences)
(#5150) Identifier 'loadjs_umd' is not in camel case. (camelcase)
(#5150) 'exports' is defined but never used. (no-unused-vars)
(#5158) @global should be empty. (jsdoc/empty-tags)
(#5161) Multiple spaces found before '='. (no-multi-spaces)
(#5161) Unexpected empty function. (no-empty-function)
(#5163) Multiple spaces found before '='. (no-multi-spaces)
(#5164) Multiple spaces found before '='. (no-multi-spaces)
(#5173) Comments should not begin with a lowercase character. (capitalized-comments)
(#5176) Multiple spaces found before '='. (no-multi-spaces)
(#5177) Multiple spaces found before '='. (no-multi-spaces)
(#5183) Comments should not begin with a lowercase character. (capitalized-comments)
(#5185) Expected { after 'if' condition. (curly)
(#5187) Expected { after 'if' condition. (curly)
(#5190) Comments should not begin with a lowercase character. (capitalized-comments)
(#5194) Comments should not begin with a lowercase character. (capitalized-comments)
(#5201) Comments should not begin with a lowercase character. (capitalized-comments)
(#5213) Comments should not begin with a lowercase character. (capitalized-comments)
(#5214) Expected { after 'if' condition. (curly)
(#5217) Comments should not begin with a lowercase character. (capitalized-comments)
(#5220) Comments should not begin with a lowercase character. (capitalized-comments)
(#5221) Expected { after 'if' condition. (curly)
(#5223) Comments should not begin with a lowercase character. (capitalized-comments)
(#5236) Comments should not begin with a lowercase character. (capitalized-comments)
(#5237) Expected { after 'if' condition. (curly)
(#5241) Comments should not begin with a lowercase character. (capitalized-comments)
(#5242) Expected { after 'if' condition. (curly)
(#5242) Expected { after 'else'. (curly)
(#5245) Missing JSDoc @param "args" declaration. (jsdoc/require-param)
(#5245) Missing JSDoc @param "numTries" declaration. (jsdoc/require-param)
(#5251) Multiple spaces found before '='. (no-multi-spaces)
(#5252) Multiple spaces found before '='. (no-multi-spaces)
(#5253) Multiple spaces found before '='. (no-multi-spaces)
(#5255) Multiple spaces found before '='. (no-multi-spaces)
(#5255) Unnecessary escape character: \?. (no-useless-escape)
(#5256) Multiple spaces found before '='. (no-multi-spaces)
(#5261) Comments should not begin with a lowercase character. (capitalized-comments)
(#5266) Comments should not begin with a lowercase character. (capitalized-comments)
(#5269) Comments should not begin with a lowercase character. (capitalized-comments)
(#5276) Comments should not begin with a lowercase character. (capitalized-comments)
(#5280) Comments should not begin with a lowercase character. (capitalized-comments)
(#5285) Expected to return a value at the end of function. (consistent-return)
(#5288) Comments should not begin with a lowercase character. (capitalized-comments)
(#5292) Expected { after 'if' condition. (curly)
(#5294) Comments should not begin with a lowercase character. (capitalized-comments)
(#5296) Expected { after 'if' condition. (curly)
(#5300) Comments should not begin with a lowercase character. (capitalized-comments)
(#5302) Comments should not begin with a lowercase character. (capitalized-comments)
(#5305) Comments should not begin with a lowercase character. (capitalized-comments)
(#5310) Comments should not begin with a lowercase character. (capitalized-comments)
(#5311) Return statement should not contain assignment. (no-return-assign)
(#5314) Comments should not begin with a lowercase character. (capitalized-comments)
(#5318) Comments should not begin with a lowercase character. (capitalized-comments)
(#5319) Expected { after 'if' condition. (curly)
(#5322) Missing JSDoc @param "args" declaration. (jsdoc/require-param)
(#5328) Comments should not begin with a lowercase character. (capitalized-comments)
(#5330) Multiple spaces found before '='. (no-multi-spaces)
(#5331) Multiple spaces found before '='. (no-multi-spaces)
(#5336) Comments should not begin with a lowercase character. (capitalized-comments)
(#5338) Comments should not begin with a lowercase character. (capitalized-comments)
(#5339) Expected { after 'if' condition. (curly)
(#5341) Comments should not begin with a lowercase character. (capitalized-comments)
(#5344) Expected { after 'if' condition. (curly)
(#5344) Expected { after 'else'. (curly)
(#5347) Expected { after 'if' condition. (curly)
(#5350) Comments should not begin with a lowercase character. (capitalized-comments)
(#5351) Expected { after 'for' condition. (curly)
(#5363) Expected to return a value at the end of function 'loadjs'. (consistent-return)
(#5366) Comments should not begin with a lowercase character. (capitalized-comments)
(#5367) Expected { after 'if' condition. (curly)
(#5369) Comments should not begin with a lowercase character. (capitalized-comments)
(#5372) Comments should not begin with a lowercase character. (capitalized-comments)
(#5375) Expected an error object to be thrown. (no-throw-literal)
(#5381) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5383) Comments should not begin with a lowercase character. (capitalized-comments)
(#5386) Comments should not begin with a lowercase character. (capitalized-comments)
(#5394) Comments should not begin with a lowercase character. (capitalized-comments)
(#5399) Expected { after 'if' condition. (curly)
(#5399) Expected { after 'else'. (curly)
(#5408) Comments should not begin with a lowercase character. (capitalized-comments)
(#5410) Comments should not begin with a lowercase character. (capitalized-comments)
(#5433) Missing JSDoc @param "bundleId" declaration. (jsdoc/require-param)
(#5435) Expected @param names to be "bundleId". Got "String}". (jsdoc/check-param-names)
(#5435) Missing JSDoc @param "String}" type. (jsdoc/require-param-type)
(#5441) Comments should not begin with a lowercase character. (capitalized-comments)
(#5447) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5459) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5471) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5485) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5510) Each then() should return a value or throw (promise/always-return)
(#5534) Comments should not begin with a lowercase character. (capitalized-comments)
(#5558) Comments should not begin with a lowercase character. (capitalized-comments)
(#5568) This line has a length of 151. Maximum allowed is 132. (max-len)
(#5581) Unquoted reserved word 'class' used as key. (quote-props)
(#5590) Expected catch,fail,always() or return (promise/catch-or-return)
(#5591) Each then() should return a value or throw (promise/always-return)
(#5596) Avoid nesting promises. (promise/no-nesting)
(#5596) Unexpected empty arrow function. (no-empty-function)
(#5673) Each then() should return a value or throw (promise/always-return)
(#5692) Expected catch,fail,always() or return (promise/catch-or-return)
(#5692) Each then() should return a value or throw (promise/always-return)
(#5709) Expected catch,fail,always() or return (promise/catch-or-return)
(#5709) Each then() should return a value or throw (promise/always-return)
(#5726) Expected catch,fail,always() or return (promise/catch-or-return)
(#5726) Each then() should return a value or throw (promise/always-return)
(#5734) Each then() should return a value or throw (promise/always-return)
(#5754) Expected catch,fail,always() or return (promise/catch-or-return)
(#5754) Each then() should return a value or throw (promise/always-return)
(#5761) Expected catch,fail,always() or return (promise/catch-or-return)
(#5761) Each then() should return a value or throw (promise/always-return)
(#5766) Expected catch,fail,always() or return (promise/catch-or-return)
(#5766) Each then() should return a value or throw (promise/always-return)
(#5772) Expected catch,fail,always() or return (promise/catch-or-return)
(#5772) Each then() should return a value or throw (promise/always-return)
(#5778) Expected catch,fail,always() or return (promise/catch-or-return)
(#5778) Each then() should return a value or throw (promise/always-return)
(#5784) Expected catch,fail,always() or return (promise/catch-or-return)
(#5784) Each then() should return a value or throw (promise/always-return)
(#5796) Expected catch,fail,always() or return (promise/catch-or-return)
(#5798) Each then() should return a value or throw (promise/always-return)
(#5839) Expected catch,fail,always() or return (promise/catch-or-return)
(#5840) Each then() should return a value or throw (promise/always-return)
(#5869) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5878) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5888) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#5931) Each then() should return a value or throw (promise/always-return)
(#5989) Each then() should return a value or throw (promise/always-return)
(#5992) Unexpected empty arrow function. (no-empty-function)
(#6004) Comments should not begin with a lowercase character. (capitalized-comments)
(#6013) Identifier 'cc_load_policy' is not in camel case. (camelcase)
(#6014) Identifier 'cc_lang_pref' is not in camel case. (camelcase)
(#6016) Identifier 'widget_referrer' is not in camel case. (camelcase)
(#6025) This line has a length of 266. Maximum allowed is 132. (max-len)
(#6025) Unquoted number literal '2' used as key. (quote-props)
(#6026) This line has a length of 154. Maximum allowed is 132. (max-len)
(#6026) Unquoted number literal '5' used as key. (quote-props)
(#6027) This line has a length of 170. Maximum allowed is 132. (max-len)
(#6027) Unquoted number literal '100' used as key. (quote-props)
(#6028) Unquoted number literal '101' used as key. (quote-props)
(#6029) Unquoted number literal '150' used as key. (quote-props)
(#6079) This line has a length of 156. Maximum allowed is 132. (max-len)
(#6234) This line has a length of 137. Maximum allowed is 132. (max-len)
(#6301) Unquoted reserved word 'class' used as key. (quote-props)
(#6309) Unquoted reserved word 'class' used as key. (quote-props)
(#6353) Each then() should return a value or throw (promise/always-return)
(#6377) Expected catch,fail,always() or return (promise/catch-or-return)
(#6377) Each then() should return a value or throw (promise/always-return)
(#6398) Unquoted reserved word 'class' used as key. (quote-props)
(#6403) 'google' is not defined. (no-undef)
(#6403) 'google' is not defined. (no-undef)
(#6406) 'google' is not defined. (no-undef)
(#6409) 'google' is not defined. (no-undef)
(#6412) 'google' is not defined. (no-undef)
(#6415) 'google' is not defined. (no-undef)
(#6418) This line has a length of 151. Maximum allowed is 132. (max-len)
(#6418) 'google' is not defined. (no-undef)
(#6419) 'google' is not defined. (no-undef)
(#6433) 'google' is not defined. (no-undef)
(#6481) 'google' is not defined. (no-undef)
(#6496) 'google' is not defined. (no-undef)
(#6499) 'google' is not defined. (no-undef)
(#6500) 'google' is not defined. (no-undef)
(#6515) Unquoted reserved word 'class' used as key. (quote-props)
(#6547) 'google' is not defined. (no-undef)
(#6560) 'google' is not defined. (no-undef)
(#6564) 'google' is not defined. (no-undef)
(#6598) 'google' is not defined. (no-undef)
(#6605) 'google' is not defined. (no-undef)
(#6614) 'google' is not defined. (no-undef)
(#6665) 'google' is not defined. (no-undef)
(#6687) Each then() should return a value or throw (promise/always-return)
(#6690) 'google' is not defined. (no-undef)
(#6702) Unexpected empty arrow function. (no-empty-function)
(#6756) Each then() should return a value or throw (promise/always-return)
(#6770) Unexpected empty arrow function. (no-empty-function)
(#6857) This line has a length of 140. Maximum allowed is 132. (max-len)
(#6908) This line has a length of 295. Maximum allowed is 132. (max-len)
(#6911) This line has a length of 164. Maximum allowed is 132. (max-len)
(#6912) This line has a length of 162. Maximum allowed is 132. (max-len)
(#6935) This line has a length of 162. Maximum allowed is 132. (max-len)
(#6938) This line has a length of 454. Maximum allowed is 132. (max-len)
(#6939) This line has a length of 239. Maximum allowed is 132. (max-len)
(#6940) This line has a length of 513. Maximum allowed is 132. (max-len)
(#6968) Expected { after 'if' condition. (curly)
(#6969) Expected catch,fail,always() or return (promise/catch-or-return)
(#6970) Each then() should return a value or throw (promise/always-return)
(#7009) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7014) This line has a length of 134. Maximum allowed is 132. (max-len)
(#7017) Expected catch,fail,always() or return (promise/catch-or-return)
(#7024) Expected catch,fail,always() or return (promise/catch-or-return)
(#7031) This line has a length of 135. Maximum allowed is 132. (max-len)
(#7033) This line has a length of 177. Maximum allowed is 132. (max-len)
(#7034) This line has a length of 175. Maximum allowed is 132. (max-len)
(#7034) Each then() should return a value or throw (promise/always-return)
(#7051) Expected { after 'if' condition. (curly)
(#7052) Expected { after 'if' condition. (curly)
(#7055) Expected { after 'if' condition. (curly)
(#7070) This line has a length of 140. Maximum allowed is 132. (max-len)
(#7079) This line has a length of 286. Maximum allowed is 132. (max-len)
(#7079) Do not nest ternary expressions. (no-nested-ternary)
(#7080) This line has a length of 296. Maximum allowed is 132. (max-len)
(#7081) This line has a length of 324. Maximum allowed is 132. (max-len)
(#7085) Comments should not begin with a lowercase character. (capitalized-comments)
(#7132) This line has a length of 162. Maximum allowed is 132. (max-len)
(#7149) Unquoted reserved word 'class' used as key. (quote-props)
(#7154) Unquoted reserved word 'class' used as key. (quote-props)
(#7160) Unquoted reserved word 'class' used as key. (quote-props)
(#7173) Unquoted reserved word 'class' used as key. (quote-props)
(#7194) This line has a length of 146. Maximum allowed is 132. (max-len)
(#7232) This line has a length of 133. Maximum allowed is 132. (max-len)
(#7233) This line has a length of 141. Maximum allowed is 132. (max-len)
(#7238) This line has a length of 139. Maximum allowed is 132. (max-len)
(#7239) This line has a length of 134. Maximum allowed is 132. (max-len)
(#7248) This line has a length of 156. Maximum allowed is 132. (max-len)
(#7260) This line has a length of 135. Maximum allowed is 132. (max-len)
(#7272) This line has a length of 170. Maximum allowed is 132. (max-len)
(#7273) This line has a length of 171. Maximum allowed is 132. (max-len)
(#7273) Expected catch,fail,always() or return (promise/catch-or-return)
(#7284) This line has a length of 225. Maximum allowed is 132. (max-len)
(#7286) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#7307) This line has a length of 165. Maximum allowed is 132. (max-len)
(#7318) This line has a length of 134. Maximum allowed is 132. (max-len)
(#7330) This line has a length of 136. Maximum allowed is 132. (max-len)
(#7330) Expected { after 'if' condition. (curly)
(#7350) This line has a length of 171. Maximum allowed is 132. (max-len)
(#7356) This line has a length of 146. Maximum allowed is 132. (max-len)
(#7389) This line has a length of 148. Maximum allowed is 132. (max-len)
(#7440) Expected { after 'if' condition. (curly)
(#7445) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#7447) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#7449) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#7451) Unused eslint-disable directive (no problems were reported from 'no-param-reassign').
(#7543) Unnecessary '.call()'. (no-useless-call)
(#7543) Arrow function has a complexity of 23. Maximum allowed is 20. (complexity)
(#7669) Constructor has a complexity of 38. Maximum allowed is 20. (complexity)
(#7778) This line has a length of 147. Maximum allowed is 132. (max-len)
(#7913) Expected catch,fail,always() or return (promise/catch-or-return)
(#7913) Avoid calling back inside of a promise. (promise/no-callback-in-promise)
(#7943) Comments should not begin with a lowercase character. (capitalized-comments)
(#7944) 'jQuery' is not defined. (no-undef)
(#7945) Unused eslint-disable directive (no problems were reported).
(#8326) This line has a length of 140. Maximum allowed is 132. (max-len)
(#8420) This line has a length of 170. Maximum allowed is 132. (max-len)
(#8509) This line has a length of 140. Maximum allowed is 132. (max-len)
(#8638) 'jQuery' is not defined. (no-undef)
(#8652) Unexpected empty arrow function. (no-empty-function)
(#8799) Missing JSDoc @param "thumbnailSource" declaration. (jsdoc/require-param)

CSS problems

(1721 errors, 41 warnings)

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

mod/supervideo/style_player.scss
(#2) Expected empty line before at-rule (at-rule-empty-line-before)
(#8) Expected empty line before at-rule (at-rule-empty-line-before)
(#18) Expected empty line before at-rule (at-rule-empty-line-before)
(#101) Expected empty line before at-rule (at-rule-empty-line-before)
(#109) Expected empty line before at-rule (at-rule-empty-line-before)
(#579) Expected empty line before at-rule (at-rule-empty-line-before)
(#834) Expected empty line before at-rule (at-rule-empty-line-before)
(#872) Expected empty line before at-rule (at-rule-empty-line-before)
(#970) Expected empty line before at-rule (at-rule-empty-line-before)
(#1001) Expected empty line before at-rule (at-rule-empty-line-before)
(#5) Unexpected duplicate "background-position" (declaration-block-no-duplicate-properties)
(#34) Unexpected duplicate "font-family" (declaration-block-no-duplicate-properties)
(#37) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#39) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#71) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#73) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#75) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#77) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#89) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#92) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#104) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#106) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#112) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#120) Unexpected duplicate "transform" (declaration-block-no-duplicate-properties)
(#124) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#129) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#141) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#147) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#155) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#158) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#165) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#189) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#197) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#201) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#228) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#230) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#233) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#235) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#237) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#252) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#253) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#258) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#264) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#275) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#278) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#280) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#292) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#300) Unexpected duplicate "padding-right" (declaration-block-no-duplicate-properties)
(#304) Unexpected duplicate "border-left-color" (declaration-block-no-duplicate-properties)
(#306) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#313) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#315) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#317) Unexpected duplicate "margin-bottom" (declaration-block-no-duplicate-properties)
(#319) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#322) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#326) Unexpected duplicate "border-right-color" (declaration-block-no-duplicate-properties)
(#328) Unexpected duplicate "left" (declaration-block-no-duplicate-properties)
(#332) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#334) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#339) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#350) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#362) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#379) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#393) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#396) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#405) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#407) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#410) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#420) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#423) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#425) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#435) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#439) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#441) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#443) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#448) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#454) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#456) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#463) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#467) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#469) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#474) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#479) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#481) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#490) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#492) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#499) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#502) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#504) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#511) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#515) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#517) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#523) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#536) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#541) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#546) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#551) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#572) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#577) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#586) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#588) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#591) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#593) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#595) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#597) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#601) Unexpected duplicate "margin-bottom" (declaration-block-no-duplicate-properties)
(#604) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#615) Unexpected duplicate "border-left" (declaration-block-no-duplicate-properties)
(#617) Unexpected duplicate "border-right" (declaration-block-no-duplicate-properties)
(#619) Unexpected duplicate "border-top" (declaration-block-no-duplicate-properties)
(#621) Unexpected duplicate "bottom" (declaration-block-no-duplicate-properties)
(#644) Unexpected duplicate "left" (declaration-block-no-duplicate-properties)
(#655) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#663) Unexpected duplicate "left" (declaration-block-no-duplicate-properties)
(#665) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#670) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#672) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#674) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#691) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#694) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#706) Unexpected duplicate "min-width" (declaration-block-no-duplicate-properties)
(#714) Unexpected duplicate "min-width" (declaration-block-no-duplicate-properties)
(#726) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#729) Unexpected duplicate "background-size" (declaration-block-no-duplicate-properties)
(#734) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#738) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#742) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#745) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#750) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#760) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#762) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#777) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#779) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#783) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#785) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#789) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#793) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#797) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#801) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#805) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#809) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#813) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#823) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#856) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#861) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#864) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#866) Unexpected duplicate "padding-top" (declaration-block-no-duplicate-properties)
(#875) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#877) Unexpected duplicate "padding-top" (declaration-block-no-duplicate-properties)
(#887) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#889) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#893) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#897) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#902) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#925) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#929) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#933) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#937) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#941) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#945) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#949) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#973) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#1004) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#1027) Unexpected duplicate "bottom" (declaration-block-no-duplicate-properties)
(#1035) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#1045) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#1056) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1058) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#1061) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1063) Unexpected duplicate "margin-bottom" (declaration-block-no-duplicate-properties)
(#1079) Unexpected duplicate "border-left" (declaration-block-no-duplicate-properties)
(#1081) Unexpected duplicate "border-right" (declaration-block-no-duplicate-properties)
(#1083) Unexpected duplicate "border-top" (declaration-block-no-duplicate-properties)
(#1085) Unexpected duplicate "bottom" (declaration-block-no-duplicate-properties)
(#1097) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#1121) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1123) Unexpected duplicate "border-bottom-left-radius" (declaration-block-no-duplicate-properties)
(#1125) Unexpected duplicate "border-bottom-right-radius" (declaration-block-no-duplicate-properties)
(#1137) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#252) Unexpected shorthand "border" after "border-top-color" (declaration-block-no-shorthand-property-overrides)
(#5) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#11) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#15) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#20) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#23) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#45) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#50) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#55) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#58) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#61) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#64) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#67) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#79) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#82) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#96) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#99) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#106) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#112) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#116) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#120) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#132) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#135) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#149) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#158) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#166) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#169) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#172) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#175) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#181) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#185) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#189) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#193) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#197) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#201) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#204) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#207) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#210) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#214) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#217) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#220) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#223) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#243) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#247) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#260) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#264) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#267) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#270) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#283) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#288) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#296) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#300) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#306) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#309) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#322) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#328) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#343) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#346) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#350) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#353) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#364) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#375) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#379) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#383) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#386) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#397) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#415) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#429) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#448) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#459) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#474) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#481) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#484) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#495) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#507) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#523) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#526) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#529) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#532) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#537) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#542) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#547) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#562) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#565) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#568) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#572) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#577) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#611) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#628) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#632) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#635) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#640) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#644) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#650) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#656) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#659) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#666) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#674) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#678) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#683) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#697) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#700) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#708) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#716) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#721) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#730) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#734) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#738) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#751) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#756) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#766) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#769) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#779) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#785) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#789) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#793) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#797) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#801) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#805) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#809) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#813) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#816) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#819) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#829) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#832) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#838) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#847) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#852) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#870) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#877) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#883) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#889) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#907) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#911) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#914) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#918) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#921) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#925) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#929) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#933) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#937) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#941) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#945) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#949) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#956) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#959) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#962) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#965) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#968) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#973) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#987) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#990) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#993) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#996) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#999) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1004) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1016) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1021) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1036) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1039) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1052) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1071) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1075) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1092) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1100) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1107) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1113) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1117) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1132) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1137) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1153) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1156) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1166) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1169) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1178) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1181) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#953) Unexpected !important (declaration-no-important)
(#978) Unexpected !important (declaration-no-important)
(#1169) Unexpected !important (declaration-no-important)
(#1173) Unexpected !important (declaration-no-important)
(#1174) Unexpected !important (declaration-no-important)
(#1176) Unexpected !important (declaration-no-important)
(#1177) Unexpected !important (declaration-no-important)
(#1178) Unexpected !important (declaration-no-important)
(#1181) Unexpected !important (declaration-no-important)
(#171) Expected line length to be no more than 132 characters (max-line-length)
(#203) Expected line length to be no more than 132 characters (max-line-length)
(#209) Expected line length to be no more than 132 characters (max-line-length)
(#258) Expected line length to be no more than 132 characters (max-line-length)
(#385) Expected line length to be no more than 132 characters (max-line-length)
(#637) Expected line length to be no more than 132 characters (max-line-length)
(#642) Expected line length to be no more than 132 characters (max-line-length)
(#658) Expected line length to be no more than 132 characters (max-line-length)
(#726) Expected line length to be no more than 132 characters (max-line-length)
(#801) Expected line length to be no more than 132 characters (max-line-length)
(#805) Expected line length to be no more than 132 characters (max-line-length)
(#809) Expected line length to be no more than 132 characters (max-line-length)
(#937) Expected line length to be no more than 132 characters (max-line-length)
(#941) Expected line length to be no more than 132 characters (max-line-length)
(#945) Expected line length to be no more than 132 characters (max-line-length)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#47) Expected newline after "," (selector-list-comma-newline-after)
(#63) Expected newline after "," (selector-list-comma-newline-after)
(#63) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#66) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#203) Expected newline after "," (selector-list-comma-newline-after)
(#203) Expected newline after "," (selector-list-comma-newline-after)
(#206) Expected newline after "," (selector-list-comma-newline-after)
(#206) Expected newline after "," (selector-list-comma-newline-after)
(#206) Expected newline after "," (selector-list-comma-newline-after)
(#206) Expected newline after "," (selector-list-comma-newline-after)
(#209) Expected newline after "," (selector-list-comma-newline-after)
(#209) Expected newline after "," (selector-list-comma-newline-after)
(#209) Expected newline after "," (selector-list-comma-newline-after)
(#266) Expected newline after "," (selector-list-comma-newline-after)
(#269) Expected newline after "," (selector-list-comma-newline-after)
(#308) Expected newline after "," (selector-list-comma-newline-after)
(#345) Expected newline after "," (selector-list-comma-newline-after)
(#352) Expected newline after "," (selector-list-comma-newline-after)
(#385) Expected newline after "," (selector-list-comma-newline-after)
(#486) Expected newline after "," (selector-list-comma-newline-after)
(#630) Expected newline after "," (selector-list-comma-newline-after)
(#630) Expected newline after "," (selector-list-comma-newline-after)
(#637) Expected newline after "," (selector-list-comma-newline-after)
(#642) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#658) Expected newline after "," (selector-list-comma-newline-after)
(#668) Expected newline after "," (selector-list-comma-newline-after)
(#781) Expected newline after "," (selector-list-comma-newline-after)
(#781) Expected newline after "," (selector-list-comma-newline-after)
(#831) Expected newline after "," (selector-list-comma-newline-after)
(#835) Expected newline after "," (selector-list-comma-newline-after)
(#841) Expected newline after "," (selector-list-comma-newline-after)
(#885) Expected newline after "," (selector-list-comma-newline-after)
(#885) Expected newline after "," (selector-list-comma-newline-after)
(#913) Expected newline after "," (selector-list-comma-newline-after)
(#1018) Expected newline after "," (selector-list-comma-newline-after)
(#1102) Expected newline after "," (selector-list-comma-newline-after)
mod/supervideo/styles.css
(#1634) Invalid value for "border-color" (csstree/validator)
(#119) Expected empty line before at-rule (at-rule-empty-line-before)
(#164) Expected empty line before at-rule (at-rule-empty-line-before)
(#174) Expected empty line before at-rule (at-rule-empty-line-before)
(#276) Expected empty line before at-rule (at-rule-empty-line-before)
(#161) Unexpected duplicate "background-position" (declaration-block-no-duplicate-properties)
(#190) Unexpected duplicate "font-family" (declaration-block-no-duplicate-properties)
(#193) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#195) Unexpected duplicate "line-height" (declaration-block-no-duplicate-properties)
(#234) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#236) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#238) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#240) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#254) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#257) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#271) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#273) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#279) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#288) Unexpected duplicate "transform" (declaration-block-no-duplicate-properties)
(#293) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#298) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#312) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#318) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#327) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#330) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#339) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#369) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#379) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#384) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#419) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#421) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#424) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#426) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#428) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#445) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#446) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#451) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#458) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#472) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#475) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#477) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#491) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#500) Unexpected duplicate "padding-right" (declaration-block-no-duplicate-properties)
(#505) Unexpected duplicate "border-left-color" (declaration-block-no-duplicate-properties)
(#507) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#516) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#518) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#520) Unexpected duplicate "margin-bottom" (declaration-block-no-duplicate-properties)
(#522) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#525) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#530) Unexpected duplicate "border-right-color" (declaration-block-no-duplicate-properties)
(#532) Unexpected duplicate "left" (declaration-block-no-duplicate-properties)
(#537) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#539) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#544) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#557) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#571) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#590) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#607) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#610) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#620) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#622) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#625) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#636) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#639) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#641) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#652) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#656) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#658) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#660) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#665) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#672) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#674) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#682) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#686) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#688) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#693) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#699) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#701) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#712) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#714) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#722) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#725) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#727) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#735) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#739) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#741) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#747) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#764) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#770) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#776) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#782) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#806) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#812) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#822) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#824) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#827) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#829) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#831) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#833) Unexpected duplicate "font-weight" (declaration-block-no-duplicate-properties)
(#837) Unexpected duplicate "margin-bottom" (declaration-block-no-duplicate-properties)
(#840) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#852) Unexpected duplicate "border-left" (declaration-block-no-duplicate-properties)
(#854) Unexpected duplicate "border-right" (declaration-block-no-duplicate-properties)
(#856) Unexpected duplicate "border-top" (declaration-block-no-duplicate-properties)
(#858) Unexpected duplicate "bottom" (declaration-block-no-duplicate-properties)
(#885) Unexpected duplicate "left" (declaration-block-no-duplicate-properties)
(#898) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#908) Unexpected duplicate "left" (declaration-block-no-duplicate-properties)
(#910) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#916) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#918) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#920) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#940) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#943) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#957) Unexpected duplicate "min-width" (declaration-block-no-duplicate-properties)
(#966) Unexpected duplicate "min-width" (declaration-block-no-duplicate-properties)
(#980) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#983) Unexpected duplicate "background-size" (declaration-block-no-duplicate-properties)
(#989) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#994) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#999) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1002) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#1007) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1019) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#1021) Unexpected duplicate "margin-right" (declaration-block-no-duplicate-properties)
(#1036) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1038) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#1043) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1045) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1050) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1055) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1060) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1065) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1070) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1075) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1080) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1093) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1130) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1135) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1138) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#1140) Unexpected duplicate "padding-top" (declaration-block-no-duplicate-properties)
(#1150) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#1152) Unexpected duplicate "padding-top" (declaration-block-no-duplicate-properties)
(#1163) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1165) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1170) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1174) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1179) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#1207) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1212) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1217) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1222) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1227) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1232) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1237) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1267) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#1303) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#1328) Unexpected duplicate "bottom" (declaration-block-no-duplicate-properties)
(#1336) Unexpected duplicate "right" (declaration-block-no-duplicate-properties)
(#1348) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#1360) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#1362) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#1365) Unexpected duplicate "box-shadow" (declaration-block-no-duplicate-properties)
(#1367) Unexpected duplicate "margin-bottom" (declaration-block-no-duplicate-properties)
(#1385) Unexpected duplicate "border-left" (declaration-block-no-duplicate-properties)
(#1387) Unexpected duplicate "border-right" (declaration-block-no-duplicate-properties)
(#1389) Unexpected duplicate "border-top" (declaration-block-no-duplicate-properties)
(#1391) Unexpected duplicate "bottom" (declaration-block-no-duplicate-properties)
(#1404) Unexpected duplicate "border-radius" (declaration-block-no-duplicate-properties)
(#1432) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1434) Unexpected duplicate "border-bottom-left-radius" (declaration-block-no-duplicate-properties)
(#1436) Unexpected duplicate "border-bottom-right-radius" (declaration-block-no-duplicate-properties)
(#1449) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#445) Unexpected shorthand "border" after "border-top-color" (declaration-block-no-shorthand-property-overrides)
(#45) Unexpected !important (declaration-no-important)
(#47) Unexpected !important (declaration-no-important)
(#107) Unexpected !important (declaration-no-important)
(#122) Unexpected !important (declaration-no-important)
(#130) Unexpected !important (declaration-no-important)
(#146) Unexpected !important (declaration-no-important)
(#155) Unexpected !important (declaration-no-important)
(#1242) Unexpected !important (declaration-no-important)
(#1272) Unexpected !important (declaration-no-important)
(#1485) Unexpected !important (declaration-no-important)
(#1490) Unexpected !important (declaration-no-important)
(#1491) Unexpected !important (declaration-no-important)
(#1493) Unexpected !important (declaration-no-important)
(#1494) Unexpected !important (declaration-no-important)
(#1495) Unexpected !important (declaration-no-important)
(#1499) Unexpected !important (declaration-no-important)
(#1522) Unexpected !important (declaration-no-important)
(#1530) Unexpected !important (declaration-no-important)
(#1531) Unexpected !important (declaration-no-important)
(#1545) Unexpected !important (declaration-no-important)
(#1561) Unexpected !important (declaration-no-important)
(#1598) Unexpected !important (declaration-no-important)
(#1602) Unexpected !important (declaration-no-important)
(#1616) Unexpected !important (declaration-no-important)
(#1617) Unexpected !important (declaration-no-important)
(#1622) Unexpected !important (declaration-no-important)
(#1641) Unexpected !important (declaration-no-important)
(#1645) Unexpected !important (declaration-no-important)
(#1650) Unexpected !important (declaration-no-important)
(#1654) Unexpected !important (declaration-no-important)
(#1657) Unexpected !important (declaration-no-important)
(#1663) Unexpected !important (declaration-no-important)
(#1578) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#347) Expected line length to be no more than 132 characters (max-line-length)
(#387) Expected line length to be no more than 132 characters (max-line-length)
(#395) Expected line length to be no more than 132 characters (max-line-length)
(#451) Expected line length to be no more than 132 characters (max-line-length)
(#598) Expected line length to be no more than 132 characters (max-line-length)
(#877) Expected line length to be no more than 132 characters (max-line-length)
(#883) Expected line length to be no more than 132 characters (max-line-length)
(#902) Expected line length to be no more than 132 characters (max-line-length)
(#979) Expected line length to be no more than 132 characters (max-line-length)
(#980) Expected line length to be no more than 132 characters (max-line-length)
(#1050) Expected line length to be no more than 132 characters (max-line-length)
(#1055) Expected line length to be no more than 132 characters (max-line-length)
(#1060) Expected line length to be no more than 132 characters (max-line-length)
(#1065) Expected line length to be no more than 132 characters (max-line-length)
(#1070) Expected line length to be no more than 132 characters (max-line-length)
(#1075) Expected line length to be no more than 132 characters (max-line-length)
(#1207) Expected line length to be no more than 132 characters (max-line-length)
(#1212) Expected line length to be no more than 132 characters (max-line-length)
(#1217) Expected line length to be no more than 132 characters (max-line-length)
(#1221) Expected line length to be no more than 132 characters (max-line-length)
(#1222) Expected line length to be no more than 132 characters (max-line-length)
(#1226) Expected line length to be no more than 132 characters (max-line-length)
(#1227) Expected line length to be no more than 132 characters (max-line-length)
(#1231) Expected line length to be no more than 132 characters (max-line-length)
(#1232) Expected line length to be no more than 132 characters (max-line-length)
(#1601) Expected line length to be no more than 132 characters (max-line-length)
(#204) Expected newline after "," (selector-list-comma-newline-after)
(#204) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#224) Expected newline after "," (selector-list-comma-newline-after)
(#228) Expected newline after "," (selector-list-comma-newline-after)
(#228) Expected newline after "," (selector-list-comma-newline-after)
(#228) Expected newline after "," (selector-list-comma-newline-after)
(#347) Expected newline after "," (selector-list-comma-newline-after)
(#347) Expected newline after "," (selector-list-comma-newline-after)
(#347) Expected newline after "," (selector-list-comma-newline-after)
(#347) Expected newline after "," (selector-list-comma-newline-after)
(#347) Expected newline after "," (selector-list-comma-newline-after)
(#387) Expected newline after "," (selector-list-comma-newline-after)
(#387) Expected newline after "," (selector-list-comma-newline-after)
(#391) Expected newline after "," (selector-list-comma-newline-after)
(#391) Expected newline after "," (selector-list-comma-newline-after)
(#391) Expected newline after "," (selector-list-comma-newline-after)
(#391) Expected newline after "," (selector-list-comma-newline-after)
(#395) Expected newline after "," (selector-list-comma-newline-after)
(#395) Expected newline after "," (selector-list-comma-newline-after)
(#395) Expected newline after "," (selector-list-comma-newline-after)
(#461) Expected newline after "," (selector-list-comma-newline-after)
(#465) Expected newline after "," (selector-list-comma-newline-after)
(#510) Expected newline after "," (selector-list-comma-newline-after)
(#551) Expected newline after "," (selector-list-comma-newline-after)
(#560) Expected newline after "," (selector-list-comma-newline-after)
(#598) Expected newline after "," (selector-list-comma-newline-after)
(#708) Expected newline after "," (selector-list-comma-newline-after)
(#868) Expected newline after "," (selector-list-comma-newline-after)
(#868) Expected newline after "," (selector-list-comma-newline-after)
(#877) Expected newline after "," (selector-list-comma-newline-after)
(#883) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#902) Expected newline after "," (selector-list-comma-newline-after)
(#914) Expected newline after "," (selector-list-comma-newline-after)
(#1041) Expected newline after "," (selector-list-comma-newline-after)
(#1041) Expected newline after "," (selector-list-comma-newline-after)
(#1102) Expected newline after "," (selector-list-comma-newline-after)
(#1107) Expected newline after "," (selector-list-comma-newline-after)
(#1113) Expected newline after "," (selector-list-comma-newline-after)
(#1161) Expected newline after "," (selector-list-comma-newline-after)
(#1161) Expected newline after "," (selector-list-comma-newline-after)
(#1192) Expected newline after "," (selector-list-comma-newline-after)
(#1318) Expected newline after "," (selector-list-comma-newline-after)
(#1410) Expected newline after "," (selector-list-comma-newline-after)
(#1601) Expected newline after "," (selector-list-comma-newline-after)
(#1662) Expected newline after "," (selector-list-comma-newline-after)
(#3) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 8 spaces (indentation)
(#122) Expected indentation of 8 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 8 spaces (indentation)
(#161) Expected indentation of 8 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 8 spaces (indentation)
(#167) Expected indentation of 8 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 8 spaces (indentation)
(#171) Expected indentation of 8 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 8 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 8 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#188) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#200) Expected indentation of 4 spaces (indentation)
(#201) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 8 spaces (indentation)
(#271) Expected indentation of 8 spaces (indentation)
(#272) Expected indentation of 8 spaces (indentation)
(#273) Expected indentation of 8 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 8 spaces (indentation)
(#279) Expected indentation of 8 spaces (indentation)
(#283) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#288) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#314) Expected indentation of 4 spaces (indentation)
(#315) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#339) Expected indentation of 4 spaces (indentation)
(#340) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#373) Expected indentation of 4 spaces (indentation)
(#374) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#401) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#409) Expected indentation of 4 spaces (indentation)
(#413) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#418) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#420) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#422) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 4 spaces (indentation)
(#425) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#430) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#445) Expected indentation of 4 spaces (indentation)
(#446) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#452) Expected indentation of 4 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#470) Expected indentation of 4 spaces (indentation)
(#471) Expected indentation of 4 spaces (indentation)
(#472) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#474) Expected indentation of 4 spaces (indentation)
(#475) Expected indentation of 4 spaces (indentation)
(#476) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#479) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#484) Expected indentation of 4 spaces (indentation)
(#485) Expected indentation of 4 spaces (indentation)
(#486) Expected indentation of 4 spaces (indentation)
(#490) Expected indentation of 4 spaces (indentation)
(#491) Expected indentation of 4 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#494) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#499) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#516) Expected indentation of 4 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#518) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#525) Expected indentation of 4 spaces (indentation)
(#529) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#531) Expected indentation of 4 spaces (indentation)
(#532) Expected indentation of 4 spaces (indentation)
(#536) Expected indentation of 4 spaces (indentation)
(#537) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 4 spaces (indentation)
(#539) Expected indentation of 4 spaces (indentation)
(#540) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#543) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#547) Expected indentation of 4 spaces (indentation)
(#548) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#556) Expected indentation of 4 spaces (indentation)
(#557) Expected indentation of 4 spaces (indentation)
(#561) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#572) Expected indentation of 4 spaces (indentation)
(#573) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 4 spaces (indentation)
(#583) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#590) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#595) Expected indentation of 4 spaces (indentation)
(#599) Expected indentation of 4 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#607) Expected indentation of 4 spaces (indentation)
(#608) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#615) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#617) Expected indentation of 4 spaces (indentation)
(#618) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#622) Expected indentation of 4 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#625) Expected indentation of 4 spaces (indentation)
(#626) Expected indentation of 4 spaces (indentation)
(#627) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 4 spaces (indentation)
(#630) Expected indentation of 4 spaces (indentation)
(#634) Expected indentation of 4 spaces (indentation)
(#635) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 4 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#643) Expected indentation of 4 spaces (indentation)
(#644) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#653) Expected indentation of 4 spaces (indentation)
(#654) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#670) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 4 spaces (indentation)
(#676) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#684) Expected indentation of 4 spaces (indentation)
(#685) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#688) Expected indentation of 4 spaces (indentation)
(#689) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#691) Expected indentation of 4 spaces (indentation)
(#692) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 4 spaces (indentation)
(#700) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#705) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#711) Expected indentation of 4 spaces (indentation)
(#712) Expected indentation of 4 spaces (indentation)
(#713) Expected indentation of 4 spaces (indentation)
(#714) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#724) Expected indentation of 4 spaces (indentation)
(#725) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#729) Expected indentation of 4 spaces (indentation)
(#730) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#742) Expected indentation of 4 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#744) Expected indentation of 4 spaces (indentation)
(#745) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#751) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#763) Expected indentation of 4 spaces (indentation)
(#764) Expected indentation of 4 spaces (indentation)
(#765) Expected indentation of 4 spaces (indentation)
(#769) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#776) Expected indentation of 4 spaces (indentation)
(#777) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 4 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#790) Expected indentation of 4 spaces (indentation)
(#791) Expected indentation of 4 spaces (indentation)
(#792) Expected indentation of 4 spaces (indentation)
(#793) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#806) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 4 spaces (indentation)
(#812) Expected indentation of 4 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 8 spaces (indentation)
(#821) Expected indentation of 4 spaces (indentation)
(#822) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#826) Expected indentation of 4 spaces (indentation)
(#827) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#829) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#831) Expected indentation of 4 spaces (indentation)
(#832) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 4 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#841) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#843) Expected indentation of 4 spaces (indentation)
(#844) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#855) Expected indentation of 4 spaces (indentation)
(#856) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 4 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#859) Expected indentation of 4 spaces (indentation)
(#860) Expected indentation of 4 spaces (indentation)
(#861) Expected indentation of 4 spaces (indentation)
(#862) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#864) Expected indentation of 4 spaces (indentation)
(#865) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 4 spaces (indentation)
(#874) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#880) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#891) Expected indentation of 4 spaces (indentation)
(#892) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#898) Expected indentation of 4 spaces (indentation)
(#899) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#907) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 4 spaces (indentation)
(#909) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#916) Expected indentation of 4 spaces (indentation)
(#917) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 4 spaces (indentation)
(#919) Expected indentation of 4 spaces (indentation)
(#920) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#929) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#938) Expected indentation of 4 spaces (indentation)
(#939) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#945) Expected indentation of 4 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 4 spaces (indentation)
(#958) Expected indentation of 4 spaces (indentation)
(#959) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)
(#966) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#972) Expected indentation of 4 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 4 spaces (indentation)
(#978) Expected indentation of 4 spaces (indentation)
(#979) Expected indentation of 4 spaces (indentation)
(#980) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#984) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#989) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#999) Expected indentation of 4 spaces (indentation)
(#1000) Expected indentation of 4 spaces (indentation)
(#1001) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 4 spaces (indentation)
(#1004) Expected indentation of 4 spaces (indentation)
(#1005) Expected indentation of 4 spaces (indentation)
(#1006) Expected indentation of 4 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1008) Expected indentation of 4 spaces (indentation)
(#1012) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1014) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 4 spaces (indentation)
(#1021) Expected indentation of 4 spaces (indentation)
(#1022) Expected indentation of 4 spaces (indentation)
(#1023) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1025) Expected indentation of 4 spaces (indentation)
(#1029) Expected indentation of 4 spaces (indentation)
(#1033) Expected indentation of 4 spaces (indentation)
(#1034) Expected indentation of 4 spaces (indentation)
(#1035) Expected indentation of 4 spaces (indentation)
(#1036) Expected indentation of 4 spaces (indentation)
(#1037) Expected indentation of 4 spaces (indentation)
(#1038) Expected indentation of 4 spaces (indentation)
(#1042) Expected indentation of 4 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 4 spaces (indentation)
(#1045) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 4 spaces (indentation)
(#1050) Expected indentation of 4 spaces (indentation)
(#1054) Expected indentation of 4 spaces (indentation)
(#1055) Expected indentation of 4 spaces (indentation)
(#1059) Expected indentation of 4 spaces (indentation)
(#1060) Expected indentation of 4 spaces (indentation)
(#1064) Expected indentation of 4 spaces (indentation)
(#1065) Expected indentation of 4 spaces (indentation)
(#1069) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 4 spaces (indentation)
(#1074) Expected indentation of 4 spaces (indentation)
(#1075) Expected indentation of 4 spaces (indentation)
(#1079) Expected indentation of 4 spaces (indentation)
(#1080) Expected indentation of 4 spaces (indentation)
(#1084) Expected indentation of 4 spaces (indentation)
(#1088) Expected indentation of 4 spaces (indentation)
(#1092) Expected indentation of 4 spaces (indentation)
(#1093) Expected indentation of 4 spaces (indentation)
(#1094) Expected indentation of 4 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1096) Expected indentation of 4 spaces (indentation)
(#1097) Expected indentation of 4 spaces (indentation)
(#1098) Expected indentation of 4 spaces (indentation)
(#1099) Expected indentation of 4 spaces (indentation)
(#1103) Expected indentation of 4 spaces (indentation)
(#1107) Expected indentation of 4 spaces (indentation)
(#1111) Expected indentation of 4 spaces (indentation)
(#1108) Expected indentation of 8 spaces (indentation)
(#1109) Expected indentation of 8 spaces (indentation)
(#1110) Expected indentation of 8 spaces (indentation)
(#1114) Expected indentation of 4 spaces (indentation)
(#1115) Expected indentation of 4 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1117) Expected indentation of 4 spaces (indentation)
(#1118) Expected indentation of 4 spaces (indentation)
(#1119) Expected indentation of 4 spaces (indentation)
(#1123) Expected indentation of 4 spaces (indentation)
(#1124) Expected indentation of 4 spaces (indentation)
(#1125) Expected indentation of 4 spaces (indentation)
(#1129) Expected indentation of 4 spaces (indentation)
(#1130) Expected indentation of 4 spaces (indentation)
(#1131) Expected indentation of 4 spaces (indentation)
(#1132) Expected indentation of 4 spaces (indentation)
(#1133) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 4 spaces (indentation)
(#1135) Expected indentation of 4 spaces (indentation)
(#1136) Expected indentation of 4 spaces (indentation)
(#1137) Expected indentation of 4 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1139) Expected indentation of 4 spaces (indentation)
(#1140) Expected indentation of 4 spaces (indentation)
(#1141) Expected indentation of 4 spaces (indentation)
(#1142) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 4 spaces (indentation)
(#1144) Expected indentation of 4 spaces (indentation)
(#1148) Expected indentation of 4 spaces (indentation)
(#1153) Expected indentation of 4 spaces (indentation)
(#1149) Expected indentation of 8 spaces (indentation)
(#1150) Expected indentation of 8 spaces (indentation)
(#1151) Expected indentation of 8 spaces (indentation)
(#1152) Expected indentation of 8 spaces (indentation)
(#1156) Expected indentation of 4 spaces (indentation)
(#1157) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 4 spaces (indentation)
(#1162) Expected indentation of 4 spaces (indentation)
(#1163) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 4 spaces (indentation)
(#1165) Expected indentation of 4 spaces (indentation)
(#1169) Expected indentation of 4 spaces (indentation)
(#1170) Expected indentation of 4 spaces (indentation)
(#1171) Expected indentation of 4 spaces (indentation)
(#1172) Expected indentation of 4 spaces (indentation)
(#1173) Expected indentation of 4 spaces (indentation)
(#1174) Expected indentation of 4 spaces (indentation)
(#1175) Expected indentation of 4 spaces (indentation)
(#1176) Expected indentation of 4 spaces (indentation)
(#1177) Expected indentation of 4 spaces (indentation)
(#1178) Expected indentation of 4 spaces (indentation)
(#1179) Expected indentation of 4 spaces (indentation)
(#1180) Expected indentation of 4 spaces (indentation)
(#1181) Expected indentation of 4 spaces (indentation)
(#1182) Expected indentation of 4 spaces (indentation)
(#1183) Expected indentation of 4 spaces (indentation)
(#1184) Expected indentation of 4 spaces (indentation)
(#1188) Expected indentation of 4 spaces (indentation)
(#1189) Expected indentation of 4 spaces (indentation)
(#1193) Expected indentation of 4 spaces (indentation)
(#1197) Expected indentation of 4 spaces (indentation)
(#1198) Expected indentation of 4 spaces (indentation)
(#1202) Expected indentation of 4 spaces (indentation)
(#1206) Expected indentation of 4 spaces (indentation)
(#1207) Expected indentation of 4 spaces (indentation)
(#1211) Expected indentation of 4 spaces (indentation)
(#1212) Expected indentation of 4 spaces (indentation)
(#1216) Expected indentation of 4 spaces (indentation)
(#1217) Expected indentation of 4 spaces (indentation)
(#1221) Expected indentation of 4 spaces (indentation)
(#1222) Expected indentation of 4 spaces (indentation)
(#1226) Expected indentation of 4 spaces (indentation)
(#1227) Expected indentation of 4 spaces (indentation)
(#1231) Expected indentation of 4 spaces (indentation)
(#1232) Expected indentation of 4 spaces (indentation)
(#1236) Expected indentation of 4 spaces (indentation)
(#1237) Expected indentation of 4 spaces (indentation)
(#1241) Expected indentation of 4 spaces (indentation)
(#1242) Expected indentation of 4 spaces (indentation)
(#1243) Expected indentation of 4 spaces (indentation)
(#1244) Expected indentation of 4 spaces (indentation)
(#1245) Expected indentation of 4 spaces (indentation)
(#1249) Expected indentation of 4 spaces (indentation)
(#1253) Expected indentation of 4 spaces (indentation)
(#1257) Expected indentation of 4 spaces (indentation)
(#1261) Expected indentation of 4 spaces (indentation)
(#1265) Expected indentation of 4 spaces (indentation)
(#1268) Expected indentation of 4 spaces (indentation)
(#1266) Expected indentation of 8 spaces (indentation)
(#1267) Expected indentation of 8 spaces (indentation)
(#1271) Expected indentation of 4 spaces (indentation)
(#1272) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 4 spaces (indentation)
(#1274) Expected indentation of 4 spaces (indentation)
(#1275) Expected indentation of 4 spaces (indentation)
(#1276) Expected indentation of 4 spaces (indentation)
(#1277) Expected indentation of 4 spaces (indentation)
(#1278) Expected indentation of 4 spaces (indentation)
(#1279) Expected indentation of 4 spaces (indentation)
(#1280) Expected indentation of 4 spaces (indentation)
(#1281) Expected indentation of 4 spaces (indentation)
(#1285) Expected indentation of 4 spaces (indentation)
(#1289) Expected indentation of 4 spaces (indentation)
(#1293) Expected indentation of 4 spaces (indentation)
(#1297) Expected indentation of 4 spaces (indentation)
(#1301) Expected indentation of 4 spaces (indentation)
(#1304) Expected indentation of 4 spaces (indentation)
(#1302) Expected indentation of 8 spaces (indentation)
(#1303) Expected indentation of 8 spaces (indentation)
(#1307) Expected indentation of 4 spaces (indentation)
(#1308) Expected indentation of 4 spaces (indentation)
(#1309) Expected indentation of 4 spaces (indentation)
(#1310) Expected indentation of 4 spaces (indentation)
(#1311) Expected indentation of 4 spaces (indentation)
(#1312) Expected indentation of 4 spaces (indentation)
(#1313) Expected indentation of 4 spaces (indentation)
(#1314) Expected indentation of 4 spaces (indentation)
(#1315) Expected indentation of 4 spaces (indentation)
(#1319) Expected indentation of 4 spaces (indentation)
(#1320) Expected indentation of 4 spaces (indentation)
(#1321) Expected indentation of 4 spaces (indentation)
(#1325) Expected indentation of 4 spaces (indentation)
(#1326) Expected indentation of 4 spaces (indentation)
(#1327) Expected indentation of 4 spaces (indentation)
(#1328) Expected indentation of 4 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1330) Expected indentation of 4 spaces (indentation)
(#1331) Expected indentation of 4 spaces (indentation)
(#1332) Expected indentation of 4 spaces (indentation)
(#1333) Expected indentation of 4 spaces (indentation)
(#1334) Expected indentation of 4 spaces (indentation)
(#1335) Expected indentation of 4 spaces (indentation)
(#1336) Expected indentation of 4 spaces (indentation)
(#1337) Expected indentation of 4 spaces (indentation)
(#1341) Expected indentation of 4 spaces (indentation)
(#1345) Expected indentation of 4 spaces (indentation)
(#1346) Expected indentation of 4 spaces (indentation)
(#1347) Expected indentation of 4 spaces (indentation)
(#1348) Expected indentation of 4 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1350) Expected indentation of 4 spaces (indentation)
(#1351) Expected indentation of 4 spaces (indentation)
(#1352) Expected indentation of 4 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1354) Expected indentation of 4 spaces (indentation)
(#1355) Expected indentation of 4 spaces (indentation)
(#1359) Expected indentation of 4 spaces (indentation)
(#1360) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1362) Expected indentation of 4 spaces (indentation)
(#1363) Expected indentation of 4 spaces (indentation)
(#1364) Expected indentation of 4 spaces (indentation)
(#1365) Expected indentation of 4 spaces (indentation)
(#1366) Expected indentation of 4 spaces (indentation)
(#1367) Expected indentation of 4 spaces (indentation)
(#1368) Expected indentation of 4 spaces (indentation)
(#1369) Expected indentation of 4 spaces (indentation)
(#1370) Expected indentation of 4 spaces (indentation)
(#1371) Expected indentation of 4 spaces (indentation)
(#1372) Expected indentation of 4 spaces (indentation)
(#1373) Expected indentation of 4 spaces (indentation)
(#1374) Expected indentation of 4 spaces (indentation)
(#1375) Expected indentation of 4 spaces (indentation)
(#1379) Expected indentation of 4 spaces (indentation)
(#1380) Expected indentation of 4 spaces (indentation)
(#1384) Expected indentation of 4 spaces (indentation)
(#1385) Expected indentation of 4 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 4 spaces (indentation)
(#1388) Expected indentation of 4 spaces (indentation)
(#1389) Expected indentation of 4 spaces (indentation)
(#1390) Expected indentation of 4 spaces (indentation)
(#1391) Expected indentation of 4 spaces (indentation)
(#1392) Expected indentation of 4 spaces (indentation)
(#1393) Expected indentation of 4 spaces (indentation)
(#1394) Expected indentation of 4 spaces (indentation)
(#1395) Expected indentation of 4 spaces (indentation)
(#1396) Expected indentation of 4 spaces (indentation)
(#1397) Expected indentation of 4 spaces (indentation)
(#1398) Expected indentation of 4 spaces (indentation)
(#1402) Expected indentation of 4 spaces (indentation)
(#1403) Expected indentation of 4 spaces (indentation)
(#1404) Expected indentation of 4 spaces (indentation)
(#1405) Expected indentation of 4 spaces (indentation)
(#1406) Expected indentation of 4 spaces (indentation)
(#1407) Expected indentation of 4 spaces (indentation)
(#1411) Expected indentation of 4 spaces (indentation)
(#1412) Expected indentation of 4 spaces (indentation)
(#1413) Expected indentation of 4 spaces (indentation)
(#1414) Expected indentation of 4 spaces (indentation)
(#1415) Expected indentation of 4 spaces (indentation)
(#1419) Expected indentation of 4 spaces (indentation)
(#1420) Expected indentation of 4 spaces (indentation)
(#1421) Expected indentation of 4 spaces (indentation)
(#1422) Expected indentation of 4 spaces (indentation)
(#1426) Expected indentation of 4 spaces (indentation)
(#1427) Expected indentation of 4 spaces (indentation)
(#1431) Expected indentation of 4 spaces (indentation)
(#1432) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1434) Expected indentation of 4 spaces (indentation)
(#1435) Expected indentation of 4 spaces (indentation)
(#1436) Expected indentation of 4 spaces (indentation)
(#1437) Expected indentation of 4 spaces (indentation)
(#1438) Expected indentation of 4 spaces (indentation)
(#1439) Expected indentation of 4 spaces (indentation)
(#1440) Expected indentation of 4 spaces (indentation)
(#1441) Expected indentation of 4 spaces (indentation)
(#1442) Expected indentation of 4 spaces (indentation)
(#1443) Expected indentation of 4 spaces (indentation)
(#1447) Expected indentation of 4 spaces (indentation)
(#1448) Expected indentation of 4 spaces (indentation)
(#1449) Expected indentation of 4 spaces (indentation)
(#1453) Expected indentation of 4 spaces (indentation)
(#1454) Expected indentation of 4 spaces (indentation)
(#1455) Expected indentation of 4 spaces (indentation)
(#1456) Expected indentation of 4 spaces (indentation)
(#1457) Expected indentation of 4 spaces (indentation)
(#1458) Expected indentation of 4 spaces (indentation)
(#1459) Expected indentation of 4 spaces (indentation)
(#1460) Expected indentation of 4 spaces (indentation)
(#1461) Expected indentation of 4 spaces (indentation)
(#1462) Expected indentation of 4 spaces (indentation)
(#1463) Expected indentation of 4 spaces (indentation)
(#1464) Expected indentation of 4 spaces (indentation)
(#1465) Expected indentation of 4 spaces (indentation)
(#1466) Expected indentation of 4 spaces (indentation)
(#1470) Expected indentation of 4 spaces (indentation)
(#1474) Expected indentation of 4 spaces (indentation)
(#1475) Expected indentation of 4 spaces (indentation)
(#1476) Expected indentation of 4 spaces (indentation)
(#1477) Expected indentation of 4 spaces (indentation)
(#1478) Expected indentation of 4 spaces (indentation)
(#1479) Expected indentation of 4 spaces (indentation)
(#1480) Expected indentation of 4 spaces (indentation)
(#1481) Expected indentation of 4 spaces (indentation)
(#1485) Expected indentation of 4 spaces (indentation)
(#1489) Expected indentation of 4 spaces (indentation)
(#1490) Expected indentation of 4 spaces (indentation)
(#1491) Expected indentation of 4 spaces (indentation)
(#1492) Expected indentation of 4 spaces (indentation)
(#1493) Expected indentation of 4 spaces (indentation)
(#1494) Expected indentation of 4 spaces (indentation)
(#1495) Expected indentation of 4 spaces (indentation)
(#1499) Expected indentation of 4 spaces (indentation)
(#1503) Expected indentation of 4 spaces (indentation)
(#1507) Expected indentation of 4 spaces (indentation)
(#1508) Expected indentation of 4 spaces (indentation)
(#1509) Expected indentation of 4 spaces (indentation)
(#1510) Expected indentation of 4 spaces (indentation)
(#1511) Expected indentation of 4 spaces (indentation)
(#1512) Expected indentation of 4 spaces (indentation)
(#1513) Expected indentation of 4 spaces (indentation)
(#1517) Expected indentation of 4 spaces (indentation)
(#1521) Expected indentation of 4 spaces (indentation)
(#1523) Expected indentation of 4 spaces (indentation)
(#1522) Expected indentation of 8 spaces (indentation)
(#1526) Expected indentation of 4 spaces (indentation)
(#1530) Expected indentation of 4 spaces (indentation)
(#1531) Expected indentation of 4 spaces (indentation)
(#1535) Expected indentation of 4 spaces (indentation)
(#1538) Expected indentation of 4 spaces (indentation)
(#1539) Expected indentation of 4 spaces (indentation)
(#1542) Expected indentation of 4 spaces (indentation)
(#1543) Expected indentation of 4 spaces (indentation)
(#1544) Expected indentation of 4 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1546) Expected indentation of 4 spaces (indentation)
(#1547) Expected indentation of 4 spaces (indentation)
(#1548) Expected indentation of 4 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1550) Expected indentation of 4 spaces (indentation)
(#1551) Expected indentation of 4 spaces (indentation)
(#1555) Expected indentation of 4 spaces (indentation)
(#1558) Expected indentation of 4 spaces (indentation)
(#1561) Expected indentation of 4 spaces (indentation)
(#1562) Expected indentation of 4 spaces (indentation)
(#1563) Expected indentation of 4 spaces (indentation)
(#1566) Expected indentation of 4 spaces (indentation)
(#1567) Expected indentation of 4 spaces (indentation)
(#1570) Expected indentation of 4 spaces (indentation)
(#1571) Expected indentation of 4 spaces (indentation)
(#1572) Expected indentation of 4 spaces (indentation)
(#1575) Expected indentation of 4 spaces (indentation)
(#1576) Expected indentation of 4 spaces (indentation)
(#1577) Expected indentation of 4 spaces (indentation)
(#1578) Expected indentation of 4 spaces (indentation)
(#1579) Expected indentation of 4 spaces (indentation)
(#1580) Expected indentation of 4 spaces (indentation)
(#1581) Expected indentation of 4 spaces (indentation)
(#1584) Expected indentation of 4 spaces (indentation)
(#1585) Expected indentation of 4 spaces (indentation)
(#1588) Expected indentation of 4 spaces (indentation)
(#1589) Expected indentation of 4 spaces (indentation)
(#1590) Expected indentation of 4 spaces (indentation)
(#1591) Expected indentation of 4 spaces (indentation)
(#1592) Expected indentation of 4 spaces (indentation)
(#1593) Expected indentation of 4 spaces (indentation)
(#1596) Expected indentation of 4 spaces (indentation)
(#1597) Expected indentation of 4 spaces (indentation)
(#1598) Expected indentation of 4 spaces (indentation)
(#1599) Expected indentation of 4 spaces (indentation)
(#1602) Expected indentation of 4 spaces (indentation)
(#1605) Expected indentation of 4 spaces (indentation)
(#1606) Expected indentation of 4 spaces (indentation)
(#1607) Expected indentation of 4 spaces (indentation)
(#1610) Expected indentation of 4 spaces (indentation)
(#1613) Expected indentation of 4 spaces (indentation)
(#1616) Expected indentation of 4 spaces (indentation)
(#1617) Expected indentation of 4 spaces (indentation)
(#1618) Expected indentation of 4 spaces (indentation)
(#1622) Expected indentation of 4 spaces (indentation)
(#1623) Expected indentation of 4 spaces (indentation)
(#1627) Expected indentation of 4 spaces (indentation)
(#1628) Expected indentation of 4 spaces (indentation)
(#1629) Expected indentation of 4 spaces (indentation)
(#1630) Expected indentation of 4 spaces (indentation)
(#1631) Expected indentation of 4 spaces (indentation)
(#1634) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 4 spaces (indentation)
(#1638) Expected indentation of 4 spaces (indentation)
(#1641) Expected indentation of 4 spaces (indentation)
(#1642) Expected indentation of 4 spaces (indentation)
(#1645) Expected indentation of 4 spaces (indentation)
(#1650) Expected indentation of 4 spaces (indentation)
(#1653) Expected indentation of 4 spaces (indentation)
(#1654) Expected indentation of 4 spaces (indentation)
(#1657) Expected indentation of 4 spaces (indentation)
(#1660) Expected indentation of 4 spaces (indentation)
(#1663) Expected indentation of 4 spaces (indentation)
(#1664) Expected indentation of 4 spaces (indentation)
(#1665) Expected indentation of 4 spaces (indentation)
(#1666) Expected indentation of 4 spaces (indentation)
(#1667) Expected indentation of 4 spaces (indentation)
(#1670) Expected indentation of 4 spaces (indentation)
(#1673) Expected indentation of 4 spaces (indentation)
(#1674) Expected indentation of 4 spaces (indentation)
(#1675) Expected indentation of 4 spaces (indentation)
(#1676) Expected indentation of 4 spaces (indentation)
(#1680) Expected indentation of 4 spaces (indentation)
(#1683) Expected indentation of 4 spaces (indentation)
mod/supervideo/styles.scss
(#289) Invalid value for "border-color" (csstree/validator)
(#157) Expected empty line before at-rule (at-rule-empty-line-before)
(#177) Expected empty line before at-rule (at-rule-empty-line-before)
(#56) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#47) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#106) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#143) Unexpected !important (declaration-no-important)
(#153) Unexpected !important (declaration-no-important)
(#179) Unexpected !important (declaration-no-important)
(#187) Unexpected !important (declaration-no-important)
(#188) Unexpected !important (declaration-no-important)
(#202) Unexpected !important (declaration-no-important)
(#218) Unexpected !important (declaration-no-important)
(#254) Unexpected !important (declaration-no-important)
(#257) Unexpected !important (declaration-no-important)
(#272) Unexpected !important (declaration-no-important)
(#273) Unexpected !important (declaration-no-important)
(#277) Unexpected !important (declaration-no-important)
(#295) Unexpected !important (declaration-no-important)
(#302) Unexpected !important (declaration-no-important)
(#307) Unexpected !important (declaration-no-important)
(#311) Unexpected !important (declaration-no-important)
(#316) Unexpected !important (declaration-no-important)
(#325) Unexpected !important (declaration-no-important)
(#233) Unexpected URL scheme "data:" (function-url-scheme-disallowed-list)
(#164) Unexpected whitespace at end of line (no-eol-whitespace)
(#167) Unexpected whitespace at end of line (no-eol-whitespace)
(#170) Unexpected whitespace at end of line (no-eol-whitespace)
(#256) Expected newline after "," (selector-list-comma-newline-after)
(#324) Expected newline after "," (selector-list-comma-newline-after)

PHPDocs style problems

(30 errors, 0 warnings)

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

mod/supervideo/backup/moodle2/restore_supervideo_activity_task.class.php
(#83) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#85) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#99) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#101) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/supervideo/backup/moodle2/restore_supervideo_stepslib.php
(#34) Inline phpdocs tag {@link restore_path_element} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/supervideo/classes/analytics/supervideo_view.php
(#32) Phpdocs for function supervideo_view::create has incomplete parameters list
(#59) Phpdocs for function supervideo_view::internal_create has incomplete parameters list
(#89) Phpdocs for function supervideo_view::update has incomplete parameters list
mod/supervideo/classes/completion/completion_util.php
(#31) Phpdocs for function completion_util::get_completion_state has incomplete parameters list
mod/supervideo/classes/grade/grades_util.php
(#31) Phpdocs for function grades_util::update has incomplete parameters list
(#76) Phpdocs for function grades_util::grade_item_update has incomplete parameters list
mod/supervideo/classes/output/mobile.php
(#33) Phpdocs for function mobile::mobile_course_view has incomplete parameters list
mod/supervideo/classes/report/supervideo_view.php
(#48) Phpdocs for function supervideo_view::__construct has incomplete parameters list
(#196) Phpdocs for function supervideo_view::col_currenttime has incomplete parameters list
(#214) Phpdocs for function supervideo_view::col_duration has incomplete parameters list
(#232) Phpdocs for function supervideo_view::col_percent has incomplete parameters list
(#243) Phpdocs for function supervideo_view::col_mapa has incomplete parameters list
(#268) Phpdocs for function supervideo_view::col_timecreated has incomplete parameters list
(#279) Phpdocs for function supervideo_view::col_timemodified has incomplete parameters list
(#290) Phpdocs for function supervideo_view::col_extra has incomplete parameters list
(#322) Phpdocs for function supervideo_view::query_db_default has incomplete parameters list
(#415) Phpdocs for function supervideo_view::query_db_postgresql has incomplete parameters list
mod/supervideo/classes/service/progress.php
(#54) Phpdocs for function progress::save has incomplete parameters list
mod/supervideo/classes/util/config_util.php
(#30) Phpdocs for function config_util::get_config has incomplete parameters list
mod/supervideo/db/upgrade.php
(#241) Phpdocs for function xmldb_supervideo_upgrade_parse has incomplete parameters list
mod/supervideo/lib.php
(#180) Phpdocs for function supervideo_youtube_size has incomplete parameters list
(#350) Phpdocs for function supervideo_format_time has incomplete parameters list
(#681) Phpdocs for function supervideo_export_contents has incomplete parameters list
(#858) Inline phpdocs tag {@link get_array_of_activities()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/supervideo/mod_form.php
(#295) Phpdocs for function mod_supervideo_mod_form::validation 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]

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

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]

mod/supervideo/templates/embed/drive.mustache
(#1) HTML validation skipped
mod/supervideo/templates/embed/ottflix.mustache
(#1) HTML validation skipped
mod/supervideo/templates/embed/vimeo.mustache
(#1) HTML validation skipped

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]