Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(75 errors, 32 warnings)

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

blocks/dash/block_dash.php
(#82) Visibility must be declared on method "instance_config_save"
(#107) global $PAGE cannot be used in block classes. Use $this->page.
(#129) global $PAGE cannot be used in block classes. Use $this->page.
(#182) Line exceeds 132 characters; contains 136 characters
(#186) Line exceeds 132 characters; contains 135 characters
(#190) Usage of ELSEIF not allowed; use ELSE IF instead
blocks/dash/classes/external.php
(#44) Perl-style comments are not allowed; use "// Comment." instead
(#74) Variable "block_instance_id" must not contain underscores.
(#74) Variable "filter_form_data" must not contain underscores.
(#74) Variable "sort_field" must not contain underscores.
(#74) Variable "sort_direction" must not contain underscores.
(#78) Variable "block_instance_id" must not contain underscores.
(#80) Variable "filter_form_data" must not contain underscores.
(#81) Variable "sort_field" must not contain underscores.
(#82) Variable "sort_direction" must not contain underscores.
(#138) Perl-style comments are not allowed; use "// Comment." instead
(#140) Perl-style comments are not allowed; use "// Comment." instead
(#264) Perl-style comments are not allowed; use "// Comment." instead
blocks/dash/classes/local/block_builder.php
(#79) global $PAGE cannot be used in block classes. Use $this->page.
(#82) global $PAGE cannot be used in block classes. Use $this->page.
(#95) global $PAGE cannot be used in block classes. Use $this->page.
blocks/dash/classes/local/dash_framework/query_builder/exception/invalid_operator_exception.php
(#38) Line exceeds 132 characters; contains 151 characters
(#42) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
blocks/dash/classes/local/dash_framework/query_builder/exception/invalid_where_clause_exception.php
(#38) Line exceeds 132 characters; contains 151 characters
(#42) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
blocks/dash/classes/local/dash_framework/query_builder/where.php
(#42) Scope modifier not specified for member variable "$paramcounter"
blocks/dash/classes/local/dash_framework/structure/field.php
(#57) Line exceeds maximum limit of 180 characters; contains 209 characters
(#97) Line exceeds maximum limit of 180 characters; contains 219 characters
(#137) Perl-style comments are not allowed; use "// Comment." instead
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Perl-style comments are not allowed; use "// Comment." instead
(#235) Perl-style comments are not allowed; use "// Comment." instead
(#285) Perl-style comments are not allowed; use "// Comment." instead
(#287) Perl-style comments are not allowed; use "// Comment." instead
(#329) Perl-style comments are not allowed; use "// Comment." instead
(#331) Perl-style comments are not allowed; use "// Comment." instead
(#400) Perl-style comments are not allowed; use "// Comment." instead
(#412) Whitespace found at end of line within string
blocks/dash/classes/local/dash_framework/structure/field_interface.php
(#64) Perl-style comments are not allowed; use "// Comment." instead
(#122) Perl-style comments are not allowed; use "// Comment." instead
(#124) Perl-style comments are not allowed; use "// Comment." instead
(#155) Perl-style comments are not allowed; use "// Comment." instead
(#157) Perl-style comments are not allowed; use "// Comment." instead
(#189) Perl-style comments are not allowed; use "// Comment." instead
(#191) Perl-style comments are not allowed; use "// Comment." instead
(#237) Perl-style comments are not allowed; use "// Comment." instead
blocks/dash/classes/local/dash_framework/structure/user_table.php
(#78) Line exceeds 132 characters; contains 158 characters
(#129) Line exceeds 132 characters; contains 166 characters
(#130) Line exceeds 132 characters; contains 174 characters
(#144) Line exceeds maximum limit of 180 characters; contains 219 characters
blocks/dash/classes/local/data_grid/field/abstract_field_definition.php
(#111) Perl-style comments are not allowed; use "// Comment." instead
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Perl-style comments are not allowed; use "// Comment." instead
(#168) Perl-style comments are not allowed; use "// Comment." instead
(#218) Perl-style comments are not allowed; use "// Comment." instead
(#220) Perl-style comments are not allowed; use "// Comment." instead
(#262) Perl-style comments are not allowed; use "// Comment." instead
(#264) Perl-style comments are not allowed; use "// Comment." instead
(#333) Perl-style comments are not allowed; use "// Comment." instead
(#345) Whitespace found at end of line within string
blocks/dash/classes/local/data_grid/field/attribute/abstract_field_attribute.php
(#84) Perl-style comments are not allowed; use "// Comment." instead
(#136) Perl-style comments are not allowed; use "// Comment." instead
blocks/dash/classes/local/data_grid/field/attribute/context_attribute.php
(#34) Closing brace must be on a line by itself
blocks/dash/classes/local/data_grid/field/attribute/time_attribute.php
(#48) Expected 1 space before "/"; 0 found
(#48) Expected 1 space after "/"; 0 found
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space before "/"; 0 found
(#48) Expected 1 space after "/"; 0 found
(#48) Expected 1 space before "%"; 0 found
(#48) Expected 1 space after "%"; 0 found
(#48) Expected 1 space before "%"; 0 found
(#48) Expected 1 space after "%"; 0 found
blocks/dash/classes/local/data_grid/filter/course_condition.php
(#81) Line exceeds 132 characters; contains 136 characters
(#90) Line exceeds 132 characters; contains 137 characters
(#91) Commas (,) must be followed by white space.
blocks/dash/classes/local/data_grid/filter/filter.php
(#309) This comment is 50% valid code; is this commented out code?
(#482) Line exceeds 132 characters; contains 136 characters
blocks/dash/classes/local/data_grid/filter/filter_collection.php
(#365) Line exceeds 132 characters; contains 148 characters
blocks/dash/classes/local/data_grid/filter/filter_collection_interface.php
(#179) Line exceeds 132 characters; contains 147 characters
blocks/dash/classes/local/data_grid/filter/filter_interface.php
(#330) Line exceeds 132 characters; contains 135 characters
blocks/dash/classes/local/data_source/abstract_data_source.php
(#453) Line exceeds 132 characters; contains 138 characters
(#469) Perl-style comments are not allowed; use "// Comment." instead
(#503) Perl-style comments are not allowed; use "// Comment." instead
blocks/dash/classes/local/data_source/data_source_factory.php
(#61) Line exceeds 132 characters; contains 134 characters
blocks/dash/classes/local/data_source/form/preferences_form.php
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) No space found before comment text; expected "// when two elements we need a group" but found "//when two elements we need a group"
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
blocks/dash/classes/local/layout/abstract_layout.php
(#133) Whitespace found at end of line
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/dash/classes/output/mustache_custom_loader.php
(#52) Protected method name "mustache_custom_loader::getFileName" must be in lower-case letters only
blocks/dash/classes/output/query_debug.php
(#53) Unnecessary FINAL modifier in FINAL class
(#64) Unnecessary FINAL modifier in FINAL class
(#77) Unnecessary FINAL modifier in FINAL class
(#80) The use of function print_r() is forbidden
blocks/dash/edit_form.php
(#100) Expected 1 space before "=>"; 0 found
(#103) Line exceeds 132 characters; contains 168 characters
blocks/dash/field_definitions.php
(#287) Line exceeds 132 characters; contains 158 characters
(#288) Line exceeds 132 characters; contains 166 characters
blocks/dash/tests/coverage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/dash/tests/framework_query_builder_test.php
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Line exceeds 132 characters; contains 140 characters

Javascript coding style problems

(166 errors, 901 warnings)

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

blocks/dash/amd/src/dash_instance.js
(#1) This line has a length of 164. Maximum allowed is 132. (max-len)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#28) 'e' is defined but never used. (no-unused-vars)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#107) Identifier 'block_instance_id' is not in camel case. (camelcase)
(#108) Identifier 'filter_form_data' is not in camel case. (camelcase)
(#110) Identifier 'sort_field' is not in camel case. (camelcase)
(#111) Identifier 'sort_direction' is not in camel case. (camelcase)
(#142) Comments should not begin with a lowercase character. (capitalized-comments)
blocks/dash/amd/src/preferences_modal.js
(#10) This line has a length of 158. Maximum allowed is 132. (max-len)
(#13) Missing JSDoc for parameter 'onCloseCallback'. (valid-jsdoc)
(#71) 'e' is defined but never used. (no-unused-vars)
(#81) 'e' is defined but never used. (no-unused-vars)
(#112) Missing JSDoc for parameter 'formdata'. (valid-jsdoc)
(#130) Missing JSDoc for parameter 'formData'. (valid-jsdoc)
(#130) Missing JSDoc for parameter 'closeWhenDone'. (valid-jsdoc)
(#130) Missing JSDoc for parameter 'response'. (valid-jsdoc)
(#133) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#143) Missing JSDoc for parameter 'data'. (valid-jsdoc)
(#146) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#159) Expected JSDoc for 'closeWhenDone' but found 'e'. (valid-jsdoc)
(#160) Expected JSDoc for 'e' but found 'closeWhenDone'. (valid-jsdoc)
(#212) 'self' is assigned a value but never used. (no-unused-vars)
(#217) Comments should not begin with a lowercase character. (capitalized-comments)
blocks/dash/amd/src/select2.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#8) Unnecessary semicolon. (no-extra-semi)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#12) 'module' is not defined. (no-undef)
(#14) 'module' is not defined. (no-undef)
(#14) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#22) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#34) Unexpected newline between function name and paren. (func-call-spacing)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#44) 'S2' is already defined. (no-redeclare)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#44) 'S2' used outside of binding context. (block-scoped-var)
(#44) 'S2' used outside of binding context. (block-scoped-var)
(#45) 'S2' used outside of binding context. (block-scoped-var)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) 'S2' used outside of binding context. (block-scoped-var)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#45) 'S2' used outside of binding context. (block-scoped-var)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Expected space or tab after '/*' in comment. (spaced-comment)
(#52) 'setTimeout' is already defined as a built-in global variable. (no-redeclare)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Missing JSDoc comment. (require-jsdoc)
(#77) Function 'normalize' has a complexity of 32. Maximum allowed is 20. (complexity)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#102) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#146) Comments should not begin with a lowercase character. (capitalized-comments)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#164) Expected space or tab after '//' in comment. (spaced-comment)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#166) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Missing JSDoc comment. (require-jsdoc)
(#188) Unexpected space before function parentheses. (space-before-function-paren)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Expected space or tab after '//' in comment. (spaced-comment)
(#191) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#196) Expected space or tab after '//' in comment. (spaced-comment)
(#204) Missing JSDoc comment. (require-jsdoc)
(#205) Unexpected space before function parentheses. (space-before-function-paren)
(#210) Missing JSDoc comment. (require-jsdoc)
(#211) Unexpected space before function parentheses. (space-before-function-paren)
(#216) Missing JSDoc comment. (require-jsdoc)
(#230) Expected space or tab after '//' in comment. (spaced-comment)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Expected space or tab after '//' in comment. (spaced-comment)
(#233) Missing JSDoc comment. (require-jsdoc)
(#243) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Missing JSDoc comment. (require-jsdoc)
(#249) Missing JSDoc @returns for function. (valid-jsdoc)
(#249) Missing JSDoc for parameter 'name'. (valid-jsdoc)
(#249) Missing JSDoc for parameter 'relParts'. (valid-jsdoc)
(#254) Unexpected space before function parentheses. (space-before-function-paren)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#286) Comments should not begin with a lowercase character. (capitalized-comments)
(#286) Expected space or tab after '//' in comment. (spaced-comment)
(#293) Missing JSDoc comment. (require-jsdoc)
(#294) Unexpected space before function parentheses. (space-before-function-paren)
(#300) Unexpected space before function parentheses. (space-before-function-paren)
(#303) Unexpected space before function parentheses. (space-before-function-paren)
(#311) Unexpected space before function parentheses. (space-before-function-paren)
(#321) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#321) Unexpected space before function parentheses. (space-before-function-paren)
(#327) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Expected space or tab after '//' in comment. (spaced-comment)
(#333) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
(#335) Expected space or tab after '//' in comment. (spaced-comment)
(#341) Expected space or tab after '//' in comment. (spaced-comment)
(#345) Expected space or tab after '//' in comment. (spaced-comment)
(#349) Expected space or tab after '//' in comment. (spaced-comment)
(#366) Expected space or tab after '//' in comment. (spaced-comment)
(#367) Expected space or tab after '//' in comment. (spaced-comment)
(#368) Expected space or tab after '//' in comment. (spaced-comment)
(#373) Expected space or tab after '//' in comment. (spaced-comment)
(#378) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Expected space or tab after '//' in comment. (spaced-comment)
(#384) Unexpected space before function parentheses. (space-before-function-paren)
(#387) Comments should not begin with a lowercase character. (capitalized-comments)
(#387) Expected space or tab after '//' in comment. (spaced-comment)
(#390) Expected space or tab after '//' in comment. (spaced-comment)
(#391) Expected space or tab after '//' in comment. (spaced-comment)
(#392) Expected space or tab after '//' in comment. (spaced-comment)
(#393) Expected space or tab after '//' in comment. (spaced-comment)
(#396) Comments should not begin with a lowercase character. (capitalized-comments)
(#396) Expected space or tab after '//' in comment. (spaced-comment)
(#402) Function expected a return value. (consistent-return)
(#406) Comments should not begin with a lowercase character. (capitalized-comments)
(#406) Expected space or tab after '//' in comment. (spaced-comment)
(#407) Expected space or tab after '//' in comment. (spaced-comment)
(#416) Expected space or tab after '//' in comment. (spaced-comment)
(#417) Unexpected space before function parentheses. (space-before-function-paren)
(#417) Unexpected empty function. (no-empty-function)
(#419) Expected space or tab after '//' in comment. (spaced-comment)
(#420) Expected space or tab after '//' in comment. (spaced-comment)
(#426) Expected space or tab after '//' in comment. (spaced-comment)
(#430) Expected space or tab after '//' in comment. (spaced-comment)
(#431) Expected space or tab after '//' in comment. (spaced-comment)
(#432) Expected space or tab after '//' in comment. (spaced-comment)
(#433) Expected space or tab after '//' in comment. (spaced-comment)
(#434) Expected space or tab after '//' in comment. (spaced-comment)
(#435) Expected space or tab after '//' in comment. (spaced-comment)
(#436) Unexpected space before function parentheses. (space-before-function-paren)
(#444) Missing JSDoc @returns for function. (valid-jsdoc)
(#444) Missing JSDoc for parameter 'cfg'. (valid-jsdoc)
(#448) Unexpected space before function parentheses. (space-before-function-paren)
(#457) Unexpected space before function parentheses. (space-before-function-paren)
(#462) Expected space or tab after '//' in comment. (spaced-comment)
(#464) Comments should not begin with a lowercase character. (capitalized-comments)
(#464) Expected space or tab after '//' in comment. (spaced-comment)
(#465) Expected space or tab after '//' in comment. (spaced-comment)
(#466) Expected space or tab after '//' in comment. (spaced-comment)
(#481) 'S2' used outside of binding context. (block-scoped-var)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) 'S2' used outside of binding context. (block-scoped-var)
(#481) Missing whitespace after semicolon. (semi-spacing)
(#481) 'S2' used outside of binding context. (block-scoped-var)
(#481) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#484) 'S2' used outside of binding context. (block-scoped-var)
(#484) Unexpected empty function. (no-empty-function)
(#484) Missing space before opening brace. (space-before-blocks)
(#487) 'S2' used outside of binding context. (block-scoped-var)
(#487) A space is required after ','. (comma-spacing)
(#487) A space is required after ','. (comma-spacing)
(#487) Unexpected space before function parentheses. (space-before-function-paren)
(#490) Use '===' to compare with null. (no-eq-null)
(#490) Unexpected console statement. (no-console)
(#491) Unexpected console statement. (no-console)
(#501) 'S2' used outside of binding context. (block-scoped-var)
(#501) A space is required after ','. (comma-spacing)
(#503) Unexpected space before function parentheses. (space-before-function-paren)
(#506) Unexpected space before function parentheses. (space-before-function-paren)
(#509) Missing JSDoc comment. (require-jsdoc)
(#509) Unexpected space before function parentheses. (space-before-function-paren)
(#526) Missing JSDoc comment. (require-jsdoc)
(#526) Unexpected space before function parentheses. (space-before-function-paren)
(#548) Unexpected space before function parentheses. (space-before-function-paren)
(#552) Missing JSDoc comment. (require-jsdoc)
(#552) Unexpected space before function parentheses. (space-before-function-paren)
(#570) Missing JSDoc comment. (require-jsdoc)
(#570) Unexpected space before function parentheses. (space-before-function-paren)
(#574) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#583) Unexpected space before function parentheses. (space-before-function-paren)
(#585) Unexpected space before function parentheses. (space-before-function-paren)
(#585) Unexpected empty function. (no-empty-function)
(#593) Unexpected space before function parentheses. (space-before-function-paren)
(#611) Unexpected space before function parentheses. (space-before-function-paren)
(#615) Unexpected space before function parentheses. (space-before-function-paren)
(#625) Unexpected space before function parentheses. (space-before-function-paren)
(#632) Use '===' to compare with null. (no-eq-null)
(#653) Unexpected space before function parentheses. (space-before-function-paren)
(#661) Unexpected space before function parentheses. (space-before-function-paren)
(#672) Unexpected space before function parentheses. (space-before-function-paren)
(#673) Unexpected space before function parentheses. (space-before-function-paren)
(#678) Unexpected space before function parentheses. (space-before-function-paren)
(#712) Unexpected space before function parentheses. (space-before-function-paren)
(#723) Expected space or tab after '//' in comment. (spaced-comment)
(#737) Unexpected space before function parentheses. (space-before-function-paren)
(#753) Unnecessary escape character: \/. (no-useless-escape)
(#753) Unexpected space before function parentheses. (space-before-function-paren)
(#759) Unexpected space before function parentheses. (space-before-function-paren)
(#760) Comments should not begin with a lowercase character. (capitalized-comments)
(#765) Unexpected space before function parentheses. (space-before-function-paren)
(#779) Unexpected space before function parentheses. (space-before-function-paren)
(#786) Use '===' to compare with null. (no-eq-null)
(#799) Unexpected space before function parentheses. (space-before-function-paren)
(#810) Unexpected space before function parentheses. (space-before-function-paren)
(#818) Use '===' to compare with null. (no-eq-null)
(#829) Unexpected space before function parentheses. (space-before-function-paren)
(#832) Use '===' to compare with null. (no-eq-null)
(#842) 'S2' used outside of binding context. (block-scoped-var)
(#842) A space is required after ','. (comma-spacing)
(#845) Unexpected space before function parentheses. (space-before-function-paren)
(#846) Missing JSDoc comment. (require-jsdoc)
(#846) Unexpected space before function parentheses. (space-before-function-paren)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#870) Unexpected space before function parentheses. (space-before-function-paren)
(#874) Unexpected space before function parentheses. (space-before-function-paren)
(#898) Unexpected space before function parentheses. (space-before-function-paren)
(#902) Unexpected space before function parentheses. (space-before-function-paren)
(#907) Use '===' to compare with null. (no-eq-null)
(#930) Unexpected space before function parentheses. (space-before-function-paren)
(#935) Unexpected space before function parentheses. (space-before-function-paren)
(#941) Unexpected space before function parentheses. (space-before-function-paren)
(#960) Unexpected space before function parentheses. (space-before-function-paren)
(#963) Unexpected space before function parentheses. (space-before-function-paren)
(#964) Unexpected space before function parentheses. (space-before-function-paren)
(#971) Unexpected space before function parentheses. (space-before-function-paren)
(#976) Comments should not begin with a lowercase character. (capitalized-comments)
(#979) Use '===' to compare with null. (no-eq-null)
(#980) Use '===' to compare with null. (no-eq-null)
(#990) Unexpected space before function parentheses. (space-before-function-paren)
(#1006) Unexpected space before function parentheses. (space-before-function-paren)
(#1010) Unexpected space before function parentheses. (space-before-function-paren)
(#1023) Use '===' to compare with null. (no-eq-null)
(#1024) Use '===' to compare with null. (no-eq-null)
(#1029) Use '===' to compare with null. (no-eq-null)
(#1033) Use '===' to compare with null. (no-eq-null)
(#1059) '$label' is assigned a value but never used. (no-unused-vars)
(#1089) Unexpected space before function parentheses. (space-before-function-paren)
(#1089) '$container' is defined but never used. (no-unused-vars)
(#1096) Unexpected space before function parentheses. (space-before-function-paren)
(#1106) Unexpected space before function parentheses. (space-before-function-paren)
(#1114) Unexpected space before function parentheses. (space-before-function-paren)
(#1119) Unexpected space before function parentheses. (space-before-function-paren)
(#1131) Unexpected space before function parentheses. (space-before-function-paren)
(#1143) Unexpected space before function parentheses. (space-before-function-paren)
(#1152) Unexpected space before function parentheses. (space-before-function-paren)
(#1159) Unexpected space before function parentheses. (space-before-function-paren)
(#1169) Unexpected space before function parentheses. (space-before-function-paren)
(#1187) Unexpected space before function parentheses. (space-before-function-paren)
(#1222) Unexpected space before function parentheses. (space-before-function-paren)
(#1252) Unexpected space before function parentheses. (space-before-function-paren)
(#1256) Unexpected space before function parentheses. (space-before-function-paren)
(#1261) Unexpected space before function parentheses. (space-before-function-paren)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1311) Unexpected space before function parentheses. (space-before-function-paren)
(#1311) 'evt' is defined but never used. (no-unused-vars)
(#1324) Unexpected space before function parentheses. (space-before-function-paren)
(#1331) Unexpected space before function parentheses. (space-before-function-paren)
(#1335) Unexpected space before function parentheses. (space-before-function-paren)
(#1360) Unexpected space before function parentheses. (space-before-function-paren)
(#1366) Use '===' to compare with null. (no-eq-null)
(#1378) 'S2' used outside of binding context. (block-scoped-var)
(#1378) A space is required after ','. (comma-spacing)
(#1380) Unexpected space before function parentheses. (space-before-function-paren)
(#1404) 'S2' used outside of binding context. (block-scoped-var)
(#1404) A space is required after ','. (comma-spacing)
(#1408) Unexpected space before function parentheses. (space-before-function-paren)
(#1409) Missing JSDoc comment. (require-jsdoc)
(#1409) Unexpected space before function parentheses. (space-before-function-paren)
(#1418) Unexpected space before function parentheses. (space-before-function-paren)
(#1427) Use '===' to compare with null. (no-eq-null)
(#1429) Use '===' to compare with null. (no-eq-null)
(#1442) Unexpected space before function parentheses. (space-before-function-paren)
(#1442) '$container' is defined but never used. (no-unused-vars)
(#1449) Unexpected space before function parentheses. (space-before-function-paren)
(#1453) Unexpected space before function parentheses. (space-before-function-paren)
(#1457) Unexpected space before function parentheses. (space-before-function-paren)
(#1465) Unexpected space before function parentheses. (space-before-function-paren)
(#1469) Unexpected space before function parentheses. (space-before-function-paren)
(#1473) Unexpected space before function parentheses. (space-before-function-paren)
(#1481) Unexpected space before function parentheses. (space-before-function-paren)
(#1492) Unexpected space before function parentheses. (space-before-function-paren)
(#1497) Unexpected space before function parentheses. (space-before-function-paren)
(#1503) Unexpected space before function parentheses. (space-before-function-paren)
(#1508) Unexpected space before function parentheses. (space-before-function-paren)
(#1521) Unexpected space before function parentheses. (space-before-function-paren)
(#1523) Unexpected space before function parentheses. (space-before-function-paren)
(#1530) Unexpected space before function parentheses. (space-before-function-paren)
(#1542) Unexpected space before function parentheses. (space-before-function-paren)
(#1546) Unexpected space before function parentheses. (space-before-function-paren)
(#1551) Unexpected space before function parentheses. (space-before-function-paren)
(#1555) Unexpected space before function parentheses. (space-before-function-paren)
(#1555) 'data' is defined but never used. (no-unused-vars)
(#1566) Unexpected space before function parentheses. (space-before-function-paren)
(#1576) Unexpected space before function parentheses. (space-before-function-paren)
(#1583) 'S2' used outside of binding context. (block-scoped-var)
(#1583) A space is required after ','. (comma-spacing)
(#1588) Unexpected space before function parentheses. (space-before-function-paren)
(#1588) 'KEYS' is defined but never used. (no-unused-vars)
(#1589) Missing JSDoc comment. (require-jsdoc)
(#1589) Unexpected space before function parentheses. (space-before-function-paren)
(#1595) Unexpected space before function parentheses. (space-before-function-paren)
(#1610) Unexpected space before function parentheses. (space-before-function-paren)
(#1610) '$container' is defined but never used. (no-unused-vars)
(#1623) Unexpected space before function parentheses. (space-before-function-paren)
(#1634) Unexpected space before function parentheses. (space-before-function-paren)
(#1634) 'evt' is defined but never used. (no-unused-vars)
(#1638) Unexpected space before function parentheses. (space-before-function-paren)
(#1638) 'evt' is defined but never used. (no-unused-vars)
(#1642) Unexpected space before function parentheses. (space-before-function-paren)
(#1642) 'evt' is defined but never used. (no-unused-vars)
(#1649) Unexpected space before function parentheses. (space-before-function-paren)
(#1652) Comments should not begin with a lowercase character. (capitalized-comments)
(#1655) Unexpected space before function parentheses. (space-before-function-paren)
(#1662) Unexpected space before function parentheses. (space-before-function-paren)
(#1666) Unexpected space before function parentheses. (space-before-function-paren)
(#1691) 'S2' used outside of binding context. (block-scoped-var)
(#1691) A space is required after ','. (comma-spacing)
(#1695) Unexpected space before function parentheses. (space-before-function-paren)
(#1696) Missing JSDoc comment. (require-jsdoc)
(#1696) Unexpected space before function parentheses. (space-before-function-paren)
(#1696) '$element' is defined but never used. (no-unused-vars)
(#1696) 'options' is defined but never used. (no-unused-vars)
(#1702) Unexpected space before function parentheses. (space-before-function-paren)
(#1714) Unexpected space before function parentheses. (space-before-function-paren)
(#1714) 'container' is defined but never used. (no-unused-vars)
(#1714) '$container' is defined but never used. (no-unused-vars)
(#1719) Unexpected space before function parentheses. (space-before-function-paren)
(#1728) Unexpected space before function parentheses. (space-before-function-paren)
(#1747) Unexpected space before function parentheses. (space-before-function-paren)
(#1753) Unexpected space before function parentheses. (space-before-function-paren)
(#1760) Unexpected space before function parentheses. (space-before-function-paren)
(#1772) Unexpected space before function parentheses. (space-before-function-paren)
(#1808) 'S2' used outside of binding context. (block-scoped-var)
(#1808) A space is required after ','. (comma-spacing)
(#1810) Unexpected space before function parentheses. (space-before-function-paren)
(#1810) 'Utils' is defined but never used. (no-unused-vars)
(#1811) Missing JSDoc comment. (require-jsdoc)
(#1811) Unexpected space before function parentheses. (space-before-function-paren)
(#1817) Unexpected space before function parentheses. (space-before-function-paren)
(#1828) Unexpected space before function parentheses. (space-before-function-paren)
(#1838) Expected to return a value at the end of function. (consistent-return)
(#1838) Unexpected space before function parentheses. (space-before-function-paren)
(#1858) 'S2' used outside of binding context. (block-scoped-var)
(#1858) A space is required after ','. (comma-spacing)
(#1862) Unexpected space before function parentheses. (space-before-function-paren)
(#1863) Missing JSDoc comment. (require-jsdoc)
(#1863) Unexpected space before function parentheses. (space-before-function-paren)
(#1863) Unexpected empty function 'AllowClear'. (no-empty-function)
(#1865) Unexpected space before function parentheses. (space-before-function-paren)
(#1870) Use '===' to compare with null. (no-eq-null)
(#1871) Unexpected console statement. (no-console)
(#1872) Unexpected console statement. (no-console)
(#1880) Unexpected space before function parentheses. (space-before-function-paren)
(#1884) Unexpected space before function parentheses. (space-before-function-paren)
(#1889) Unexpected space before function parentheses. (space-before-function-paren)
(#1939) Unexpected space before function parentheses. (space-before-function-paren)
(#1949) Unexpected space before function parentheses. (space-before-function-paren)
(#1960) Operator '+' must be spaced. (space-infix-ops)
(#1972) 'S2' used outside of binding context. (block-scoped-var)
(#1972) A space is required after ','. (comma-spacing)
(#1976) Unexpected space before function parentheses. (space-before-function-paren)
(#1977) Missing JSDoc comment. (require-jsdoc)
(#1977) Unexpected space before function parentheses. (space-before-function-paren)
(#1981) Unexpected space before function parentheses. (space-before-function-paren)
(#2000) Unexpected space before function parentheses. (space-before-function-paren)
(#2007) Unexpected space before function parentheses. (space-before-function-paren)
(#2012) Unexpected space before function parentheses. (space-before-function-paren)
(#2019) Unexpected space before function parentheses. (space-before-function-paren)
(#2025) Unexpected space before function parentheses. (space-before-function-paren)
(#2029) Unexpected space before function parentheses. (space-before-function-paren)
(#2029) 'evt' is defined but never used. (no-unused-vars)
(#2033) Unexpected space before function parentheses. (space-before-function-paren)
(#2041) Unexpected space before function parentheses. (space-before-function-paren)
(#2045) Unexpected space before function parentheses. (space-before-function-paren)
(#2049) Unexpected space before function parentheses. (space-before-function-paren)
(#2072) Unexpected space before function parentheses. (space-before-function-paren)
(#2092) Unexpected space before function parentheses. (space-before-function-paren)
(#2092) 'evt' is defined but never used. (no-unused-vars)
(#2109) Unexpected space before function parentheses. (space-before-function-paren)
(#2135) Missing JSDoc for parameter 'decorated'. (valid-jsdoc)
(#2142) Unexpected space before function parentheses. (space-before-function-paren)
(#2142) 'decorated' is defined but never used. (no-unused-vars)
(#2147) Unexpected space before function parentheses. (space-before-function-paren)
(#2151) Unexpected space before function parentheses. (space-before-function-paren)
(#2167) Unexpected space before function parentheses. (space-before-function-paren)
(#2181) Unexpected space before function parentheses. (space-before-function-paren)
(#2190) Unexpected space before function parentheses. (space-before-function-paren)
(#2209) 'S2' used outside of binding context. (block-scoped-var)
(#2209) A space is required after ','. (comma-spacing)
(#2211) Unexpected space before function parentheses. (space-before-function-paren)
(#2212) Missing JSDoc comment. (require-jsdoc)
(#2212) Unexpected space before function parentheses. (space-before-function-paren)
(#2212) Unexpected empty function 'EventRelay'. (no-empty-function)
(#2214) Unexpected space before function parentheses. (space-before-function-paren)
(#2230) Unexpected space before function parentheses. (space-before-function-paren)
(#2258) 'S2' used outside of binding context. (block-scoped-var)
(#2258) A space is required after ','. (comma-spacing)
(#2261) Unexpected space before function parentheses. (space-before-function-paren)
(#2262) Missing JSDoc comment. (require-jsdoc)
(#2262) Unexpected space before function parentheses. (space-before-function-paren)
(#2266) Unexpected space before function parentheses. (space-before-function-paren)
(#2270) Unexpected space before function parentheses. (space-before-function-paren)
(#2274) Unexpected space before function parentheses. (space-before-function-paren)
(#2282) Unexpected space before function parentheses. (space-before-function-paren)
(#2295) 'S2' used outside of binding context. (block-scoped-var)
(#2295) A space is required after ','. (comma-spacing)
(#2297) Unexpected space before function parentheses. (space-before-function-paren)
(#3146) 'S2' used outside of binding context. (block-scoped-var)
(#3146) A space is required after ','. (comma-spacing)
(#3148) Unexpected space before function parentheses. (space-before-function-paren)
(#3149) Missing JSDoc comment. (require-jsdoc)
(#3149) Unexpected space before function parentheses. (space-before-function-paren)
(#3149) '$element' is defined but never used. (no-unused-vars)
(#3149) 'options' is defined but never used. (no-unused-vars)
(#3155) Unexpected space before function parentheses. (space-before-function-paren)
(#3155) 'callback' is defined but never used. (no-unused-vars)
(#3159) Unexpected space before function parentheses. (space-before-function-paren)
(#3159) 'params' is defined but never used. (no-unused-vars)
(#3159) 'callback' is defined but never used. (no-unused-vars)
(#3163) Unexpected space before function parentheses. (space-before-function-paren)
(#3163) 'container' is defined but never used. (no-unused-vars)
(#3163) '$container' is defined but never used. (no-unused-vars)
(#3167) Unexpected space before function parentheses. (space-before-function-paren)
(#3171) Unexpected space before function parentheses. (space-before-function-paren)
(#3176) Use '===' to compare with null. (no-eq-null)
(#3187) 'S2' used outside of binding context. (block-scoped-var)
(#3187) A space is required after ','. (comma-spacing)
(#3191) Unexpected space before function parentheses. (space-before-function-paren)
(#3192) Missing JSDoc comment. (require-jsdoc)
(#3192) Unexpected space before function parentheses. (space-before-function-paren)
(#3201) Unexpected space before function parentheses. (space-before-function-paren)
(#3205) Unexpected space before function parentheses. (space-before-function-paren)
(#3216) Unexpected space before function parentheses. (space-before-function-paren)
(#3231) Unexpected space before function parentheses. (space-before-function-paren)
(#3256) Unexpected space before function parentheses. (space-before-function-paren)
(#3273) Unexpected space before function parentheses. (space-before-function-paren)
(#3290) Unexpected space before function parentheses. (space-before-function-paren)
(#3290) '$container' is defined but never used. (no-unused-vars)
(#3295) Unexpected space before function parentheses. (space-before-function-paren)
(#3299) Unexpected space before function parentheses. (space-before-function-paren)
(#3304) Unexpected space before function parentheses. (space-before-function-paren)
(#3306) Unexpected space before function parentheses. (space-before-function-paren)
(#3312) Unexpected space before function parentheses. (space-before-function-paren)
(#3318) Unexpected space before function parentheses. (space-before-function-paren)
(#3339) Unexpected space before function parentheses. (space-before-function-paren)
(#3343) Unexpected space before function parentheses. (space-before-function-paren)
(#3386) Unexpected space before function parentheses. (space-before-function-paren)
(#3391) Use '===' to compare with null. (no-eq-null)
(#3432) Unexpected space before function parentheses. (space-before-function-paren)
(#3449) Use '===' to compare with null. (no-eq-null)
(#3453) Use '===' to compare with null. (no-eq-null)
(#3457) Use '===' to compare with null. (no-eq-null)
(#3457) Use '===' to compare with null. (no-eq-null)
(#3464) Unexpected space before function parentheses. (space-before-function-paren)
(#3473) 'S2' used outside of binding context. (block-scoped-var)
(#3473) A space is required after ','. (comma-spacing)
(#3477) Unexpected space before function parentheses. (space-before-function-paren)
(#3478) Missing JSDoc comment. (require-jsdoc)
(#3478) Unexpected space before function parentheses. (space-before-function-paren)
(#3486) Unexpected space before function parentheses. (space-before-function-paren)
(#3492) Unexpected space before function parentheses. (space-before-function-paren)
(#3493) Unexpected space before function parentheses. (space-before-function-paren)
(#3506) Unexpected space before function parentheses. (space-before-function-paren)
(#3510) Unexpected space before function parentheses. (space-before-function-paren)
(#3517) Missing JSDoc comment. (require-jsdoc)
(#3517) Unexpected space before function parentheses. (space-before-function-paren)
(#3518) Unexpected space before function parentheses. (space-before-function-paren)
(#3557) 'S2' used outside of binding context. (block-scoped-var)
(#3557) A space is required after ','. (comma-spacing)
(#3561) Unexpected space before function parentheses. (space-before-function-paren)
(#3562) Missing JSDoc comment. (require-jsdoc)
(#3562) Unexpected space before function parentheses. (space-before-function-paren)
(#3565) Use '===' to compare with null. (no-eq-null)
(#3574) Unexpected space before function parentheses. (space-before-function-paren)
(#3576) Unexpected space before function parentheses. (space-before-function-paren)
(#3581) Unexpected space before function parentheses. (space-before-function-paren)
(#3584) Expected catch,fail() or return (promise/catch-or-return)
(#3594) Unexpected space before function parentheses. (space-before-function-paren)
(#3598) Unexpected space before function parentheses. (space-before-function-paren)
(#3599) 'matches' is assigned a value but never used. (no-unused-vars)
(#3602) Use '===' to compare with null. (no-eq-null)
(#3623) Missing JSDoc comment. (require-jsdoc)
(#3623) Unexpected space before function parentheses. (space-before-function-paren)
(#3624) Unexpected space before function parentheses. (space-before-function-paren)
(#3627) Unexpected console statement. (no-console)
(#3630) Unexpected console statement. (no-console)
(#3638) Unexpected space before function parentheses. (space-before-function-paren)
(#3654) Use '===' to compare with null. (no-eq-null)
(#3668) 'S2' used outside of binding context. (block-scoped-var)
(#3668) A space is required after ','. (comma-spacing)
(#3670) Unexpected space before function parentheses. (space-before-function-paren)
(#3671) Missing JSDoc comment. (require-jsdoc)
(#3671) Unexpected space before function parentheses. (space-before-function-paren)
(#3700) Unexpected space before function parentheses. (space-before-function-paren)
(#3705) Use '===' to compare with null. (no-eq-null)
(#3705) Use '===' to compare with null. (no-eq-null)
(#3710) Missing JSDoc comment. (require-jsdoc)
(#3710) Expected to return a value at the end of function 'wrapper'. (consistent-return)
(#3710) Unexpected space before function parentheses. (space-before-function-paren)
(#3717) Use '===' to compare with null. (no-eq-null)
(#3736) Function 'wrapper' expected a return value. (consistent-return)
(#3746) Use '===' to compare with null. (no-eq-null)
(#3763) Unexpected space before function parentheses. (space-before-function-paren)
(#3776) Unexpected space before function parentheses. (space-before-function-paren)
(#3780) Unexpected space before function parentheses. (space-before-function-paren)
(#3780) '_' is defined but never used. (no-unused-vars)
(#3783) Unexpected space before function parentheses. (space-before-function-paren)
(#3795) 'S2' used outside of binding context. (block-scoped-var)
(#3795) A space is required after ','. (comma-spacing)
(#3797) Unexpected space before function parentheses. (space-before-function-paren)
(#3798) Missing JSDoc comment. (require-jsdoc)
(#3798) Unexpected space before function parentheses. (space-before-function-paren)
(#3808) Unexpected space before function parentheses. (space-before-function-paren)
(#3811) Multiple spaces found before 'container'. (no-multi-spaces)
(#3815) Unexpected space before function parentheses. (space-before-function-paren)
(#3818) Missing JSDoc comment. (require-jsdoc)
(#3818) Unexpected space before function parentheses. (space-before-function-paren)
(#3824) Unexpected space before function parentheses. (space-before-function-paren)
(#3841) Missing JSDoc comment. (require-jsdoc)
(#3841) Unexpected space before function parentheses. (space-before-function-paren)
(#3864) Unexpected space before function parentheses. (space-before-function-paren)
(#3869) Unexpected space before function parentheses. (space-before-function-paren)
(#3892) Use '===' to compare with null. (no-eq-null)
(#3912) 'S2' used outside of binding context. (block-scoped-var)
(#3912) A space is required after ','. (comma-spacing)
(#3914) Unexpected space before function parentheses. (space-before-function-paren)
(#3915) Missing JSDoc comment. (require-jsdoc)
(#3915) Unexpected space before function parentheses. (space-before-function-paren)
(#3921) Unexpected space before function parentheses. (space-before-function-paren)
(#3943) 'S2' used outside of binding context. (block-scoped-var)
(#3943) A space is required after ','. (comma-spacing)
(#3945) Unexpected space before function parentheses. (space-before-function-paren)
(#3946) Missing JSDoc comment. (require-jsdoc)
(#3946) Unexpected space before function parentheses. (space-before-function-paren)
(#3952) Unexpected space before function parentheses. (space-before-function-paren)
(#3975) 'S2' used outside of binding context. (block-scoped-var)
(#3975) A space is required after ','. (comma-spacing)
(#3977) Unexpected space before function parentheses. (space-before-function-paren)
(#3977) Missing space before opening brace. (space-before-blocks)
(#3978) Missing JSDoc comment. (require-jsdoc)
(#3978) Unexpected space before function parentheses. (space-before-function-paren)
(#3985) Unexpected space before function parentheses. (space-before-function-paren)
(#3990) Unexpected space before function parentheses. (space-before-function-paren)
(#3996) Unexpected space before function parentheses. (space-before-function-paren)
(#3999) Unexpected space before function parentheses. (space-before-function-paren)
(#4005) Unexpected space before function parentheses. (space-before-function-paren)
(#4008) Unexpected space before function parentheses. (space-before-function-paren)
(#4009) Use '===' to compare with null. (no-eq-null)
(#4030) 'S2' used outside of binding context. (block-scoped-var)
(#4030) A space is required after ','. (comma-spacing)
(#4033) Unexpected space before function parentheses. (space-before-function-paren)
(#4034) Missing JSDoc comment. (require-jsdoc)
(#4034) Unexpected space before function parentheses. (space-before-function-paren)
(#4043) Unexpected space before function parentheses. (space-before-function-paren)
(#4057) Unexpected space before function parentheses. (space-before-function-paren)
(#4061) Unexpected space before function parentheses. (space-before-function-paren)
(#4061) '$dropdown' is defined but never used. (no-unused-vars)
(#4061) '$container' is defined but never used. (no-unused-vars)
(#4065) Unexpected space before function parentheses. (space-before-function-paren)
(#4073) 'S2' used outside of binding context. (block-scoped-var)
(#4073) A space is required after ','. (comma-spacing)
(#4076) Unexpected space before function parentheses. (space-before-function-paren)
(#4076) 'Utils' is defined but never used. (no-unused-vars)
(#4077) Missing JSDoc comment. (require-jsdoc)
(#4077) Unexpected space before function parentheses. (space-before-function-paren)
(#4077) Unexpected empty function 'Search'. (no-empty-function)
(#4079) Unexpected space before function parentheses. (space-before-function-paren)
(#4098) Unexpected space before function parentheses. (space-before-function-paren)
(#4105) Unexpected space before function parentheses. (space-before-function-paren)
(#4114) Unexpected space before function parentheses. (space-before-function-paren)
(#4114) 'evt' is defined but never used. (no-unused-vars)
(#4119) Unexpected space before function parentheses. (space-before-function-paren)
(#4123) Unexpected space before function parentheses. (space-before-function-paren)
(#4129) Unexpected space before function parentheses. (space-before-function-paren)
(#4134) Unexpected space before function parentheses. (space-before-function-paren)
(#4143) Unexpected space before function parentheses. (space-before-function-paren)
(#4149) Unexpected space before function parentheses. (space-before-function-paren)
(#4150) Use '===' to compare with null. (no-eq-null)
(#4161) Unexpected space before function parentheses. (space-before-function-paren)
(#4170) Unexpected space before function parentheses. (space-before-function-paren)
(#4170) 'evt' is defined but never used. (no-unused-vars)
(#4182) Unexpected space before function parentheses. (space-before-function-paren)
(#4182) '_' is defined but never used. (no-unused-vars)
(#4182) 'params' is defined but never used. (no-unused-vars)
(#4189) 'S2' used outside of binding context. (block-scoped-var)
(#4189) A space is required after ','. (comma-spacing)
(#4191) Unexpected space before function parentheses. (space-before-function-paren)
(#4192) Missing JSDoc comment. (require-jsdoc)
(#4192) Unexpected space before function parentheses. (space-before-function-paren)
(#4198) Unexpected space before function parentheses. (space-before-function-paren)
(#4204) Unexpected space before function parentheses. (space-before-function-paren)
(#4215) Unexpected space before function parentheses. (space-before-function-paren)
(#4232) 'S2' used outside of binding context. (block-scoped-var)
(#4232) A space is required after ','. (comma-spacing)
(#4234) Unexpected space before function parentheses. (space-before-function-paren)
(#4235) Missing JSDoc comment. (require-jsdoc)
(#4235) Unexpected space before function parentheses. (space-before-function-paren)
(#4244) Unexpected space before function parentheses. (space-before-function-paren)
(#4256) Unexpected space before function parentheses. (space-before-function-paren)
(#4261) Unexpected space before function parentheses. (space-before-function-paren)
(#4266) Unexpected space before function parentheses. (space-before-function-paren)
(#4274) Unexpected space before function parentheses. (space-before-function-paren)
(#4294) Unexpected space before function parentheses. (space-before-function-paren)
(#4304) Unexpected space before function parentheses. (space-before-function-paren)
(#4308) Unexpected space before function parentheses. (space-before-function-paren)
(#4325) 'S2' used outside of binding context. (block-scoped-var)
(#4325) A space is required after ','. (comma-spacing)
(#4328) Unexpected space before function parentheses. (space-before-function-paren)
(#4329) Missing JSDoc comment. (require-jsdoc)
(#4329) Unexpected space before function parentheses. (space-before-function-paren)
(#4335) Unexpected space before function parentheses. (space-before-function-paren)
(#4340) Unexpected space before function parentheses. (space-before-function-paren)
(#4348) Unexpected space before function parentheses. (space-before-function-paren)
(#4353) Unexpected space before function parentheses. (space-before-function-paren)
(#4358) Unexpected space before function parentheses. (space-before-function-paren)
(#4364) Unexpected space before function parentheses. (space-before-function-paren)
(#4379) Unexpected space before function parentheses. (space-before-function-paren)
(#4390) Unexpected space before function parentheses. (space-before-function-paren)
(#4390) 'decorated' is defined but never used. (no-unused-vars)
(#4395) Unexpected space before function parentheses. (space-before-function-paren)
(#4404) Unexpected space before function parentheses. (space-before-function-paren)
(#4409) Unexpected space before function parentheses. (space-before-function-paren)
(#4414) Unexpected space before function parentheses. (space-before-function-paren)
(#4419) Unexpected space before function parentheses. (space-before-function-paren)
(#4424) Unexpected space before function parentheses. (space-before-function-paren)
(#4433) Unexpected space before function parentheses. (space-before-function-paren)
(#4441) Unexpected space before function parentheses. (space-before-function-paren)
(#4448) Unexpected space before function parentheses. (space-before-function-paren)
(#4448) 'ev' is defined but never used. (no-unused-vars)
(#4454) Unexpected space before function parentheses. (space-before-function-paren)
(#4454) 'e' is defined but never used. (no-unused-vars)
(#4461) Unexpected space before function parentheses. (space-before-function-paren)
(#4472) Unexpected space before function parentheses. (space-before-function-paren)
(#4547) Use '===' to compare with null. (no-eq-null)
(#4559) Unexpected space before function parentheses. (space-before-function-paren)
(#4573) Unexpected space before function parentheses. (space-before-function-paren)
(#4573) 'decorated' is defined but never used. (no-unused-vars)
(#4583) 'S2' used outside of binding context. (block-scoped-var)
(#4583) A space is required after ','. (comma-spacing)
(#4585) Unexpected space before function parentheses. (space-before-function-paren)
(#4586) Missing JSDoc comment. (require-jsdoc)
(#4586) Unexpected space before function parentheses. (space-before-function-paren)
(#4602) Missing JSDoc comment. (require-jsdoc)
(#4602) Unexpected space before function parentheses. (space-before-function-paren)
(#4612) Unexpected space before function parentheses. (space-before-function-paren)
(#4623) 'S2' used outside of binding context. (block-scoped-var)
(#4623) A space is required after ','. (comma-spacing)
(#4625) Unexpected space before function parentheses. (space-before-function-paren)
(#4626) Missing JSDoc comment. (require-jsdoc)
(#4626) Unexpected space before function parentheses. (space-before-function-paren)
(#4626) Unexpected empty function 'SelectOnClose'. (no-empty-function)
(#4628) Unexpected space before function parentheses. (space-before-function-paren)
(#4633) Unexpected space before function parentheses. (space-before-function-paren)
(#4638) Unexpected space before function parentheses. (space-before-function-paren)
(#4639) Use '===' to compare with null. (no-eq-null)
(#4660) Use '===' to compare with null. (no-eq-null)
(#4661) Use '===' to compare with null. (no-eq-null)
(#4674) 'S2' used outside of binding context. (block-scoped-var)
(#4674) A space is required after ','. (comma-spacing)
(#4676) Unexpected space before function parentheses. (space-before-function-paren)
(#4677) Missing JSDoc comment. (require-jsdoc)
(#4677) Unexpected space before function parentheses. (space-before-function-paren)
(#4677) Unexpected empty function 'CloseOnSelect'. (no-empty-function)
(#4679) Unexpected space before function parentheses. (space-before-function-paren)
(#4684) Unexpected space before function parentheses. (space-before-function-paren)
(#4688) Unexpected space before function parentheses. (space-before-function-paren)
(#4693) Unexpected space before function parentheses. (space-before-function-paren)
(#4710) 'S2' used outside of binding context. (block-scoped-var)
(#4710) A space is required after ','. (comma-spacing)
(#4710) A space is required after ','. (comma-spacing)
(#4710) Unexpected space before function parentheses. (space-before-function-paren)
(#4713) Unexpected space before function parentheses. (space-before-function-paren)
(#4716) Unexpected space before function parentheses. (space-before-function-paren)
(#4727) Unexpected space before function parentheses. (space-before-function-paren)
(#4734) Unexpected space before function parentheses. (space-before-function-paren)
(#4737) Unexpected space before function parentheses. (space-before-function-paren)
(#4746) Unexpected space before function parentheses. (space-before-function-paren)
(#4749) Unexpected space before function parentheses. (space-before-function-paren)
(#4752) Unexpected space before function parentheses. (space-before-function-paren)
(#4758) 'S2' used outside of binding context. (block-scoped-var)
(#4758) A space is required after ','. (comma-spacing)
(#4794) Unexpected space before function parentheses. (space-before-function-paren)
(#4809) 'EnglishTranslation' is defined but never used. (no-unused-vars)
(#4810) Missing JSDoc comment. (require-jsdoc)
(#4810) Unexpected space before function parentheses. (space-before-function-paren)
(#4814) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#4814) Unexpected space before function parentheses. (space-before-function-paren)
(#4817) Use '===' to compare with null. (no-eq-null)
(#4818) Use '===' to compare with null. (no-eq-null)
(#4820) Use '===' to compare with null. (no-eq-null)
(#4851) Use '===' to compare with null. (no-eq-null)
(#4851) Use '===' to compare with null. (no-eq-null)
(#4858) Use '===' to compare with null. (no-eq-null)
(#4867) Use '===' to compare with null. (no-eq-null)
(#4877) Use '===' to compare with null. (no-eq-null)
(#4880) Use '===' to compare with null. (no-eq-null)
(#4887) Use '===' to compare with null. (no-eq-null)
(#4902) Use '===' to compare with null. (no-eq-null)
(#4926) Use '===' to compare with null. (no-eq-null)
(#4927) Use '===' to compare with null. (no-eq-null)
(#4928) Use '===' to compare with null. (no-eq-null)
(#4944) Use '===' to compare with null. (no-eq-null)
(#4952) Use '===' to compare with null. (no-eq-null)
(#4974) Use '===' to compare with null. (no-eq-null)
(#4975) Use '===' to compare with null. (no-eq-null)
(#4976) Use '===' to compare with null. (no-eq-null)
(#5019) Unexpected space before function parentheses. (space-before-function-paren)
(#5020) Missing JSDoc comment. (require-jsdoc)
(#5020) Unexpected space before function parentheses. (space-before-function-paren)
(#5022) Missing JSDoc comment. (require-jsdoc)
(#5026) Unexpected control character(s) in regular expression: \x00. (no-control-regex)
(#5029) Missing JSDoc comment. (require-jsdoc)
(#5029) Unexpected space before function parentheses. (space-before-function-paren)
(#5048) Use '===' to compare with null. (no-eq-null)
(#5089) Unexpected space before function parentheses. (space-before-function-paren)
(#5092) Unexpected space before function parentheses. (space-before-function-paren)
(#5095) Unexpected space before function parentheses. (space-before-function-paren)
(#5103) Unexpected space before function parentheses. (space-before-function-paren)
(#5121) Unexpected space before function parentheses. (space-before-function-paren)
(#5159) Unexpected space before function parentheses. (space-before-function-paren)
(#5180) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#5180) Unexpected console statement. (no-console)
(#5181) Unexpected console statement. (no-console)
(#5200) Unexpected space before function parentheses. (space-before-function-paren)
(#5216) 'S2' used outside of binding context. (block-scoped-var)
(#5216) A space is required after ','. (comma-spacing)
(#5221) Unexpected space before function parentheses. (space-before-function-paren)
(#5222) Missing JSDoc comment. (require-jsdoc)
(#5222) Unexpected space before function parentheses. (space-before-function-paren)
(#5225) Use '===' to compare with null. (no-eq-null)
(#5229) Use '===' to compare with null. (no-eq-null)
(#5245) Function has a complexity of 22. Maximum allowed is 20. (complexity)
(#5245) Unexpected space before function parentheses. (space-before-function-paren)
(#5248) Use '===' to compare with null. (no-eq-null)
(#5252) Use '===' to compare with null. (no-eq-null)
(#5256) Use '===' to compare with null. (no-eq-null)
(#5270) Unexpected console statement. (no-console)
(#5271) Unexpected console statement. (no-console)
(#5283) Unexpected console statement. (no-console)
(#5284) Unexpected console statement. (no-console)
(#5297) Missing JSDoc comment. (require-jsdoc)
(#5314) Comments should not begin with a lowercase character. (capitalized-comments)
(#5348) Unexpected space before function parentheses. (space-before-function-paren)
(#5352) Unexpected space before function parentheses. (space-before-function-paren)
(#5359) 'S2' used outside of binding context. (block-scoped-var)
(#5359) A space is required after ','. (comma-spacing)
(#5364) Unexpected space before function parentheses. (space-before-function-paren)
(#5365) Unexpected space before function parentheses. (space-before-function-paren)
(#5366) Use '===' to compare with null. (no-eq-null)
(#5431) Unexpected space before function parentheses. (space-before-function-paren)
(#5452) Unexpected space before function parentheses. (space-before-function-paren)
(#5455) Use '===' to compare with null. (no-eq-null)
(#5457) Use '===' to compare with null. (no-eq-null)
(#5469) Unexpected space before function parentheses. (space-before-function-paren)
(#5474) Use '===' to compare with null. (no-eq-null)
(#5479) Unexpected space before function parentheses. (space-before-function-paren)
(#5485) Use '===' to compare with null. (no-eq-null)
(#5505) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#5532) Unexpected space before function parentheses. (space-before-function-paren)
(#5540) Unexpected space before function parentheses. (space-before-function-paren)
(#5543) Unexpected space before function parentheses. (space-before-function-paren)
(#5544) Unexpected space before function parentheses. (space-before-function-paren)
(#5551) Unexpected space before function parentheses. (space-before-function-paren)
(#5567) Use '===' to compare with null. (no-eq-null)
(#5568) A constructor name should not start with a lowercase letter. (babel/new-cap)
(#5568) Unexpected space before function parentheses. (space-before-function-paren)
(#5596) Unexpected space before function parentheses. (space-before-function-paren)
(#5599) Unexpected space before function parentheses. (space-before-function-paren)
(#5604) Unexpected space before function parentheses. (space-before-function-paren)
(#5608) Unexpected space before function parentheses. (space-before-function-paren)
(#5612) Unexpected space before function parentheses. (space-before-function-paren)
(#5616) Unexpected space before function parentheses. (space-before-function-paren)
(#5625) Unexpected space before function parentheses. (space-before-function-paren)
(#5628) Unexpected space before function parentheses. (space-before-function-paren)
(#5633) Unexpected space before function parentheses. (space-before-function-paren)
(#5636) Unexpected space before function parentheses. (space-before-function-paren)
(#5641) Unexpected space before function parentheses. (space-before-function-paren)
(#5644) Unexpected space before function parentheses. (space-before-function-paren)
(#5648) Unexpected space before function parentheses. (space-before-function-paren)
(#5652) Unexpected space before function parentheses. (space-before-function-paren)
(#5656) Unexpected space before function parentheses. (space-before-function-paren)
(#5660) Unexpected space before function parentheses. (space-before-function-paren)
(#5664) Unexpected space before function parentheses. (space-before-function-paren)
(#5669) Unexpected space before function parentheses. (space-before-function-paren)
(#5677) Unexpected space before function parentheses. (space-before-function-paren)
(#5678) Unexpected space before function parentheses. (space-before-function-paren)
(#5686) Unexpected space before function parentheses. (space-before-function-paren)
(#5723) Unexpected space before function parentheses. (space-before-function-paren)
(#5737) Unexpected space before function parentheses. (space-before-function-paren)
(#5766) Expected to return a value at the end of function. (consistent-return)
(#5775) Function expected no return value. (consistent-return)
(#5778) Unexpected space before function parentheses. (space-before-function-paren)
(#5784) Unexpected space before function parentheses. (space-before-function-paren)
(#5792) Missing JSDoc for parameter 'name'. (valid-jsdoc)
(#5792) Missing JSDoc for parameter 'args'. (valid-jsdoc)
(#5796) Unexpected space before function parentheses. (space-before-function-paren)
(#5830) Unexpected space before function parentheses. (space-before-function-paren)
(#5842) Unexpected space before function parentheses. (space-before-function-paren)
(#5854) Unexpected space before function parentheses. (space-before-function-paren)
(#5859) There should be no space after '{'. (babel/object-curly-spacing)
(#5859) Extra space after key 'originalEvent'. (key-spacing)
(#5859) There should be no space before '}'. (babel/object-curly-spacing)
(#5869) Unexpected space before function parentheses. (space-before-function-paren)
(#5879) Unexpected space before function parentheses. (space-before-function-paren)
(#5883) Unexpected space before function parentheses. (space-before-function-paren)
(#5887) Unexpected space before function parentheses. (space-before-function-paren)
(#5891) Unexpected space before function parentheses. (space-before-function-paren)
(#5891) 'data' is defined but never used. (no-unused-vars)
(#5901) Unexpected space before function parentheses. (space-before-function-paren)
(#5902) Unexpected console statement. (no-console)
(#5903) Unexpected console statement. (no-console)
(#5910) Use '===' to compare with null. (no-eq-null)
(#5919) Unexpected space before function parentheses. (space-before-function-paren)
(#5921) Unexpected console statement. (no-console)
(#5922) Unexpected console statement. (no-console)
(#5930) Unexpected space before function parentheses. (space-before-function-paren)
(#5937) Expected to return a value at the end of function. (consistent-return)
(#5937) Unexpected space before function parentheses. (space-before-function-paren)
(#5938) Unexpected console statement. (no-console)
(#5939) Unexpected console statement. (no-console)
(#5945) Use '===' to compare with null. (no-eq-null)
(#5952) Unexpected space before function parentheses. (space-before-function-paren)
(#5960) Unexpected space before function parentheses. (space-before-function-paren)
(#5967) Use '===' to compare with null. (no-eq-null)
(#6002) Unexpected space before function parentheses. (space-before-function-paren)
(#6024) 'S2' used outside of binding context. (block-scoped-var)
(#6024) A space is required after ','. (comma-spacing)
(#6026) Unexpected space before function parentheses. (space-before-function-paren)
(#6027) Missing JSDoc comment. (require-jsdoc)
(#6027) Unexpected space before function parentheses. (space-before-function-paren)
(#6028) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6028) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6033) Comments should not begin with a lowercase character. (capitalized-comments)
(#6035) Unexpected space before function parentheses. (space-before-function-paren)
(#6046) Comments should not begin with a lowercase character. (capitalized-comments)
(#6048) Unexpected space before function parentheses. (space-before-function-paren)
(#6053) Use '===' to compare with null. (no-eq-null)
(#6068) 'S2' used outside of binding context. (block-scoped-var)
(#6068) A space is required after ','. (comma-spacing)
(#6071) Unexpected space before function parentheses. (space-before-function-paren)
(#6073) Missing JSDoc comment. (require-jsdoc)
(#6073) Unexpected space before function parentheses. (space-before-function-paren)
(#6073) 'clazz' is defined but never used. (no-unused-vars)
(#6077) Missing JSDoc comment. (require-jsdoc)
(#6077) Unexpected space before function parentheses. (space-before-function-paren)
(#6077) Unexpected empty function 'ContainerCSS'. (no-empty-function)
(#6079) Unexpected space before function parentheses. (space-before-function-paren)
(#6096) Unexpected space before function parentheses. (space-before-function-paren)
(#6099) Use '===' to compare with null. (no-eq-null)
(#6125) 'S2' used outside of binding context. (block-scoped-var)
(#6125) A space is required after ','. (comma-spacing)
(#6128) Unexpected space before function parentheses. (space-before-function-paren)
(#6130) Missing JSDoc comment. (require-jsdoc)
(#6130) Unexpected space before function parentheses. (space-before-function-paren)
(#6130) 'clazz' is defined but never used. (no-unused-vars)
(#6134) Missing JSDoc comment. (require-jsdoc)
(#6134) Unexpected space before function parentheses. (space-before-function-paren)
(#6134) Unexpected empty function 'DropdownCSS'. (no-empty-function)
(#6136) Unexpected space before function parentheses. (space-before-function-paren)
(#6153) Unexpected space before function parentheses. (space-before-function-paren)
(#6156) Use '===' to compare with null. (no-eq-null)
(#6182) 'S2' used outside of binding context. (block-scoped-var)
(#6182) A space is required after ','. (comma-spacing)
(#6184) Unexpected space before function parentheses. (space-before-function-paren)
(#6185) Missing JSDoc comment. (require-jsdoc)
(#6185) Unexpected space before function parentheses. (space-before-function-paren)
(#6186) Unexpected console statement. (no-console)
(#6187) Unexpected console statement. (no-console)
(#6202) Unexpected space before function parentheses. (space-before-function-paren)
(#6211) Unexpected space before function parentheses. (space-before-function-paren)
(#6225) 'S2' used outside of binding context. (block-scoped-var)
(#6225) A space is required after ','. (comma-spacing)
(#6228) Unexpected space before function parentheses. (space-before-function-paren)
(#6229) Missing JSDoc comment. (require-jsdoc)
(#6229) Unexpected space before function parentheses. (space-before-function-paren)
(#6234) Unexpected console statement. (no-console)
(#6235) Unexpected console statement. (no-console)
(#6246) Unexpected space before function parentheses. (space-before-function-paren)
(#6247) Missing JSDoc comment. (require-jsdoc)
(#6247) Unexpected space before function parentheses. (space-before-function-paren)
(#6283) Unexpected space before function parentheses. (space-before-function-paren)
(#6285) Unexpected space before function parentheses. (space-before-function-paren)
(#6286) Unexpected space before function parentheses. (space-before-function-paren)
(#6302) Unexpected space before function parentheses. (space-before-function-paren)
(#6307) Unexpected space before function parentheses. (space-before-function-paren)
(#6325) Unexpected space before function parentheses. (space-before-function-paren)
(#6343) Unexpected space before function parentheses. (space-before-function-paren)
(#6344) Unexpected space before function parentheses. (space-before-function-paren)
(#6354) 'S2' used outside of binding context. (block-scoped-var)
(#6354) A space is required after ','. (comma-spacing)
(#6356) Unexpected space before function parentheses. (space-before-function-paren)
(#6357) Missing JSDoc comment. (require-jsdoc)
(#6357) Unexpected space before function parentheses. (space-before-function-paren)
(#6358) Missing JSDoc comment. (require-jsdoc)
(#6358) Unexpected space before function parentheses. (space-before-function-paren)
(#6361) Use '===' to compare with null. (no-eq-null)
(#6397) 'S2' used outside of binding context. (block-scoped-var)
(#6397) A space is required after ','. (comma-spacing)
(#6399) Unexpected space before function parentheses. (space-before-function-paren)
(#6400) Missing JSDoc comment. (require-jsdoc)
(#6400) Unexpected space before function parentheses. (space-before-function-paren)
(#6401) Unexpected console statement. (no-console)
(#6402) Unexpected console statement. (no-console)
(#6413) Unexpected space before function parentheses. (space-before-function-paren)
(#6418) unnecessary '.call()'. (no-useless-call)
(#6424) 'S2' used outside of binding context. (block-scoped-var)
(#6424) A space is required after ','. (comma-spacing)
(#6426) Unexpected space before function parentheses. (space-before-function-paren)
(#6427) Missing JSDoc comment. (require-jsdoc)
(#6427) Unexpected space before function parentheses. (space-before-function-paren)
(#6432) Unexpected space before function parentheses. (space-before-function-paren)
(#6443) 'S2' used outside of binding context. (block-scoped-var)
(#6443) A space is required after ','. (comma-spacing)
(#6445) Unexpected space before function parentheses. (space-before-function-paren)
(#6446) Missing JSDoc comment. (require-jsdoc)
(#6446) Unexpected space before function parentheses. (space-before-function-paren)
(#6446) Unexpected empty function 'StopPropagation'. (no-empty-function)
(#6448) Unexpected space before function parentheses. (space-before-function-paren)
(#6474) Unexpected space before function parentheses. (space-before-function-paren)
(#6482) 'S2' used outside of binding context. (block-scoped-var)
(#6482) A space is required after ','. (comma-spacing)
(#6484) Unexpected space before function parentheses. (space-before-function-paren)
(#6485) Missing JSDoc comment. (require-jsdoc)
(#6485) Unexpected space before function parentheses. (space-before-function-paren)
(#6485) Unexpected empty function 'StopPropagation'. (no-empty-function)
(#6487) Unexpected space before function parentheses. (space-before-function-paren)
(#6513) Unexpected space before function parentheses. (space-before-function-paren)
(#6521) Expected space or tab after '/*' in comment. (spaced-comment)
(#6529) Unexpected space before function parentheses. (space-before-function-paren)
(#6530) There should be no space after this paren. (space-in-parens)
(#6530) 'S2' used outside of binding context. (block-scoped-var)
(#6530) 'S2' used outside of binding context. (block-scoped-var)
(#6530) There should be no space before this paren. (space-in-parens)
(#6532) 'S2' used outside of binding context. (block-scoped-var)
(#6532) A space is required after ','. (comma-spacing)
(#6535) 'module' is not defined. (no-undef)
(#6540) Unexpected space before function parentheses. (space-before-function-paren)
(#6542) Multiple spaces found before '='. (no-multi-spaces)
(#6543) There should be no space after this paren. (space-in-parens)
(#6543) There should be no space before this paren. (space-in-parens)
(#6545) Multiple spaces found before '='. (no-multi-spaces)
(#6548) There should be no space after this paren. (space-in-parens)
(#6548) There should be no space before this paren. (space-in-parens)
(#6549) There should be no space after this paren. (space-in-parens)
(#6549) There should be no space before this paren. (space-in-parens)
(#6550) There should be no space after '['. (computed-property-spacing)
(#6550) There should be no space before ']'. (computed-property-spacing)
(#6558) There should be no space after this paren. (space-in-parens)
(#6558) There should be no space before this paren. (space-in-parens)
(#6559) There should be no space after this paren. (space-in-parens)
(#6559) There should be no space before this paren. (space-in-parens)
(#6560) There should be no space after this paren. (space-in-parens)
(#6560) There should be no space before this paren. (space-in-parens)
(#6571) There should be no space after this paren. (space-in-parens)
(#6571) There should be no space before this paren. (space-in-parens)
(#6572) There should be no space after this paren. (space-in-parens)
(#6572) There should be no space before this paren. (space-in-parens)
(#6573) There should be no space after this paren. (space-in-parens)
(#6573) There should be no space before this paren. (space-in-parens)
(#6597) Comments should not begin with a lowercase character. (capitalized-comments)
(#6598) Multiple spaces found before '// calls getBo...'. (no-multi-spaces)
(#6598) Comments should not begin with a lowercase character. (capitalized-comments)
(#6613) Missing JSDoc comment. (require-jsdoc)
(#6613) Function 'handler' has a complexity of 27. Maximum allowed is 20. (complexity)
(#6614) Multiple spaces found before '='. (no-multi-spaces)
(#6615) Multiple spaces found before '='. (no-multi-spaces)
(#6616) Multiple spaces found before '='. (no-multi-spaces)
(#6617) Multiple spaces found before '='. (no-multi-spaces)
(#6618) Multiple spaces found before '='. (no-multi-spaces)
(#6619) Multiple spaces found before '='. (no-multi-spaces)
(#6620) Multiple spaces found before '='. (no-multi-spaces)
(#6621) Multiple spaces found before '='. (no-multi-spaces)
(#6626) There should be no space after this paren. (space-in-parens)
(#6626) Multiple spaces found before 'in'. (no-multi-spaces)
(#6626) There should be no space before this paren. (space-in-parens)
(#6626) Statement inside of curly braces should be on next line. (brace-style)
(#6626) Multiple spaces found before '}'. (no-multi-spaces)
(#6626) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6627) There should be no space after this paren. (space-in-parens)
(#6627) Multiple spaces found before 'in'. (no-multi-spaces)
(#6627) There should be no space before this paren. (space-in-parens)
(#6627) Statement inside of curly braces should be on next line. (brace-style)
(#6627) Multiple spaces found before '}'. (no-multi-spaces)
(#6627) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6628) There should be no space after this paren. (space-in-parens)
(#6628) There should be no space before this paren. (space-in-parens)
(#6628) Statement inside of curly braces should be on next line. (brace-style)
(#6628) Multiple spaces found before '}'. (no-multi-spaces)
(#6628) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6629) There should be no space after this paren. (space-in-parens)
(#6629) There should be no space before this paren. (space-in-parens)
(#6629) Statement inside of curly braces should be on next line. (brace-style)
(#6629) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6632) There should be no space after this paren. (space-in-parens)
(#6632) There should be no space before this paren. (space-in-parens)
(#6641) There should be no space after this paren. (space-in-parens)
(#6641) There should be no space before this paren. (space-in-parens)
(#6643) Multiple spaces found before '='. (no-multi-spaces)
(#6645) There should be no space after this paren. (space-in-parens)
(#6645) There should be no space before this paren. (space-in-parens)
(#6647) There should be no space after this paren. (space-in-parens)
(#6647) There should be no space before this paren. (space-in-parens)
(#6647) Statement inside of curly braces should be on next line. (brace-style)
(#6647) Multiple spaces found before '='. (no-multi-spaces)
(#6647) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6651) There should be no space after this paren. (space-in-parens)
(#6651) There should be no space before this paren. (space-in-parens)
(#6651) Statement inside of curly braces should be on next line. (brace-style)
(#6651) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6658) There should be no space after this paren. (space-in-parens)
(#6658) There should be no space before this paren. (space-in-parens)
(#6660) Multiple spaces found before '*='. (no-multi-spaces)
(#6663) There should be no space after this paren. (space-in-parens)
(#6663) There should be no space before this paren. (space-in-parens)
(#6665) Multiple spaces found before '*='. (no-multi-spaces)
(#6671) There should be no space after this paren. (space-in-parens)
(#6671) There should be no space before this paren. (space-in-parens)
(#6673) There should be no space after this paren. (space-in-parens)
(#6673) There should be no space before this paren. (space-in-parens)
(#6677) There should be no space after this paren. (space-in-parens)
(#6677) There should be no space before this paren. (space-in-parens)
(#6683) There should be no space after this paren. (space-in-parens)
(#6683) There should be no space before this paren. (space-in-parens)
(#6685) Multiple spaces found before '/='. (no-multi-spaces)
(#6691) Multiple spaces found before '='. (no-multi-spaces)
(#6691) There should be no space after '['. (computed-property-spacing)
(#6691) Multiple spaces found before '>='. (no-multi-spaces)
(#6691) There should be no space before ']'. (computed-property-spacing)
(#6691) Multiple spaces found before '/'. (no-multi-spaces)
(#6692) There should be no space after '['. (computed-property-spacing)
(#6692) There should be no space before ']'. (computed-property-spacing)
(#6693) There should be no space after '['. (computed-property-spacing)
(#6693) There should be no space before ']'. (computed-property-spacing)
(#6696) There should be no space after this paren. (space-in-parens)
(#6696) There should be no space before this paren. (space-in-parens)
(#6720) Statement inside of curly braces should be on next line. (brace-style)
(#6720) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6723) Function 'handler' expected no return value. (consistent-return)
(#6726) Missing JSDoc comment. (require-jsdoc)
(#6730) Missing JSDoc comment. (require-jsdoc)
(#6743) 'S2' used outside of binding context. (block-scoped-var)
(#6743) A space is required after ','. (comma-spacing)
(#6750) Unexpected space before function parentheses. (space-before-function-paren)
(#6751) Use '===' to compare with null. (no-eq-null)
(#6755) Unexpected space before function parentheses. (space-before-function-paren)
(#6759) Unexpected space before function parentheses. (space-before-function-paren)
(#6762) 'instance' is assigned a value but never used. (no-unused-vars)
(#6770) Unexpected space before function parentheses. (space-before-function-paren)
(#6773) Use '===' to compare with null. (no-eq-null)
(#6773) Unexpected console statement. (no-console)
(#6774) Unexpected console statement. (no-console)
(#6795) Use '===' to compare with null. (no-eq-null)
(#6804) 'S2' used outside of binding context. (block-scoped-var)
(#6805) 'S2' used outside of binding context. (block-scoped-var)

CSS problems

(1977 errors, 23 warnings)

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

blocks/dash/styles.css
(#225) Invalid value for `background-image` (csstree/validator)
(#226) Invalid value for `background-image` (csstree/validator)
(#228) Invalid value for `background-image` (csstree/validator)
(#229) Invalid value for `background-image` (csstree/validator)
(#232) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0)" (csstree/validator)
(#235) Can't parse value "progid:DXImageTransform.Microsoft.gradient(enabled=false)" (csstree/validator)
(#290) Invalid value for `background-image` (csstree/validator)
(#291) Invalid value for `background-image` (csstree/validator)
(#293) Invalid value for `background-image` (csstree/validator)
(#294) Invalid value for `background-image` (csstree/validator)
(#297) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0)" (csstree/validator)
(#300) Can't parse value "progid:DXImageTransform.Microsoft.gradient(enabled=false)" (csstree/validator)
(#342) Invalid value for `background-image` (csstree/validator)
(#343) Invalid value for `background-image` (csstree/validator)
(#345) Invalid value for `background-image` (csstree/validator)
(#346) Invalid value for `background-image` (csstree/validator)
(#349) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0)" (csstree/validator)
(#352) Can't parse value "progid:DXImageTransform.Microsoft.gradient(enabled=false)" (csstree/validator)
(#393) Invalid value for `background-image` (csstree/validator)
(#394) Invalid value for `background-image` (csstree/validator)
(#396) Invalid value for `background-image` (csstree/validator)
(#397) Invalid value for `background-image` (csstree/validator)
(#400) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0)" (csstree/validator)
(#403) Can't parse value "progid:DXImageTransform.Microsoft.gradient(enabled=false)" (csstree/validator)
(#466) Invalid value for `background-image` (csstree/validator)
(#467) Invalid value for `background-image` (csstree/validator)
(#469) Invalid value for `background-image` (csstree/validator)
(#470) Invalid value for `background-image` (csstree/validator)
(#473) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0)" (csstree/validator)
(#476) Can't parse value "progid:DXImageTransform.Microsoft.gradient(enabled=false)" (csstree/validator)
(#581) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#581) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)" (csstree/validator)
(#581) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)" (csstree/validator)
(#581) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)" (csstree/validator)
(#581) Can't parse value "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)" (csstree/validator)
(#583) Expected empty line before at-rule (at-rule-empty-line-before)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#583) Expected newline after "}" (block-closing-brace-newline-after)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#583) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#583) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#581) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#583) Expected single space before "{" (block-opening-brace-space-before)
(#386) Expected "#666666" to be "#666" (color-hex-length)
(#393) Expected "#0044cc" to be "#04c" (color-hex-length)
(#394) Expected "#0044cc" to be "#04c" (color-hex-length)
(#395) Expected "#0044cc" to be "#04c" (color-hex-length)
(#396) Expected "#0044cc" to be "#04c" (color-hex-length)
(#397) Expected "#0044cc" to be "#04c" (color-hex-length)
(#398) Expected "#0044cc" to be "#04c" (color-hex-length)
(#401) Expected "#0044cc" to be "#04c" (color-hex-length)
(#401) Expected "#0044cc" to be "#04c" (color-hex-length)
(#427) Expected "#0044cc" to be "#04c" (color-hex-length)
(#437) Expected "#003399" to be "#039" (color-hex-length)
(#466) Expected "#0044cc" to be "#04c" (color-hex-length)
(#467) Expected "#0044cc" to be "#04c" (color-hex-length)
(#468) Expected "#0044cc" to be "#04c" (color-hex-length)
(#469) Expected "#0044cc" to be "#04c" (color-hex-length)
(#470) Expected "#0044cc" to be "#04c" (color-hex-length)
(#471) Expected "#0044cc" to be "#04c" (color-hex-length)
(#474) Expected "#0044cc" to be "#04c" (color-hex-length)
(#474) Expected "#0044cc" to be "#04c" (color-hex-length)
(#500) Expected "#0044cc" to be "#04c" (color-hex-length)
(#510) Expected "#003399" to be "#039" (color-hex-length)
(#583) Expected single space before "!" (declaration-bang-space-before)
(#583) Expected single space before "!" (declaration-bang-space-before)
(#583) Expected single space before "!" (declaration-bang-space-before)
(#583) Expected single space before "!" (declaration-bang-space-before)
(#226) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#227) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#228) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#229) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#230) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#234) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#235) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#291) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#292) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#293) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#294) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#295) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#299) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#300) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#343) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#344) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#345) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#346) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#347) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#351) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#352) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#394) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#395) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#396) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#397) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#398) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#402) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#403) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#467) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#468) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#469) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#470) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#471) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#475) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#476) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#581) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#583) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#583) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#583) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#583) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#583) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#581) Unexpected !important (declaration-no-important)
(#583) Unexpected !important (declaration-no-important)
(#583) Unexpected !important (declaration-no-important)
(#583) Unexpected !important (declaration-no-important)
(#583) Unexpected !important (declaration-no-important)
(#586) Unexpected !important (declaration-no-important)
(#583) Expected single space after "," in a single-line function (function-comma-space-after)
(#583) Expected single space after "," in a single-line function (function-comma-space-after)
(#583) Expected single space after "," in a single-line function (function-comma-space-after)
(#583) Expected single space after "," in a single-line function (function-comma-space-after)
(#583) Expected single space after "," in a single-line function (function-comma-space-after)
(#583) Expected single space after "," in a single-line function (function-comma-space-after)
(#225) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#226) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#228) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#229) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#290) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#291) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#293) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#294) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#342) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#343) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#345) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#346) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#393) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#394) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#396) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#397) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#466) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#467) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#469) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#470) Unexpected nonstandard direction (function-linear-gradient-no-nonstandard-direction)
(#232) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#235) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#297) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#300) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#349) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#352) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#400) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#403) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#473) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#476) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#581) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#581) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#581) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#581) Expected "DXImageTransform.Microsoft.gradient" to be "dximagetransform.microsoft.gradient" (function-name-case)
(#582) Expected line length to be no more than 132 characters (max-line-length)
(#585) Expected line length to be no more than 132 characters (max-line-length)
(#583) Expected single space after ":" (media-feature-colon-space-after)
(#581) Expected single space after ">" (selector-combinator-space-after)
(#581) Expected single space after ">" (selector-combinator-space-after)
(#583) Expected single space after "~" (selector-combinator-space-after)
(#583) Expected single space after ">" (selector-combinator-space-after)
(#583) Expected single space after "~" (selector-combinator-space-after)
(#583) Expected single space after "~" (selector-combinator-space-after)
(#583) Expected single space after "~" (selector-combinator-space-after)
(#583) Expected single space after "~" (selector-combinator-space-after)
(#583) Expected single space after ">" (selector-combinator-space-after)
(#581) Expected single space before ">" (selector-combinator-space-before)
(#581) Expected single space before ">" (selector-combinator-space-before)
(#583) Expected single space before "~" (selector-combinator-space-before)
(#583) Expected single space before ">" (selector-combinator-space-before)
(#583) Expected single space before "~" (selector-combinator-space-before)
(#583) Expected single space before "~" (selector-combinator-space-before)
(#583) Expected single space before "~" (selector-combinator-space-before)
(#583) Expected single space before "~" (selector-combinator-space-before)
(#583) Expected single space before ">" (selector-combinator-space-before)
(#581) Expected newline after "," (selector-list-comma-newline-after)
(#581) Expected newline after "," (selector-list-comma-newline-after)
(#581) Expected newline after "," (selector-list-comma-newline-after)
(#583) Expected newline after "," (selector-list-comma-newline-after)
(#583) Expected newline after "," (selector-list-comma-newline-after)
(#583) Expected newline after "," (selector-list-comma-newline-after)
(#583) Expected newline after "," (selector-list-comma-newline-after)
(#583) Expected newline after "," (selector-list-comma-newline-after)
(#583) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#583) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#583) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#583) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#583) Expected single space after "," in a single-line list (value-list-comma-space-after)

PHPDocs style problems

(54 errors, 1 warnings)

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

blocks/dash/block_dash.php
(#79) Phpdocs for function block_dash::instance_config_save has incomplete parameters list
blocks/dash/classes/external.php
(#64) Phpdocs for function external::get_block_content has incomplete parameters list
(#205) Phpdocs for function external::recursive_config_merge has incomplete parameters list
blocks/dash/classes/local/dash_framework/query_builder/builder.php
(#33) Package block_dash\local\dash_framework\query_builder is not valid
(#104) There is no description in phpdocs for function select
(#212) There is no description in phpdocs for function where_raw
(#263) There is no description in phpdocs for function get_wheres
(#324) There is no description in phpdocs for function get_where_sql_and_params
(#345) There is no description in phpdocs for function get_sql_and_params
(#213) Phpdocs for function builder::where_raw has incomplete parameters list
blocks/dash/classes/local/dash_framework/query_builder/exception/invalid_operator_exception.php
(#32) Package block_dash\local\dash_framework\query_builder is not valid
blocks/dash/classes/local/dash_framework/query_builder/exception/invalid_where_clause_exception.php
(#32) Package block_dash\local\dash_framework\query_builder is not valid
blocks/dash/classes/local/dash_framework/query_builder/join.php
(#35) Package block_dash\local\dash_framework\query_builder is not valid
(#39) Constant join::TYPE_INNER_JOIN is not documented
(#40) Constant join::TYPE_LEFT_JOIN is not documented
(#69) There is no description in phpdocs for function __construct
(#86) There is no description in phpdocs for function get_alias
blocks/dash/classes/local/dash_framework/query_builder/where.php
(#35) Package block_dash\local\dash_framework\query_builder is not valid
(#44) Constant where::OPERATOR_EQUAL is not documented
(#45) Constant where::OPERATOR_NOT_EQUAL is not documented
(#46) Constant where::OPERATOR_IN is not documented
(#47) Constant where::OPERATOR_IN_QUERY is not documented
(#87) There is no description in phpdocs for function set_query
(#97) There is no description in phpdocs for function get_sql_and_params
blocks/dash/classes/local/dash_framework/structure/field_attribute_interface.php
(#45) There is no description in phpdocs for function get_field
blocks/dash/classes/local/dash_framework/structure/table.php
(#46) Phpdocs for function table::__construct has incomplete parameters list
blocks/dash/classes/local/dash_framework/structure/table_interface.php
(#57) There is no description in phpdocs for function get_fields
blocks/dash/classes/local/dash_framework/structure/user_table.php
(#65) There is no description in phpdocs for function get_fields
blocks/dash/classes/local/data_grid/data/data_collection.php
(#68) There is no description in phpdocs for function set_context
(#75) There is no description in phpdocs for function get_context
blocks/dash/classes/local/data_grid/data/field.php
(#97) There is no description in phpdocs for function is_visible
(#59) Phpdocs for function field::__construct has incomplete parameters list
blocks/dash/classes/local/data_grid/data/field_interface.php
(#50) There is no description in phpdocs for function get_label
blocks/dash/classes/local/data_grid/field/attribute/abstract_field_attribute.php
(#43) Variable abstract_field_attribute::$field is not documented
blocks/dash/classes/local/data_grid/field/attribute/field_attribute_interface.php
(#45) There is no description in phpdocs for function get_field
blocks/dash/classes/local/data_grid/field/attribute/rename_group_ids_attribute.php
(#42) Phpdocs for function rename_group_ids_attribute::check_id has incomplete parameters list
blocks/dash/classes/local/data_grid/field/attribute/rename_ids_attribute.php
(#38) Variable rename_ids_attribute::$fieldstore is not documented
(#77) There is no description in phpdocs for function get_fields
(#70) Phpdocs for function rename_ids_attribute::check_id has incomplete parameters list
(#78) Phpdocs for function rename_ids_attribute::get_fields has incomplete parameters list
blocks/dash/classes/local/data_grid/filter/filter_collection_interface.php
(#174) Phpdocs for function build_settings_form has incomplete parameters list
blocks/dash/classes/local/data_grid/filter/group_filter.php
(#42) Phpdocs for function group_filter::get_user_groups has incomplete parameters list
blocks/dash/classes/local/data_grid/filter/select_filter.php
(#110) There is no description in phpdocs for function get_selected_options
blocks/dash/classes/local/data_source/abstract_data_source.php
(#175) There is no description in phpdocs for function get_paginator
(#134) Phpdocs for function abstract_data_source::get_name_from_class has incomplete parameters list
blocks/dash/classes/local/data_source/form/preferences_form.php
(#42) Constant preferences_form::TAB_GENERAL is not documented
(#43) Constant preferences_form::TAB_FIELDS is not documented
(#44) Constant preferences_form::TAB_FILTERS is not documented
(#45) Constant preferences_form::TAB_CONDITIONS is not documented
(#47) Constant preferences_form::TABS is not documented
blocks/dash/classes/local/layout/abstract_layout.php
(#193) Phpdocs for function abstract_layout::add_checkbox_toggleall has incomplete parameters list
blocks/dash/classes/output/query_debug.php
(#49) There is no description in phpdocs for function __construct
blocks/dash/settings.php
(#17) No one-line description found in phpdocs for file
blocks/dash/tests/coverage.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found

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 "stylelint:css" 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, 15 warnings)

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

blocks/dash/templates/block.mustache
(#1) Example context missing (@template section not found.)
blocks/dash/templates/extra_css.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Element “style” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.) (ad><body><style> #)
blocks/dash/templates/filter_date.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “name” on element “input”: Must not be empty. (n></span> <input type="text" name="" class="form-control filter-form-control datepicker" value=""></bod)
blocks/dash/templates/filter_form.mustache
(#1) Example context missing (@template section not found.)
blocks/dash/templates/filter_select.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “” for attribute “name” on element “select”: Must not be empty. (ad><body><select name="" class="form-control filter-form-control select2" style="min-width: 300px;"></sel)
blocks/dash/templates/layout.mustache
(#1) Example context missing (@template section not found.)
blocks/dash/templates/layout_grid.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 10: Row 1 of a row group established by a “thead” element has no cells beginning on it. ( <tr> </tr> )
blocks/dash/templates/layout_missing.mustache
(#1) Example context missing (@template section not found.)
blocks/dash/templates/paginator.mustache
(#1) Example context missing (@template section not found.)
blocks/dash/templates/preferences_form.mustache
(#1) Example context missing (@template section not found.)
blocks/dash/templates/query_debug.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(0 errors, 0 warnings)

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