Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(3641 errors, 5340 warnings)

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

mod/turnitintooltwo/ajax.php
(#1) No one-line description found in phpdocs for docblock of file ajax.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file ajax.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Short array syntax must be used to define arrays
(#42) There should be a comma after the last array item in a multi-line array.
(#54) Short array syntax must be used to define arrays
(#127) Short array syntax must be used to define arrays
(#160) Short array syntax must be used to define arrays
(#192) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#228) Short array syntax must be used to define arrays
(#258) Short array syntax must be used to define arrays
(#271) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#359) Short array syntax must be used to define arrays
(#428) Short array syntax must be used to define arrays
(#471) Short array syntax must be used to define arrays
(#523) Short array syntax must be used to define arrays
(#532) Short array syntax must be used to define arrays
(#543) Short array syntax must be used to define arrays
(#563) Short array syntax must be used to define arrays
(#604) Short array syntax must be used to define arrays
(#606) Line exceeds 132 characters; contains 141 characters
(#632) Short array syntax must be used to define arrays
(#668) Short array syntax must be used to define arrays
(#697) Short array syntax must be used to define arrays
(#698) Short array syntax must be used to define arrays
(#782) Short array syntax must be used to define arrays
(#887) Short array syntax must be used to define arrays
(#891) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {\n"
(#903) Short array syntax must be used to define arrays
(#905) There should be a comma after the last array item in a multi-line array.
(#909) Short array syntax must be used to define arrays
(#911) There should be a comma after the last array item in a multi-line array.
(#934) Short array syntax must be used to define arrays
(#936) There should be a comma after the last array item in a multi-line array.
(#939) Short array syntax must be used to define arrays
(#940) There should be a comma after the last array item in a multi-line array.
mod/turnitintooltwo/backup/moodle2/backup_turnitintooltwo_activity_task.class.php
(#1) No one-line description found in phpdocs for docblock of file backup_turnitintooltwo_activity_task.class.php
(#18) Incorrect @package tag for file backup_turnitintooltwo_activity_task.class.php. Expected mod_turnitintooltwo, found moodlecore.
(#35) Missing docblock for function define_my_settings
(#40) Missing docblock for function define_my_steps
(#46) The static declaration must come after the visibility declaration
(#46) Missing docblock for function encode_content_links
mod/turnitintooltwo/backup/moodle2/backup_turnitintooltwo_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file backup_turnitintooltwo_stepslib.php
(#18) Incorrect @package tag for file backup_turnitintooltwo_stepslib.php. Expected mod_turnitintooltwo, found moodlecore.
(#31) Missing docblock for class backup_turnitintooltwo_activity_structure_step
(#33) Missing docblock for function define_structure
(#45) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#52) There should be a comma after the last array item in a multi-line array.
(#57) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#84) Short array syntax must be used to define arrays
(#88) Short array syntax must be used to define arrays
(#96) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
mod/turnitintooltwo/backup/moodle2/restore_turnitintooltwo_activity_task.class.php
(#1) No one-line description found in phpdocs for docblock of file restore_turnitintooltwo_activity_task.class.php
(#18) Incorrect @package tag for file restore_turnitintooltwo_activity_task.class.php. Expected mod_turnitintooltwo, found moodlecore.
(#53) The static declaration must come after the visibility declaration
(#54) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#65) The static declaration must come after the visibility declaration
(#66) Short array syntax must be used to define arrays
(#95) Short array syntax must be used to define arrays
(#136) The static declaration must come after the visibility declaration
(#137) Short array syntax must be used to define arrays
(#152) The static declaration must come after the visibility declaration
(#153) Short array syntax must be used to define arrays
mod/turnitintooltwo/backup/moodle2/restore_turnitintooltwo_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file restore_turnitintooltwo_stepslib.php
(#18) Incorrect @package tag for file restore_turnitintooltwo_stepslib.php. Expected mod_turnitintooltwo, found moodlecore.
(#30) Missing docblock for class restore_turnitintooltwo_activity_structure_step
(#32) Missing docblock for function define_structure
(#38) Short array syntax must be used to define arrays
(#54) Missing docblock for function process_turnitintooltwo
(#95) Missing docblock for function process_turnitintooltwo_courses
(#109) Short array syntax must be used to define arrays
(#119) Short array syntax must be used to define arrays
(#122) Short array syntax must be used to define arrays
(#129) Missing docblock for function process_turnitintooltwo_parts
(#140) Missing docblock for function process_turnitintooltwo_submissions
(#151) Short array syntax must be used to define arrays
(#159) Short array syntax must be used to define arrays
(#168) Missing docblock for function after_execute
mod/turnitintooltwo/classes/digitalreceipt/instructor_message.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for class instructor_message
mod/turnitintooltwo/classes/digitalreceipt/receipt_message.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for class receipt_message
mod/turnitintooltwo/classes/event/add_submission.php
(#1) No one-line description found in phpdocs for docblock of file add_submission.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file add_submission.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class add_submission
(#30) Missing docblock for function init
(#37) Missing docblock for function get_name
(#41) Missing docblock for function get_description
(#45) Missing docblock for function get_url
(#46) Short array syntax must be used to define arrays
mod/turnitintooltwo/classes/event/delete_submission.php
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#25) Missing @copyright tag
(#25) Missing @license tag
(#25) Missing docblock for class delete_submission
(#26) Missing docblock for function init
(#33) Missing docblock for function get_name
(#37) Missing docblock for function get_description
(#41) Missing docblock for function get_url
(#42) Short array syntax must be used to define arrays
mod/turnitintooltwo/classes/event/list_submissions.php
(#23) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#25) Missing @copyright tag
(#25) Missing @license tag
(#25) Missing docblock for class list_submissions
(#26) Missing docblock for function init
(#33) Missing docblock for function get_name
(#37) Missing docblock for function get_description
(#41) Missing docblock for function get_url
(#42) Short array syntax must be used to define arrays
mod/turnitintooltwo/classes/event/migrate_assignment.php
(#1) No one-line description found in phpdocs for docblock of file migrate_assignment.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file migrate_assignment.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Missing docblock for class migrate_assignment
(#30) Missing docblock for function init
(#37) Missing docblock for function get_name
(#41) Missing docblock for function get_description
(#45) Missing docblock for function get_url
(#46) Short array syntax must be used to define arrays
mod/turnitintooltwo/classes/event/view_submission.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#21) Missing @copyright tag
(#21) Missing @license tag
(#21) Missing docblock for class view_submission
(#22) Missing docblock for function init
(#29) Missing docblock for function get_name
(#33) Missing docblock for function get_description
(#37) Missing docblock for function get_url
(#38) Short array syntax must be used to define arrays
mod/turnitintooltwo/classes/nonsubmitters/nonsubmitters_message.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for class nonsubmitters_message
mod/turnitintooltwo/classes/privacy/provider.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Missing docblock for class provider
(#55) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#112) Method name "_get_contexts_for_userid" should not be prefixed with an underscore to indicate visibility
(#141) Method name "_export_user_data" should not be prefixed with an underscore to indicate visibility
(#194) Method name "_export_turnitintooltwo_data_for_user" should not be prefixed with an underscore to indicate visibility
(#194) Line exceeds 132 characters; contains 135 characters
(#211) Method name "_delete_data_for_all_users_in_context" should not be prefixed with an underscore to indicate visibility
(#231) Method name "_delete_data_for_user" should not be prefixed with an underscore to indicate visibility
(#272) There should be a comma after the last array item in a multi-line array.
(#305) There should be a comma after the last array item in a multi-line array.
mod/turnitintooltwo/classes/task/turnitintooltwo_task.php
(#1) DocBlock missing a @package tag for file turnitintooltwo_task.php. Expected @package mod_turnitintooltwo
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#21) Missing @copyright tag
(#21) Missing @license tag
(#25) Missing docblock for class turnitintooltwo_task
(#27) Missing docblock for function get_name
(#45) File must end with a newline character
mod/turnitintooltwo/classes/v1migration/v1migration.php
(#29) Missing @copyright tag
(#29) Missing @license tag
(#29) Missing docblock for class v1migration
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Missing member variable doc comment
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Missing member variable doc comment
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Missing member variable doc comment
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Missing docblock for function __construct
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#48) Short array syntax must be used to define arrays
(#48) Line exceeds 132 characters; contains 133 characters
(#76) Short array syntax must be used to define arrays
(#81) Expected 1 space before "/"; 0 found
(#81) Expected 1 space after "/"; 0 found
(#81) Expected 1 space before "*"; 0 found
(#81) Expected 1 space after "*"; 0 found
(#92) Short array syntax must be used to define arrays
(#92) Line exceeds 132 characters; contains 147 characters
(#93) Short array syntax must be used to define arrays
(#93) Line exceeds 132 characters; contains 140 characters
(#95) Short array syntax must be used to define arrays
(#95) Line exceeds 132 characters; contains 137 characters
(#99) Short array syntax must be used to define arrays
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Short array syntax must be used to define arrays
(#145) Short array syntax must be used to define arrays
(#161) Short array syntax must be used to define arrays
(#163) Short array syntax must be used to define arrays
(#169) Line exceeds 132 characters; contains 134 characters
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Short array syntax must be used to define arrays
(#188) Line exceeds 132 characters; contains 150 characters
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Usage of ELSEIF not allowed; use ELSE IF instead
(#211) Line indented incorrectly; expected 11 spaces, found 8
(#213) Line indented incorrectly; expected at least 11 spaces, found 8
(#214) Line indented incorrectly; expected 11 spaces, found 8
(#215) Line indented incorrectly; expected at least 15 spaces, found 12
(#217) Line indented incorrectly; expected at least 15 spaces, found 12
(#218) Line indented incorrectly; expected 11 spaces, found 8
(#219) Line indented incorrectly; expected at least 15 spaces, found 12
(#220) Line indented incorrectly; expected 11 spaces, found 8
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 9
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 9
(#264) Short array syntax must be used to define arrays
(#276) Short array syntax must be used to define arrays
(#286) Short array syntax must be used to define arrays
(#286) Line exceeds 132 characters; contains 153 characters
(#287) Line exceeds 132 characters; contains 143 characters
(#288) Line exceeds 132 characters; contains 145 characters
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 4 spaces, found 1
(#299) Spaces must be used to indent lines; tabs are not allowed
(#300) Expected 2 spaces before asterisk; 5 found
(#301) Expected 2 spaces before asterisk; 5 found
(#302) Spaces must be used to indent lines; tabs are not allowed
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#307) Short array syntax must be used to define arrays
(#309) Short array syntax must be used to define arrays
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 4 spaces, found 1
(#332) Usage of ELSEIF not allowed; use ELSE IF instead
(#333) Line exceeds 132 characters; contains 138 characters
(#340) Line exceeds 132 characters; contains 165 characters
(#344) Line exceeds 132 characters; contains 134 characters
(#385) Short array syntax must be used to define arrays
(#385) Line exceeds 132 characters; contains 147 characters
(#389) Expected 1 space before "/"; 0 found
(#389) Expected 1 space after "/"; 0 found
(#390) Expected 1 space before "/"; 0 found
(#390) Expected 1 space after "/"; 0 found
(#394) Variable "v1_grades" must not contain underscores.
(#396) Inline doc block comments are not allowed; use "// Comment." instead
(#398) Line exceeds 132 characters; contains 141 characters
(#406) Variable "v1_grades" must not contain underscores.
(#406) Variable "v1_grades" must not contain underscores.
(#411) Variable "grading_info" must not contain underscores.
(#413) Variable "grading_info" must not contain underscores.
(#413) Variable "grading_info" must not contain underscores.
(#414) Variable "v1_grades" must not contain underscores.
(#414) Line exceeds 132 characters; contains 135 characters
(#438) Variable "grading_info" must not contain underscores.
(#441) Variable "grading_info" must not contain underscores.
(#449) Variable "grade_item" must not contain underscores.
(#449) Short array syntax must be used to define arrays
(#449) Variable "grading_info" must not contain underscores.
(#450) Variable "grade_item" must not contain underscores.
(#452) Variable "grade_grade" must not contain underscores.
(#452) Short array syntax must be used to define arrays
(#452) Variable "grade_item" must not contain underscores.
(#453) Variable "grade_grade" must not contain underscores.
(#453) Variable "grade_item" must not contain underscores.
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Variable "grade_grade" must not contain underscores.
(#466) Short array syntax must be used to define arrays
(#468) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#470) Short array syntax must be used to define arrays
(#470) Line exceeds 132 characters; contains 154 characters
(#471) Short array syntax must be used to define arrays
(#471) Line exceeds 132 characters; contains 149 characters
(#475) Short array syntax must be used to define arrays
(#475) Line exceeds 132 characters; contains 142 characters
(#480) Variable "v1_grades" must not contain underscores.
(#481) Variable "v2_grades" must not contain underscores.
(#484) Variable "v1_grades" must not contain underscores.
(#484) Variable "v2_grades" must not contain underscores.
(#499) No one-line description found in phpdocs for docblock of function get_grades_array
(#503) Short array syntax must be used to define arrays
(#508) Variable "enrolled_students" must not contain underscores.
(#510) Short array syntax must be used to define arrays
(#511) Variable "enrolled_students" must not contain underscores.
(#517) Short array syntax must be used to define arrays
(#519) Variable "grade_item" must not contain underscores.
(#520) Variable "grade_item" must not contain underscores.
(#530) Variable "course_id" must not contain underscores.
(#544) Variable "course_id" must not contain underscores.
(#555) Docblock tag "@global" is not recommended.
(#561) Short array syntax must be used to define arrays
(#568) Short array syntax must be used to define arrays
(#571) Short array syntax must be used to define arrays
(#571) Line exceeds 132 characters; contains 135 characters
(#572) Short array syntax must be used to define arrays
(#573) Short array syntax must be used to define arrays
(#578) Short array syntax must be used to define arrays
(#579) Short array syntax must be used to define arrays
(#581) Short array syntax must be used to define arrays
(#582) Short array syntax must be used to define arrays
(#582) Line exceeds 132 characters; contains 134 characters
(#584) Short array syntax must be used to define arrays
(#610) Short array syntax must be used to define arrays
(#633) Must use "self::" for local static member reference
(#651) Short array syntax must be used to define arrays
(#653) Short array syntax must be used to define arrays
(#657) Short array syntax must be used to define arrays
(#658) Short array syntax must be used to define arrays
(#660) Short array syntax must be used to define arrays
(#663) Short array syntax must be used to define arrays
(#663) Line exceeds 132 characters; contains 133 characters
(#669) Short array syntax must be used to define arrays
(#671) Short array syntax must be used to define arrays
(#674) There should be a comma after the last array item in a multi-line array.
(#677) Short array syntax must be used to define arrays
(#677) Commas (,) must be followed by white space.
(#693) Short array syntax must be used to define arrays
(#698) Missing docblock for function check_account
(#705) Variable "errorType" must be all lower-case
(#708) Variable "errorType" must be all lower-case
(#708) Line exceeds 132 characters; contains 134 characters
(#711) Logical operator "and" is prohibited; use "&&" instead
(#714) Logical operator "and" is prohibited; use "&&" instead
(#726) No one-line description found in phpdocs for docblock of function getCourseid
(#726) Public method name "v1migration::getCourseid" must be in lower-case letters only
(#733) No one-line description found in phpdocs for docblock of function getV1assignment
(#733) Public method name "v1migration::getV1assignment" must be in lower-case letters only
mod/turnitintooltwo/classes/view/members.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing @copyright tag
(#19) Missing @license tag
(#25) DocBlock missing a @package tag for class members_view. Expected @package mod_turnitintooltwo
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#31) Missing docblock for function __construct
(#54) Short array syntax must be used to define arrays
(#70) Expected 0 spaces after "is_tutor"; 1 found
(#81) Expected 0 spaces after "get_role_for_display_role"; 1 found
(#93) Expected 0 spaces after "build_intro_message"; 1 found
(#113) Expected 0 spaces after "build_members_table"; 1 found
(#129) Expected 0 spaces after "build_add_tutors_form"; 1 found
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
mod/turnitintooltwo/db/access.php
(#1) No one-line description found in phpdocs for docblock of file access.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file access.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#24) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#30) Short array syntax must be used to define arrays
(#34) There should be a comma after the last array item in a multi-line array.
(#35) There should be a comma after the last array item in a multi-line array.
(#38) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#45) There should be a comma after the last array item in a multi-line array.
(#46) There should be a comma after the last array item in a multi-line array.
(#49) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#54) There should be a comma after the last array item in a multi-line array.
(#55) There should be a comma after the last array item in a multi-line array.
(#58) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#64) There should be a comma after the last array item in a multi-line array.
(#65) There should be a comma after the last array item in a multi-line array.
(#68) Short array syntax must be used to define arrays
(#73) Short array syntax must be used to define arrays
(#75) There should be a comma after the last array item in a multi-line array.
(#77) There should be a comma after the last array item in a multi-line array.
(#78) There should be a comma after the last array item in a multi-line array.
(#79) File must end with a newline character
mod/turnitintooltwo/db/install.php
(#1) No one-line description found in phpdocs for docblock of file install.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file install.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#22) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#40) Short array syntax must be used to define arrays
(#50) function name "copyStudentPrivacySettings" must be lower-case letters only
(#57) Short array syntax must be used to define arrays
mod/turnitintooltwo/db/log.php
(#1) No one-line description found in phpdocs for docblock of file log.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file log.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#24) Short array syntax must be used to define arrays
(#25) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#27) Short array syntax must be used to define arrays
(#27) There should be a comma after the last array item in a multi-line array.
(#28) File must end with a newline character
mod/turnitintooltwo/db/messages.php
(#1) No one-line description found in phpdocs for docblock of file messages.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file messages.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#23) Short array syntax must be used to define arrays
(#25) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#30) Short array syntax must be used to define arrays
(#31) There should be a comma after the last array item in a multi-line array.
(#32) File must end with a newline character
mod/turnitintooltwo/db/tasks.php
(#1) No one-line description found in phpdocs for docblock of file tasks.php
(#17) Missing @copyright tag
(#17) Missing @license tag
(#18) Incorrect @package tag for file tasks.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#23) Short array syntax must be used to define arrays
(#24) Short array syntax must be used to define arrays
(#31) There should be a comma after the last array item in a multi-line array.
(#32) There should be a comma after the last array item in a multi-line array.
(#33) File must end with a newline character
mod/turnitintooltwo/db/upgrade.php
(#1) No one-line description found in phpdocs for docblock of file upgrade.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file upgrade.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#22) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#24) Missing docblock for function xmldb_turnitintooltwo_upgrade
(#70) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#80) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#118) Short array syntax must be used to define arrays
(#218) Short array syntax must be used to define arrays
(#227) Line exceeds 132 characters; contains 150 characters
(#230) Line exceeds maximum limit of 180 characters; contains 242 characters
(#234) Commas (,) must be followed by white space.
(#248) Short array syntax must be used to define arrays
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
mod/turnitintooltwo/extras.php
(#1) No one-line description found in phpdocs for docblock of file extras.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file extras.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#47) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#84) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#92) Short array syntax must be used to define arrays
(#96) Short array syntax must be used to define arrays
(#103) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#109) Short array syntax must be used to define arrays
(#112) Short array syntax must be used to define arrays
(#117) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#122) Short array syntax must be used to define arrays
(#127) Short array syntax must be used to define arrays
(#159) Short array syntax must be used to define arrays
(#167) Short array syntax must be used to define arrays
(#174) Short array syntax must be used to define arrays
(#195) Short array syntax must be used to define arrays
(#209) Short array syntax must be used to define arrays
(#216) Short array syntax must be used to define arrays
(#233) Short array syntax must be used to define arrays
(#235) Short array syntax must be used to define arrays
(#235) Short array syntax must be used to define arrays
(#244) Short array syntax must be used to define arrays
(#245) Short array syntax must be used to define arrays
(#249) Short array syntax must be used to define arrays
(#262) File must end with a newline character
mod/turnitintooltwo/index.php
(#1) No one-line description found in phpdocs for docblock of file index.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file index.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#34) Short array syntax must be used to define arrays
(#38) Short array syntax must be used to define arrays
(#49) File must end with a newline character
mod/turnitintooltwo/jquery/plugins.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file plugins.php
(#19) Short array syntax must be used to define arrays
(#20) Short array syntax must be used to define arrays
(#20) Short array syntax must be used to define arrays
(#21) Short array syntax must be used to define arrays
(#21) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#23) Short array syntax must be used to define arrays
(#23) Short array syntax must be used to define arrays
(#24) Short array syntax must be used to define arrays
(#24) Short array syntax must be used to define arrays
(#25) Short array syntax must be used to define arrays
(#25) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#27) Short array syntax must be used to define arrays
(#27) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#30) Short array syntax must be used to define arrays
(#30) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#31) There should be a comma after the last array item in a multi-line array.
(#32) File must end with a newline character
mod/turnitintooltwo/lang/ar/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinuseerater_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/ca/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#87) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#90) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#93) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#168) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#180) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#187) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#190) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#204) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#206) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#209) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#213) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#214) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#217) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#218) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#220) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#222) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#224) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#227) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#229) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#230) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#231) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowser" is not in the correct order, it should be before "turnitinstudents_desc"
(#363) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#366) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#369) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#371) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#372) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#375) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#377) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#379) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#383) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#385) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#388) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#390) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#391) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#394) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#399) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#400) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#405) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#408) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#411) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#413) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#414) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#417) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#418) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#419) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#421) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#423) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#427) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#428) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#431) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#434) The string key "pp_submission_error" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "pp_configuredesc" is not in the correct order, it should be before "pp_submission_error"
(#436) The string key "coursestomigrate" is not in the correct order, it should be before "pp_configuredesc"
(#438) The string key "gradingtemplate" is not in the correct order, it should be before "migrationheader"
(#439) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#443) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#448) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#451) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#453) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#454) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#455) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#457) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#458) The string key "errorcode1" is not in the correct order, it should be before "useturnitin_mod"
(#462) The string key "errorcode3" is not in the correct order, it should be before "pastfiveattempts"
(#466) The string key "redirecttoeula" is not in the correct order, it should be before "turnitinppula"
(#467) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#468) The string key "errorenrollingall" is not in the correct order, it should be before "filedoesnotexist"
(#471) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#476) The string key "pp_assignmentsubmiterror" is not in the correct order, it should be before "pp_classcreationerror"
(#477) The string key "listsubmissions" is not in the correct order, it should be before "pp_assignmentsubmiterror"
(#479) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#481) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#486) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
(#491) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#493) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#494) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#495) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#497) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#500) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#503) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#504) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#505) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#507) The string key "anonalert" is not in the correct order, it should be before "ppanonmarkingnote"
(#509) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
mod/turnitintooltwo/lang/cs/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/de/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/en/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#87) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#90) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#93) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#168) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#180) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#187) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#190) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#204) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#206) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#209) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#213) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#214) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#217) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#218) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#220) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#222) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#224) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#227) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#229) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#230) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#231) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#234) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#235) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#236) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#239) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#241) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#244) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#245) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#249) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#251) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#256) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#257) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#259) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#260) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#263) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#265) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#266) The string key "id" is not in the correct order, it should be before "integration"
(#267) The string key "course" is not in the correct order, it should be before "id"
(#269) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#271) The string key "similarity" is not in the correct order, it should be before "source"
(#272) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#273) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#275) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#276) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#278) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#282) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#283) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#286) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#289) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#297) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#299) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#301) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#302) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#303) The string key "files" is not in the correct order, it should be before "instructor"
(#304) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#305) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#306) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#308) The string key "created" is not in the correct order, it should be before "inactive"
(#311) The string key "sprevious" is not in the correct order, it should be before "user"
(#312) The string key "snext" is not in the correct order, it should be before "sprevious"
(#313) The string key "semptytable" is not in the correct order, it should be before "snext"
(#316) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#318) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#320) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#324) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#326) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#333) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#336) The string key "faultcode" is not in the correct order, it should be before "settings"
(#339) The string key "code" is not in the correct order, it should be before "message"
(#343) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#345) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#347) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#348) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#350) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#352) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#356) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#359) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#364) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#367) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#370) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#372) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#373) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#376) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#378) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#380) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#384) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#386) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#389) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#391) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#392) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#395) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#400) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#401) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#406) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#409) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#412) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#414) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#415) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#418) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#419) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#420) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#422) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#424) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#428) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#429) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#432) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#435) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#437) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#441) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#446) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#449) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#451) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#452) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#453) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#455) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#456) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#458) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#459) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#461) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#465) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#467) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#472) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
(#478) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#480) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#481) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#482) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#484) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#487) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#490) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#491) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#492) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#493) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#495) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#497) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#498) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#499) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#501) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#503) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#506) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#507) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#508) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#510) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#511) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#512) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#519) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#520) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#525) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#528) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#530) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#531) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#532) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#533) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#534) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#539) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#541) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#544) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#550) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#553) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#556) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#560) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#561) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#568) The string key "migrationtooltitle" is not in the correct order, it should be before "refreshingallgrades"
(#569) The string key "migrationtoolinfo" is not in the correct order, it should be before "migrationtooltitle"
(#570) The string key "migrateassignment" is not in the correct order, it should be before "migrationtoolinfo"
(#571) The string key "dontmigrateassignment" is not in the correct order, it should be before "migrateassignment"
(#573) The string key "migrationinprogress" is not in the correct order, it should be before "tii2updateerror"
(#574) The string key "migrated" is not in the correct order, it should be before "migrationinprogress"
(#576) The string key "v1migrationsubtitle" is not in the correct order, it should be before "v1migrationtitle"
(#577) The string key "migrationtoolintro" is not in the correct order, it should be before "v1migrationsubtitle"
(#578) The string key "enablemigrationtool" is not in the correct order, it should be before "migrationtoolintro"
(#579) Unexpected string end, it should be a line feed after a semicolon
(#580) The string key "migration:manual" is not in the correct order, it should be before "migration:off"
(#581) The string key "migration:auto" is not in the correct order, it should be before "migration:manual"
(#582) The string key "enablemigrationtoolsuccess" is not in the correct order, it should be before "migration:auto"
(#583) The string key "enablemigrationtoolfail" is not in the correct order, it should be before "enablemigrationtoolsuccess"
(#586) The string key "migration_event_name" is not in the correct order, it should be before "migrationredirect"
(#587) The string key "migration_event_desc" is not in the correct order, it should be before "migration_event_name"
(#590) The string key "migrationtoolprogress" is not in the correct order, it should be before "migrationtoolv1list"
(#591) The string key "delete_selected" is not in the correct order, it should be before "migrationtoolprogress"
(#593) The string key "complete" is not in the correct order, it should be before "v1assignmentsdeleted"
(#594) The string key "assignments" is not in the correct order, it should be before "complete"
(#596) The string key "assignmentid" is not in the correct order, it should be before "migrationtoolerror"
(#598) The string key "migration_status" is not in the correct order, it should be before "migrationassignmenttitle"
(#599) The string key "delete_selected" is duplicated
(#600) The string key "v1assignmentsdeleted" is duplicated
(#604) The string key "edit" is not in the correct order, it should be before "studentlastname"
(#608) The string key "migrationtooltitle" is duplicated
(#609) The string key "migrationtoolinfo" is duplicated
(#610) The string key "migrateassignment" is duplicated
(#611) The string key "dontmigrateassignment" is duplicated
(#612) The string key "tii2updateerror" is duplicated
(#613) The string key "migrationinprogress" is duplicated
(#614) The string key "migrated" is duplicated
(#615) The string key "v1migrationtitle" is duplicated
(#616) The string key "v1migrationsubtitle" is duplicated
(#617) The string key "migrationtoolintro" is duplicated
(#618) The string key "enablemigrationtool" is duplicated
(#619) The string key "enablemigrationtool_help" is not in the correct order, it should be before "exportpdf"
(#620) The string key "migration:off" is duplicated
(#621) The string key "migration:manual" is duplicated
(#622) The string key "migration:auto" is duplicated
(#623) The string key "enablemigrationtoolsuccess" is duplicated
(#624) The string key "enablemigrationtoolfail" is duplicated
(#625) The string key "migrating" is duplicated
(#626) The string key "migrationredirect" is duplicated
(#627) The string key "migration_event_name" is duplicated
(#628) The string key "migration_event_desc" is duplicated
(#629) The string key "complete" is duplicated
(#630) The string key "assignments" is duplicated
(#631) The string key "migrationtoolerror" is duplicated
(#632) The string key "assignmentid" is duplicated
(#633) The string key "migrationassignmenttitle" is duplicated
(#634) The string key "migration_status" is duplicated
(#635) The string key "migrationtoolaccounterror" is duplicated
(#638) The string key "confirmv1deletetitle" is not in the correct order, it should be before "migrationselectall"
(#639) The string key "confirmv1deletetext" is not in the correct order, it should be before "confirmv1deletetitle"
(#642) The string key "notadmin" is not in the correct order, it should be before "slengthmigrationmenu"
(#643) The string key "migrationactivationsuccess" is not in the correct order, it should be before "notadmin"
(#644) The string key "migrationactivationfailure" is not in the correct order, it should be before "migrationactivationsuccess"
(#645) The string key "activatemigration" is not in the correct order, it should be before "migrationactivationfailure"
(#650) The string key "migrationtool:gradebookerror" is not in the correct order, it should be before "reportgenspeed_resubmission"
(#654) Unexpected comment found. Auto-fixing will not work after this comment
(#658) The string key "privacy:metadata:turnitintooltwo_users:turnitin_uid" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_users:userid"
(#659) The string key "privacy:metadata:turnitintooltwo_users:instructor_defaults" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_users:turnitin_uid"
(#663) The string key "privacy:metadata:turnitintooltwo_submissions" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_users:user_agreement_accepted"
(#665) The string key "privacy:metadata:turnitintooltwo_submissions:submission_title" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:userid"
(#666) The string key "privacy:metadata:turnitintooltwo_submissions:submission_filename" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_title"
(#669) The string key "privacy:metadata:turnitintooltwo_submissions:submission_grade" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_score"
(#670) The string key "privacy:metadata:turnitintooltwo_submissions:submission_attempts" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_grade"
(#674) The string key "privacy:metadata:turnitintooltwo_submissions:submission_transmatch" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_unanonreason"
(#675) The string key "privacy:metadata:turnitintooltwo_submissions:submission_orcapable" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_transmatch"
(#676) The string key "privacy:metadata:turnitintooltwo_submissions:submission_hash" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_orcapable"
(#678) The string key "privacy:metadata:turnitintooltwo_client" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_submissions:submission_hash"
(#683) The string key "privacy:metadata:turnitintooltwo_client:submission_filename" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_client:submission_title"
(#684) The string key "privacy:metadata:turnitintooltwo_client:submission_content" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_client:submission_filename"
(#685) The string key "max_marks_warning" is not in the correct order, it should be before "privacy:metadata:turnitintooltwo_client:submission_content"
(#686) The string key "download_button_warning" is not in the correct order, it should be before "max_marks_warning"
(#688) Unexpected string end, it should be a line feed after a semicolon
(#688) File must end with a newline character
mod/turnitintooltwo/lang/es/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/fi/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/fr/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/it/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/ja/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/ko/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/nl/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/pl/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/pt_br/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/ro/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/ru/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/sv/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/tr/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/vi/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/zh_cn/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#562) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lang/zh_tw/turnitintooltwo.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file turnitintooltwo.php
(#60) The string key "institutionalchecksettings" is not in the correct order, it should be before "institutionalrepository"
(#61) The string key "institutionalcheck" is not in the correct order, it should be before "institutionalchecksettings"
(#71) The string key "modulename" is not in the correct order, it should be before "pluginname"
(#86) The string key "partdeleteerror" is not in the correct order, it should be before "partupdateerror"
(#89) The string key "partgeterror" is not in the correct order, it should be before "partposterror"
(#92) The string key "partdueerror" is not in the correct order, it should be before "partnameerror"
(#166) The string key "turnitintooltwo:read" is not in the correct order, it should be before "turnitintooltwo:submit"
(#178) The string key "turnitintooltwoagreement_desc" is not in the correct order, it should be before "turnitintooltwoupdateerror"
(#185) The string key "turnitinusegrademark_desc" is not in the correct order, it should be before "turnitinusegrademark_help"
(#188) The string key "turnitintutorsremove" is not in the correct order, it should be before "turnitinuserepository_desc"
(#202) The string key "copyassigndata" is not in the correct order, it should be before "wrongaccountid"
(#204) The string key "downloadexport" is not in the correct order, it should be before "replaceassigndata"
(#207) The string key "downloadgradexls" is not in the correct order, it should be before "downloadpdfzip"
(#211) The string key "turnitintutors_desc" is not in the correct order, it should be before "turnitintutorsallenrolled"
(#212) The string key "duplicatesfound" is not in the correct order, it should be before "turnitintutors_desc"
(#215) The string key "erater_dictionary" is not in the correct order, it should be before "erater_handbook"
(#216) The string key "erater_categories" is not in the correct order, it should be before "erater_dictionary"
(#218) The string key "erater_grammar" is not in the correct order, it should be before "erater_spelling"
(#220) The string key "erater_mechanics" is not in the correct order, it should be before "erater_usage"
(#222) The string key "erater_handbook_advanced" is not in the correct order, it should be before "erater_style"
(#225) The string key "erater_handbook_elementary" is not in the correct order, it should be before "erater_handbook_middleschool"
(#227) The string key "erater_dictionary_enus" is not in the correct order, it should be before "erater_handbook_learners"
(#228) The string key "erater_dictionary_engb" is not in the correct order, it should be before "erater_dictionary_enus"
(#229) The string key "erater_dictionary_en" is not in the correct order, it should be before "erater_dictionary_engb"
(#232) The string key "student_read" is not in the correct order, it should be before "turnitinusegrammar_desc"
(#233) The string key "student_notread" is not in the correct order, it should be before "student_read"
(#234) The string key "relinkusers" is not in the correct order, it should be before "student_notread"
(#237) The string key "turnitinid" is not in the correct order, it should be before "usersunlinkrelink"
(#239) The string key "defaults" is not in the correct order, it should be before "turnitinsubmissionid"
(#242) The string key "coursemodidincorrect" is not in the correct order, it should be before "upgradeavailable"
(#243) The string key "coursemisconfigured" is not in the correct order, it should be before "coursemodidincorrect"
(#247) The string key "migrationassignmentcreated" is not in the correct order, it should be before "yes"
(#249) The string key "migrationassignmentcreationerror" is not in the correct order, it should be before "migrationassignmentpartcreated"
(#254) The string key "migrationcoursecreatederror" is not in the correct order, it should be before "migrationcoursecreateerror"
(#255) The string key "migrationcoursecreated" is not in the correct order, it should be before "migrationcoursecreatederror"
(#257) The string key "migrationassignmentgeterror" is not in the correct order, it should be before "migrationcoursegeterror"
(#258) The string key "getassignmenterror" is not in the correct order, it should be before "migrationassignmentgeterror"
(#261) The string key "nointegration" is not in the correct order, it should be before "nosubmissiondataavailable"
(#263) The string key "integration" is not in the correct order, it should be before "testingconnection"
(#264) The string key "id" is not in the correct order, it should be before "integration"
(#265) The string key "course" is not in the correct order, it should be before "id"
(#267) The string key "module" is not in the correct order, it should be before "selectcoursecategory"
(#269) The string key "similarity" is not in the correct order, it should be before "source"
(#270) The string key "moodlelinked" is not in the correct order, it should be before "similarity"
(#271) The string key "coursegettiierror" is not in the correct order, it should be before "moodlelinked"
(#273) The string key "savecourseenddate" is not in the correct order, it should be before "savecourseenddateerror"
(#274) The string key "newcourseenddate" is not in the correct order, it should be before "savecourseenddate"
(#276) The string key "close" is not in the correct order, it should be before "newenddatedesc"
(#280) The string key "messagesinbox" is not in the correct order, it should be before "setinstructordefaults_help"
(#281) The string key "downloadgrademarkzip" is not in the correct order, it should be before "messagesinbox"
(#284) The string key "emptycreatedfile" is not in the correct order, it should be before "uploadingsubtoturnitin"
(#287) The string key "enablepseudo" is not in the correct order, it should be before "studentdataprivacy_desc"
(#295) The string key "pseudoemailsalt" is not in the correct order, it should be before "pseudolastnamegen_desc"
(#297) The string key "pseudoemaildomain" is not in the correct order, it should be before "pseudoemailsalt_desc"
(#299) The string key "pseudoemailaddress" is not in the correct order, it should be before "pseudoemaildomain_desc"
(#300) The string key "instructor" is not in the correct order, it should be before "pseudoemailaddress"
(#301) The string key "files" is not in the correct order, it should be before "instructor"
(#302) The string key "filedeleteconfirm" is not in the correct order, it should be before "files"
(#303) The string key "filebrowser" is not in the correct order, it should be before "filedeleteconfirm"
(#304) The string key "deletable" is not in the correct order, it should be before "filebrowser"
(#306) The string key "created" is not in the correct order, it should be before "inactive"
(#309) The string key "sprevious" is not in the correct order, it should be before "user"
(#310) The string key "snext" is not in the correct order, it should be before "sprevious"
(#311) The string key "semptytable" is not in the correct order, it should be before "snext"
(#314) The string key "sprocessing" is not in the correct order, it should be before "ssearch"
(#316) The string key "sinfo" is not in the correct order, it should be before "szerorecords"
(#318) The string key "modulename_help" is not in the correct order, it should be before "unlinkedusers"
(#322) The string key "copyrightagreementerror" is not in the correct order, it should be before "turnitintooltwo:addinstance"
(#324) The string key "grademark" is not in the correct order, it should be before "updatepart"
(#331) The string key "noturnitinassignemnts" is not in the correct order, it should be before "tutorremovingerror"
(#334) The string key "faultcode" is not in the correct order, it should be before "settings"
(#337) The string key "code" is not in the correct order, it should be before "message"
(#341) The string key "membercheckerror" is not in the correct order, it should be before "userremoveerror"
(#343) The string key "createassignmenterror" is not in the correct order, it should be before "tiiusergeterror"
(#345) The string key "deleteassignmenterror" is not in the correct order, it should be before "editassignmenterror"
(#346) The string key "createsubmissionerror" is not in the correct order, it should be before "deleteassignmenterror"
(#348) The string key "tiisubmissiongeterror" is not in the correct order, it should be before "updatesubmissionerror"
(#350) The string key "enrolling" is not in the correct order, it should be before "tiisubmissionsgeterror"
(#354) The string key "studentremoved" is not in the correct order, it should be before "turnitinstudentsremove"
(#357) The string key "coursebrowserdesc" is not in the correct order, it should be before "turnitinstudents_desc"
(#362) The string key "createmoodleassignments" is not in the correct order, it should be before "createmoodlecourses"
(#365) The string key "createcourse" is not in the correct order, it should be before "recreatemulticlassescomplete"
(#368) The string key "defaultcoursetiititle" is not in the correct order, it should be before "selectcourse"
(#370) The string key "downloadassignment" is not in the correct order, it should be before "or"
(#371) The string key "assignmenttitle" is not in the correct order, it should be before "downloadassignment"
(#374) The string key "noreason" is not in the correct order, it should be before "revealdesc"
(#376) The string key "digitalreceipt" is not in the correct order, it should be before "unanonymiseerror"
(#378) The string key "noscript" is not in the correct order, it should be before "viewdigitalreceipt"
(#382) The string key "hidesummary" is not in the correct order, it should be before "showsummary"
(#384) The string key "deletepart" is not in the correct order, it should be before "marksavailable"
(#387) The string key "coursebrowserassignmentdesc" is not in the correct order, it should be before "turnitin"
(#389) The string key "turnitingmoptions" is not in the correct order, it should be before "turnitinoroptions"
(#390) The string key "attachrubric" is not in the correct order, it should be before "turnitingmoptions"
(#393) The string key "attachrubricnote" is not in the correct order, it should be before "otherrubric"
(#398) The string key "launchquickmarkmanager" is not in the correct order, it should be before "launchrubricviewshort"
(#399) The string key "launchpeermarkmanager" is not in the correct order, it should be before "launchquickmarkmanager"
(#404) The string key "hidepeermark" is not in the correct order, it should be before "showpeermark"
(#407) The string key "hidepeermarkinstructions" is not in the correct order, it should be before "showpeermarkinstructions"
(#410) The string key "nonenrolledstudent" is not in the correct order, it should be before "turnitinenablepeermark_desc"
(#412) The string key "searchcourses" is not in the correct order, it should be before "startdatenotyearago"
(#413) The string key "errorsdesc" is not in the correct order, it should be before "searchcourses"
(#416) The string key "turnitinconfig" is not in the correct order, it should be before "useturnitin"
(#417) The string key "studentdisclosuredefault" is not in the correct order, it should be before "turnitinconfig"
(#418) The string key "studentdisclosure" is not in the correct order, it should be before "studentdisclosuredefault"
(#420) The string key "settingsinserterror" is not in the correct order, it should be before "studentdisclosure_help"
(#422) The string key "config" is not in the correct order, it should be before "settingsupdateerror"
(#426) The string key "defaultsdesc" is not in the correct order, it should be before "turnitinpluginsettings"
(#427) The string key "compareinstitution" is not in the correct order, it should be before "defaultsdesc"
(#430) The string key "defaultupdated" is not in the correct order, it should be before "defaultupdateerror"
(#433) The string key "coursestomigrate" is not in the correct order, it should be before "pp_updatesubmissionerror"
(#435) The string key "allownonor" is not in the correct order, it should be before "gradingtemplate"
(#439) The string key "draftsubmit" is not in the correct order, it should be before "submitnothingwarning"
(#444) The string key "autorefreshgrades" is not in the correct order, it should be before "turnitindiagnostic_desc"
(#447) The string key "nogrades" is not in the correct order, it should be before "yesgrades"
(#449) The string key "noxmlwriterlibrary" is not in the correct order, it should be before "submissionagreementerror"
(#450) The string key "checkupgrade" is not in the correct order, it should be before "noxmlwriterlibrary"
(#451) The string key "checkingupgrade" is not in the correct order, it should be before "checkupgrade"
(#453) The string key "useturnitin_mod" is not in the correct order, it should be before "usinglatest"
(#454) The string key "notorcapable" is not in the correct order, it should be before "useturnitin_mod"
(#456) The string key "filedoesnotexist" is not in the correct order, it should be before "redirecttoeula"
(#457) The string key "eventremoved" is not in the correct order, it should be before "filedoesnotexist"
(#459) The string key "enableperformancelogs" is not in the correct order, it should be before "partnametoolarge"
(#463) The string key "listsubmissionsdesc" is not in the correct order, it should be before "viewsubmission"
(#465) The string key "addsubmissiondesc" is not in the correct order, it should be before "viewsubmissiondesc"
(#469) The string key "repositoryoptions_0" is not in the correct order, it should be before "turnitinrepositoryoptions_desc"
(#474) The string key "turnitinula" is not in the correct order, it should be before "turnitinula_btn"
(#476) The string key "turnitintoolofflineerror" is not in the correct order, it should be before "upgradenotavailable"
(#477) The string key "offlinestatus" is not in the correct order, it should be before "turnitintoolofflineerror"
(#478) The string key "disableanonconfirm" is not in the correct order, it should be before "offlinestatus"
(#480) The string key "closebutton" is not in the correct order, it should be before "uniquepartname"
(#483) The string key "receiptassignmenttitle" is not in the correct order, it should be before "submissiondate"
(#486) The string key "submissionauthor" is not in the correct order, it should be before "turnitinpaperid"
(#487) The string key "receiptparagraph" is not in the correct order, it should be before "submissionauthor"
(#488) The string key "objectid" is not in the correct order, it should be before "receiptparagraph"
(#489) The string key "anonalert" is not in the correct order, it should be before "objectid"
(#491) The string key "tii_submission_failure" is not in the correct order, it should be before "turnitinapiurl_desc"
(#493) The string key "turnitinanon_help" is not in the correct order, it should be before "turnitinrefreshingsubmissions"
(#494) The string key "digital_receipt_subject" is not in the correct order, it should be before "turnitinanon_help"
(#495) The string key "digital_receipt_message" is not in the correct order, it should be before "digital_receipt_subject"
(#497) The string key "errorenrollingall" is not in the correct order, it should be before "messageprovider:submission"
(#499) The string key "pp_classcreationerror" is not in the correct order, it should be before "ppassignmentcreateerror"
(#502) The string key "turnitinppulapost" is not in the correct order, it should be before "turnitinppulapre"
(#503) The string key "listsubmissionsdesc_student" is not in the correct order, it should be before "turnitinppulapost"
(#504) The string key "gradenosubmission" is not in the correct order, it should be before "listsubmissionsdesc_student"
(#506) The string key "resubmittoturnitin" is not in the correct order, it should be before "turnitinstatus"
(#507) The string key "resubmitting" is not in the correct order, it should be before "resubmittoturnitin"
(#508) The string key "addresubmissiontiidesc" is not in the correct order, it should be before "resubmitting"
(#515) The string key "resubmitselected" is not in the correct order, it should be before "sharedrubric"
(#516) The string key "layoutoptions_0" is not in the correct order, it should be before "resubmitselected"
(#521) The string key "nonsubmittersmessage" is not in the correct order, it should be before "nonsubmitterssubject"
(#524) The string key "nonsubmitterserror" is not in the correct order, it should be before "nonsubmitterssubmit"
(#526) The string key "nonsubmittersmessageerror" is not in the correct order, it should be before "nonsubmitterssubjecterror"
(#527) The string key "nonsubmittersformsuccess" is not in the correct order, it should be before "nonsubmittersmessageerror"
(#528) The string key "messageprovider:nonsubmitters" is not in the correct order, it should be before "nonsubmittersformsuccess"
(#529) The string key "checkagainstnote" is not in the correct order, it should be before "messageprovider:nonsubmitters"
(#530) The string key "anonblindmarkingnote" is not in the correct order, it should be before "checkagainstnote"
(#535) The string key "cronsubmittedsuccessfully" is not in the correct order, it should be before "displaygradesaspercent"
(#537) The string key "nombstringlibrary" is not in the correct order, it should be before "ppassignmentediterror"
(#540) The string key "instructorreceipt" is not in the correct order, it should be before "receipt_instructor_copy_subject"
(#546) The string key "crontaskmodeactive" is not in the correct order, it should be before "task_name"
(#549) The string key "helpdesklink" is not in the correct order, it should be before "turnitinhelpdesk"
(#552) The string key "tiiaccountconfig" is not in the correct order, it should be before "turnitinsettingshelpwizard_desc"
(#556) The string key "tiidebugginglogs" is not in the correct order, it should be before "tiimiscsettings"
(#557) The string key "diagnosticoptions_0" is not in the correct order, it should be before "tiidebugginglogs"
(#563) The string key "migrationtoolv1list" is not in the correct order, it should be before "turnitinrepositoryoptions_help"
mod/turnitintooltwo/lib.php
(#20) Incorrect @package tag for file lib.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#95) Short array syntax must be used to define arrays
(#98) Short array syntax must be used to define arrays
(#98) There should be a comma after the last array item in a multi-line array.
(#111) No one-line description found in phpdocs for docblock of function turnitintooltwo_supports
(#112) Logical operator "or" is prohibited; use "||" instead
(#132) No one-line description found in phpdocs for docblock of function turnitintooltwo_get_version
(#134) Short array syntax must be used to define arrays
(#142) No one-line description found in phpdocs for docblock of function turnitintooltwo_admin_config
(#170) Short array syntax must be used to define arrays
(#172) Logical operator "and" is prohibited; use "&&" instead
(#217) Short array syntax must be used to define arrays
(#231) Missing docblock for function turnitintooltwo_grade_item_update
(#235) Short array syntax must be used to define arrays
(#253) Short array syntax must be used to define arrays
(#273) Docblock tag "@global" is not recommended.
(#282) Missing docblock for function turnitintooltwo_update_instance
(#288) Missing docblock for function turnitintooltwo_edit_instance
(#325) Docblock tag "@global" is not recommended.
(#336) Short array syntax must be used to define arrays
(#343) Short array syntax must be used to define arrays
(#348) Short array syntax must be used to define arrays
(#354) Short array syntax must be used to define arrays
(#386) Short array syntax must be used to define arrays
(#392) Short array syntax must be used to define arrays
(#409) Short array syntax must be used to define arrays
(#496) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) Line exceeds 132 characters; contains 148 characters
(#498) Line exceeds 132 characters; contains 146 characters
(#499) Line exceeds 132 characters; contains 147 characters
(#506) Line exceeds 132 characters; contains 134 characters
(#535) Short array syntax must be used to define arrays
(#544) Short array syntax must be used to define arrays
(#574) Inline comments must end in full-stops, exclamation marks, or question marks
(#577) Inline comments must end in full-stops, exclamation marks, or question marks
(#580) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#645) Short array syntax must be used to define arrays
(#655) Short array syntax must be used to define arrays
(#658) There should be a comma after the last array item in a multi-line array.
(#687) Short array syntax must be used to define arrays
(#718) Short array syntax must be used to define arrays
(#746) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#746) Line exceeds 132 characters; contains 172 characters
(#757) Short array syntax must be used to define arrays
(#772) Short array syntax must be used to define arrays
(#803) Short array syntax must be used to define arrays
(#865) Logical operator "and" is prohibited; use "&&" instead
(#884) Short array syntax must be used to define arrays
(#886) There should be a comma after the last array item in a multi-line array.
(#957) Short array syntax must be used to define arrays
(#959) Short array syntax must be used to define arrays
(#968) Short array syntax must be used to define arrays
(#980) Short array syntax must be used to define arrays
(#992) Short array syntax must be used to define arrays
(#1003) Short array syntax must be used to define arrays
(#1006) Short array syntax must be used to define arrays
(#1009) Short array syntax must be used to define arrays
(#1016) Short array syntax must be used to define arrays
(#1018) Short array syntax must be used to define arrays
(#1023) Short array syntax must be used to define arrays
(#1024) Short array syntax must be used to define arrays
(#1048) Short array syntax must be used to define arrays
(#1049) Short array syntax must be used to define arrays
(#1050) Short array syntax must be used to define arrays
(#1082) Short array syntax must be used to define arrays
(#1086) Short array syntax must be used to define arrays
(#1102) Short array syntax must be used to define arrays
(#1120) Short array syntax must be used to define arrays
(#1126) Short array syntax must be used to define arrays
(#1130) Short array syntax must be used to define arrays
(#1131) Short array syntax must be used to define arrays
(#1139) Short array syntax must be used to define arrays
(#1143) Short array syntax must be used to define arrays
(#1145) Short array syntax must be used to define arrays
(#1180) Missing docblock for function turnitintooltwo_sort_array
(#1196) Docblock tag "@global" is not recommended.
(#1197) Docblock tag "@global" is not recommended.
(#1198) Docblock tag "@global" is not recommended.
(#1207) Short array syntax must be used to define arrays
(#1224) Short array syntax must be used to define arrays
(#1228) Short array syntax must be used to define arrays
(#1229) Short array syntax must be used to define arrays
(#1233) Logical operator "and" is prohibited; use "&&" instead
(#1233) Logical operator "and" is prohibited; use "&&" instead
(#1233) Logical operator "and" is prohibited; use "&&" instead
(#1240) Short array syntax must be used to define arrays
(#1263) Logical operator "or" is prohibited; use "||" instead
(#1264) Short array syntax must be used to define arrays
(#1265) Short array syntax must be used to define arrays
(#1270) Short array syntax must be used to define arrays
(#1274) Short array syntax must be used to define arrays
(#1299) Short array syntax must be used to define arrays
(#1308) Logical operator "or" is prohibited; use "||" instead
(#1318) Docblock tag "@global" is not recommended.
(#1325) Short array syntax must be used to define arrays
(#1336) Short array syntax must be used to define arrays
(#1338) Short array syntax must be used to define arrays
(#1347) Short array syntax must be used to define arrays
(#1349) Short array syntax must be used to define arrays
(#1363) Docblock tag "@global" is not recommended.
(#1364) Docblock tag "@global" is not recommended.
(#1365) Docblock tag "@global" is not recommended.
(#1366) Docblock tag "@global" is not recommended.
(#1373) Short array syntax must be used to define arrays
(#1380) Short array syntax must be used to define arrays
(#1388) Short array syntax must be used to define arrays
(#1393) Short array syntax must be used to define arrays
(#1396) Short array syntax must be used to define arrays
(#1398) Logical operator "and" is prohibited; use "&&" instead
(#1408) Short array syntax must be used to define arrays
(#1454) Short array syntax must be used to define arrays
(#1454) Short array syntax must be used to define arrays
(#1470) Short array syntax must be used to define arrays
(#1471) Short array syntax must be used to define arrays
(#1472) Short array syntax must be used to define arrays
(#1473) Short array syntax must be used to define arrays
(#1474) Short array syntax must be used to define arrays
(#1487) Docblock tag "@global" is not recommended.
(#1488) Docblock tag "@global" is not recommended.
(#1495) Short array syntax must be used to define arrays
(#1502) Short array syntax must be used to define arrays
(#1507) Short array syntax must be used to define arrays
(#1508) Short array syntax must be used to define arrays
(#1509) Short array syntax must be used to define arrays
(#1510) Short array syntax must be used to define arrays
(#1528) Docblock tag "@global" is not recommended.
(#1529) Docblock tag "@global" is not recommended.
(#1545) Short array syntax must be used to define arrays
(#1556) Short array syntax must be used to define arrays
(#1558) Short array syntax must be used to define arrays
(#1561) Short array syntax must be used to define arrays
(#1568) Short array syntax must be used to define arrays
(#1569) Short array syntax must be used to define arrays
(#1570) Short array syntax must be used to define arrays
(#1571) Short array syntax must be used to define arrays
(#1572) Short array syntax must be used to define arrays
(#1573) Short array syntax must be used to define arrays
(#1594) Short array syntax must be used to define arrays
(#1596) Short array syntax must be used to define arrays
(#1597) Short array syntax must be used to define arrays
(#1598) Short array syntax must be used to define arrays
(#1600) Short array syntax must be used to define arrays
(#1601) Short array syntax must be used to define arrays
(#1602) Short array syntax must be used to define arrays
(#1609) Short array syntax must be used to define arrays
(#1609) Line exceeds 132 characters; contains 135 characters
(#1618) Short array syntax must be used to define arrays
(#1627) Short array syntax must be used to define arrays
(#1633) No one-line description found in phpdocs for docblock of function turnitintooltwo_genUuid
(#1633) function name "turnitintooltwo_genUuid" must be lower-case letters only
(#1650) No one-line description found in phpdocs for docblock of function turnitintooltwo_get_course_type
(#1661) No one-line description found in phpdocs for docblock of function turnitintooltwo_get_report_gen_speed_params
(#1712) Short array syntax must be used to define arrays
(#1717) Short array syntax must be used to define arrays
(#1721) Expected "if (...) {\n"; found "if (...) {\n"
(#1733) Short array syntax must be used to define arrays
(#1749) Short array syntax must be used to define arrays
(#1762) Short array syntax must be used to define arrays
(#1765) Short array syntax must be used to define arrays
(#1781) Short array syntax must be used to define arrays
(#1825) Line indented incorrectly; expected at least 4 spaces, found 2
(#1827) Line indented incorrectly; expected 4 spaces, found 2
(#1828) Line indented incorrectly; expected at least 8 spaces, found 4
(#1828) Whitespace found at end of line
(#1829) Line indented incorrectly; expected at least 8 spaces, found 6
(#1830) Line indented incorrectly; expected 4 spaces, found 2
(#1831) Line indented incorrectly; expected at least 8 spaces, found 6
(#1832) Line indented incorrectly; expected 4 spaces, found 2
mod/turnitintooltwo/mod_form.php
(#1) No one-line description found in phpdocs for docblock of file mod_form.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file mod_form.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#23) Old MOODLE_INTERNAL check detected. Replace it by "defined('MOODLE_INTERNAL') || die();"
(#30) Missing docblock for class mod_turnitintooltwo_mod_form
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#36) Missing docblock for function definition
(#90) Short array syntax must be used to define arrays
(#92) Short array syntax must be used to define arrays
(#98) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#121) Short array syntax must be used to define arrays
(#136) Missing docblock for function show_form
(#154) Short array syntax must be used to define arrays
(#156) Short array syntax must be used to define arrays
(#158) Short array syntax must be used to define arrays
(#160) Short array syntax must be used to define arrays
(#168) Short array syntax must be used to define arrays
(#175) Short array syntax must be used to define arrays
(#197) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#199) Line exceeds 132 characters; contains 136 characters
(#201) Short array syntax must be used to define arrays
(#203) Short array syntax must be used to define arrays
(#203) Line exceeds 132 characters; contains 145 characters
(#204) Line exceeds 132 characters; contains 135 characters
(#205) Short array syntax must be used to define arrays
(#207) Short array syntax must be used to define arrays
(#207) Line exceeds 132 characters; contains 166 characters
(#212) Short array syntax must be used to define arrays
(#231) Short array syntax must be used to define arrays
(#269) Short array syntax must be used to define arrays
(#299) Short array syntax must be used to define arrays
(#306) Short array syntax must be used to define arrays
(#316) Short array syntax must be used to define arrays
(#325) Short array syntax must be used to define arrays
(#337) Short array syntax must be used to define arrays
(#346) Short array syntax must be used to define arrays
(#349) Short array syntax must be used to define arrays
(#350) Short array syntax must be used to define arrays
(#357) Short array syntax must be used to define arrays
(#360) Short array syntax must be used to define arrays
(#402) Short array syntax must be used to define arrays
(#409) Short array syntax must be used to define arrays
(#411) There should be a comma after the last array item in a multi-line array.
(#443) Short array syntax must be used to define arrays
(#506) Short array syntax must be used to define arrays
(#516) Short array syntax must be used to define arrays
(#538) Short array syntax must be used to define arrays
(#540) Spaces must be used to indent lines; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 12 spaces, found 3
(#541) Spaces must be used to indent lines; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected 12 spaces, found 3
(#542) Spaces must be used to indent lines; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 16 spaces, found 4
(#543) Spaces must be used to indent lines; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 20 spaces, found 5
(#544) Spaces must be used to indent lines; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 16 spaces, found 4
(#545) Spaces must be used to indent lines; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected 12 spaces, found 3
(#547) Spaces must be used to indent lines; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 12 spaces, found 3
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 12 spaces, found 3
(#549) Spaces must be used to indent lines; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 16 spaces, found 4
(#550) Spaces must be used to indent lines; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 20 spaces, found 5
(#551) Spaces must be used to indent lines; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 16 spaces, found 4
(#552) Spaces must be used to indent lines; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 12 spaces, found 3
(#554) Short array syntax must be used to define arrays
(#560) Short array syntax must be used to define arrays
(#562) Short array syntax must be used to define arrays
(#565) Short array syntax must be used to define arrays
(#567) Short array syntax must be used to define arrays
(#578) Short array syntax must be used to define arrays
(#583) There should be a comma after the last array item in a multi-line array.
(#585) Short array syntax must be used to define arrays
(#588) There should be a comma after the last array item in a multi-line array.
(#648) Short array syntax must be used to define arrays
mod/turnitintooltwo/sdk/api.class.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Missing @copyright tag
(#10) Missing @license tag
(#13) Incorrect @package tag for class TurnitinAPI. Expected mod_turnitintooltwo, found TurnitinSDK.
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#45) Missing docblock for constant TurnitinAPI::VERSION
(#58) Line exceeds 132 characters; contains 155 characters
(#67) Expected 0 spaces after "("; 1 found
(#89) Public method name "TurnitinAPI::getProxyHost" must be in lower-case letters only
(#98) Public method name "TurnitinAPI::setProxyHost" must be in lower-case letters only
(#107) Public method name "TurnitinAPI::getProxyPort" must be in lower-case letters only
(#116) Public method name "TurnitinAPI::setProxyPort" must be in lower-case letters only
(#125) Public method name "TurnitinAPI::getProxyType" must be in lower-case letters only
(#134) Public method name "TurnitinAPI::setProxyType" must be in lower-case letters only
(#143) Public method name "TurnitinAPI::getProxyUser" must be in lower-case letters only
(#152) Public method name "TurnitinAPI::setProxyUser" must be in lower-case letters only
(#161) Public method name "TurnitinAPI::getProxyPassword" must be in lower-case letters only
(#170) Public method name "TurnitinAPI::setProxyPassword" must be in lower-case letters only
(#179) Public method name "TurnitinAPI::getProxyBypass" must be in lower-case letters only
(#188) Public method name "TurnitinAPI::setProxyBypass" must be in lower-case letters only
(#197) Public method name "TurnitinAPI::getSSLCertificate" must be in lower-case letters only
(#206) Public method name "TurnitinAPI::setSSLCertificate" must be in lower-case letters only
(#215) Public method name "TurnitinAPI::getTestingConnection" must be in lower-case letters only
(#224) Public method name "TurnitinAPI::setTestingConnection" must be in lower-case letters only
(#233) Public method name "TurnitinAPI::getPerformanceLog" must be in lower-case letters only
(#242) Public method name "TurnitinAPI::setPerformanceLog" must be in lower-case letters only
(#253) Public method name "TurnitinAPI::getVersion" must be in lower-case letters only
(#264) Public method name "TurnitinAPI::setLogPath" must be in lower-case letters only
(#264) Expected 0 spaces after "("; 1 found
(#273) Public method name "TurnitinAPI::setIntegrationVersion" must be in lower-case letters only
(#273) Expected 0 spaces after "("; 1 found
(#282) Public method name "TurnitinAPI::getIntegrationVersion" must be in lower-case letters only
(#291) Public method name "TurnitinAPI::setPluginVersion" must be in lower-case letters only
(#291) Expected 0 spaces after "("; 1 found
(#300) Public method name "TurnitinAPI::getPluginVersion" must be in lower-case letters only
(#307) Line exceeds 132 characters; contains 138 characters
(#311) Public method name "TurnitinAPI::setDebug" must be in lower-case letters only
(#311) Expected 0 spaces after "("; 1 found
(#322) Public method name "TurnitinAPI::getDebug" must be in lower-case letters only
(#323) Inline control structures are not allowed
(#332) Public method name "TurnitinAPI::getApiBaseUrl" must be in lower-case letters only
(#342) Protected method name "TurnitinAPI::setOptions" must be in lower-case letters only
(#342) Expected 0 spaces after "("; 1 found
(#350) Logical operator "and" is prohibited; use "&&" instead
(#354) Logical operator "and" is prohibited; use "&&" instead
(#358) Logical operator "and" is prohibited; use "&&" instead
(#362) Logical operator "and" is prohibited; use "&&" instead
(#367) Logical operator "and" is prohibited; use "&&" instead
(#371) Logical operator "and" is prohibited; use "&&" instead
(#396) Private method name "TurnitinAPI::getServiceOptions" must be in lower-case letters only
(#396) Expected 0 spaces after "("; 1 found
(#397) Short array syntax must be used to define arrays
(#400) There should be a comma after the last array item in a multi-line array.
(#459) Public method name "TurnitinAPI::createUser" must be in lower-case letters only
(#459) Expected 0 spaces after "("; 1 found
(#460) Variable "userSoap" must be all lower-case
(#461) Variable "userSoap" must be all lower-case
(#476) Public method name "TurnitinAPI::createStudentUser" must be in lower-case letters only
(#476) Expected 0 spaces after "("; 1 found
(#477) Variable "userSoap" must be all lower-case
(#479) Variable "userSoap" must be all lower-case
(#494) Public method name "TurnitinAPI::createInstructorUser" must be in lower-case letters only
(#494) Expected 0 spaces after "("; 1 found
(#495) Variable "userSoap" must be all lower-case
(#497) Variable "userSoap" must be all lower-case
(#537) Public method name "TurnitinAPI::readUser" must be in lower-case letters only
(#537) Expected 0 spaces after "("; 1 found
(#538) Variable "userSoap" must be all lower-case
(#539) Variable "userSoap" must be all lower-case
(#582) Public method name "TurnitinAPI::readUsers" must be in lower-case letters only
(#582) Expected 0 spaces after "("; 1 found
(#583) Variable "userSoap" must be all lower-case
(#584) Variable "userSoap" must be all lower-case
(#620) Public method name "TurnitinAPI::updateUser" must be in lower-case letters only
(#620) Expected 0 spaces after "("; 1 found
(#621) Variable "userSoap" must be all lower-case
(#622) Variable "userSoap" must be all lower-case
(#658) Public method name "TurnitinAPI::findUser" must be in lower-case letters only
(#658) Expected 0 spaces after "("; 1 found
(#659) Variable "userSoap" must be all lower-case
(#660) Variable "userSoap" must be all lower-case
(#697) Public method name "TurnitinAPI::createClass" must be in lower-case letters only
(#697) Expected 0 spaces after "("; 1 found
(#698) Variable "classSoap" must be all lower-case
(#699) Variable "classSoap" must be all lower-case
(#736) Public method name "TurnitinAPI::readClass" must be in lower-case letters only
(#736) Expected 0 spaces after "("; 1 found
(#737) Variable "classSoap" must be all lower-case
(#738) Variable "classSoap" must be all lower-case
(#778) Public method name "TurnitinAPI::readClasses" must be in lower-case letters only
(#778) Expected 0 spaces after "("; 1 found
(#779) Variable "classSoap" must be all lower-case
(#780) Variable "classSoap" must be all lower-case
(#811) Public method name "TurnitinAPI::updateClass" must be in lower-case letters only
(#811) Expected 0 spaces after "("; 1 found
(#812) Variable "classSoap" must be all lower-case
(#813) Variable "classSoap" must be all lower-case
(#840) Public method name "TurnitinAPI::deleteClass" must be in lower-case letters only
(#840) Expected 0 spaces after "("; 1 found
(#841) Variable "classSoap" must be all lower-case
(#842) Variable "classSoap" must be all lower-case
(#880) Public method name "TurnitinAPI::findClasses" must be in lower-case letters only
(#880) Expected 0 spaces after "("; 1 found
(#881) Variable "classSoap" must be all lower-case
(#882) Variable "classSoap" must be all lower-case
(#897) Line exceeds 132 characters; contains 137 characters
(#899) Line exceeds 132 characters; contains 135 characters
(#921) Public method name "TurnitinAPI::createMembership" must be in lower-case letters only
(#921) Expected 0 spaces after "("; 1 found
(#922) Variable "membershipSoap" must be all lower-case
(#922) Line exceeds 132 characters; contains 133 characters
(#923) Variable "membershipSoap" must be all lower-case
(#937) Public method name "TurnitinAPI::createStudentMembership" must be in lower-case letters only
(#937) Expected 0 spaces after "("; 1 found
(#938) Variable "membershipSoap" must be all lower-case
(#938) Line exceeds 132 characters; contains 133 characters
(#940) Variable "membershipSoap" must be all lower-case
(#954) Public method name "TurnitinAPI::createInstructorMembership" must be in lower-case letters only
(#954) Expected 0 spaces after "("; 1 found
(#955) Variable "membershipSoap" must be all lower-case
(#955) Line exceeds 132 characters; contains 133 characters
(#957) Variable "membershipSoap" must be all lower-case
(#968) Line exceeds 132 characters; contains 144 characters
(#970) Line exceeds 132 characters; contains 135 characters
(#972) Line exceeds 132 characters; contains 135 characters
(#996) Public method name "TurnitinAPI::readMembership" must be in lower-case letters only
(#996) Expected 0 spaces after "("; 1 found
(#997) Variable "membershipSoap" must be all lower-case
(#997) Line exceeds 132 characters; contains 133 characters
(#998) Variable "membershipSoap" must be all lower-case
(#1009) Line exceeds 132 characters; contains 148 characters
(#1011) Line exceeds 132 characters; contains 136 characters
(#1013) Line exceeds 132 characters; contains 148 characters
(#1040) Public method name "TurnitinAPI::readMemberships" must be in lower-case letters only
(#1040) Expected 0 spaces after "("; 1 found
(#1041) Variable "membershipSoap" must be all lower-case
(#1041) Line exceeds 132 characters; contains 133 characters
(#1042) Variable "membershipSoap" must be all lower-case
(#1053) Line exceeds 132 characters; contains 146 characters
(#1069) Public method name "TurnitinAPI::deleteMembership" must be in lower-case letters only
(#1069) Expected 0 spaces after "("; 1 found
(#1070) Variable "membershipSoap" must be all lower-case
(#1070) Line exceeds 132 characters; contains 133 characters
(#1071) Variable "membershipSoap" must be all lower-case
(#1084) Line exceeds 132 characters; contains 136 characters
(#1086) Line exceeds 132 characters; contains 135 characters
(#1088) Line exceeds 132 characters; contains 134 characters
(#1106) Public method name "TurnitinAPI::findMemberships" must be in lower-case letters only
(#1106) Expected 0 spaces after "("; 1 found
(#1107) Variable "membershipSoap" must be all lower-case
(#1107) Line exceeds 132 characters; contains 133 characters
(#1108) Variable "membershipSoap" must be all lower-case
(#1121) Line exceeds 132 characters; contains 133 characters
(#1123) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1124) Line exceeds 132 characters; contains 155 characters
(#1125) Line exceeds maximum limit of 180 characters; contains 202 characters
(#1126) Line exceeds 132 characters; contains 140 characters
(#1127) Line exceeds maximum limit of 180 characters; contains 202 characters
(#1128) Line exceeds 132 characters; contains 161 characters
(#1129) Line exceeds 132 characters; contains 177 characters
(#1130) Line exceeds 132 characters; contains 175 characters
(#1131) Line exceeds 132 characters; contains 141 characters
(#1132) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1133) Line exceeds 132 characters; contains 166 characters
(#1134) Line exceeds 132 characters; contains 173 characters
(#1135) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1136) Line exceeds 132 characters; contains 165 characters
(#1137) Line exceeds maximum limit of 180 characters; contains 203 characters
(#1138) Line exceeds maximum limit of 180 characters; contains 223 characters
(#1139) Line exceeds 132 characters; contains 173 characters
(#1141) Line exceeds 132 characters; contains 165 characters
(#1142) Line exceeds 132 characters; contains 161 characters
(#1143) Line exceeds 132 characters; contains 153 characters
(#1144) Line exceeds 132 characters; contains 169 characters
(#1145) Line exceeds 132 characters; contains 153 characters
(#1146) Line exceeds maximum limit of 180 characters; contains 205 characters
(#1147) Line exceeds 132 characters; contains 165 characters
(#1148) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1149) Line exceeds maximum limit of 180 characters; contains 188 characters
(#1150) Line exceeds 132 characters; contains 175 characters
(#1154) Line exceeds 132 characters; contains 135 characters
(#1179) Public method name "TurnitinAPI::createAssignment" must be in lower-case letters only
(#1179) Expected 0 spaces after "("; 1 found
(#1180) Variable "assignmentSoap" must be all lower-case
(#1181) Variable "assignmentSoap" must be all lower-case
(#1192) Line exceeds 132 characters; contains 147 characters
(#1194) Line exceeds 132 characters; contains 135 characters
(#1196) Line exceeds 132 characters; contains 135 characters
(#1203) Line exceeds 132 characters; contains 139 characters
(#1205) Line exceeds 132 characters; contains 151 characters
(#1207) Line exceeds 132 characters; contains 151 characters
(#1210) Line exceeds 132 characters; contains 135 characters
(#1212) Line exceeds 132 characters; contains 148 characters
(#1215) Line exceeds 132 characters; contains 141 characters
(#1217) Line exceeds 132 characters; contains 152 characters
(#1218) Line exceeds 132 characters; contains 167 characters
(#1226) Line exceeds 132 characters; contains 154 characters
(#1228) Line exceeds 132 characters; contains 135 characters
(#1229) Line exceeds 132 characters; contains 138 characters
(#1248) Public method name "TurnitinAPI::readAssignment" must be in lower-case letters only
(#1248) Expected 0 spaces after "("; 1 found
(#1249) Variable "assignmentSoap" must be all lower-case
(#1250) Variable "assignmentSoap" must be all lower-case
(#1261) Line exceeds 132 characters; contains 148 characters
(#1263) Line exceeds 132 characters; contains 136 characters
(#1265) Line exceeds 132 characters; contains 148 characters
(#1272) Line exceeds 132 characters; contains 139 characters
(#1274) Line exceeds 132 characters; contains 151 characters
(#1276) Line exceeds 132 characters; contains 151 characters
(#1279) Line exceeds 132 characters; contains 135 characters
(#1281) Line exceeds 132 characters; contains 148 characters
(#1284) Line exceeds 132 characters; contains 141 characters
(#1286) Line exceeds 132 characters; contains 152 characters
(#1287) Line exceeds 132 characters; contains 167 characters
(#1295) Line exceeds 132 characters; contains 154 characters
(#1297) Line exceeds 132 characters; contains 135 characters
(#1298) Line exceeds 132 characters; contains 138 characters
(#1320) Public method name "TurnitinAPI::readAssignments" must be in lower-case letters only
(#1320) Expected 0 spaces after "("; 1 found
(#1321) Variable "assignmentSoap" must be all lower-case
(#1322) Variable "assignmentSoap" must be all lower-case
(#1333) Line exceeds 132 characters; contains 146 characters
(#1338) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1339) Line exceeds 132 characters; contains 155 characters
(#1340) Line exceeds maximum limit of 180 characters; contains 202 characters
(#1341) Line exceeds 132 characters; contains 140 characters
(#1342) Line exceeds maximum limit of 180 characters; contains 202 characters
(#1343) Line exceeds 132 characters; contains 161 characters
(#1344) Line exceeds 132 characters; contains 177 characters
(#1345) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1346) Line exceeds 132 characters; contains 141 characters
(#1347) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1348) Line exceeds 132 characters; contains 165 characters
(#1349) Line exceeds 132 characters; contains 173 characters
(#1350) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1351) Line exceeds 132 characters; contains 165 characters
(#1352) Line exceeds maximum limit of 180 characters; contains 203 characters
(#1353) Line exceeds maximum limit of 180 characters; contains 223 characters
(#1354) Line exceeds 132 characters; contains 173 characters
(#1356) Line exceeds 132 characters; contains 165 characters
(#1357) Line exceeds 132 characters; contains 161 characters
(#1358) Line exceeds 132 characters; contains 153 characters
(#1359) Line exceeds 132 characters; contains 169 characters
(#1360) Line exceeds 132 characters; contains 153 characters
(#1361) Line exceeds maximum limit of 180 characters; contains 205 characters
(#1362) Line exceeds 132 characters; contains 165 characters
(#1363) Line exceeds maximum limit of 180 characters; contains 181 characters
(#1385) Public method name "TurnitinAPI::updateAssignment" must be in lower-case letters only
(#1385) Expected 0 spaces after "("; 1 found
(#1386) Variable "assignmentSoap" must be all lower-case
(#1387) Variable "assignmentSoap" must be all lower-case
(#1398) Line exceeds 132 characters; contains 144 characters
(#1414) Public method name "TurnitinAPI::deleteAssignment" must be in lower-case letters only
(#1414) Expected 0 spaces after "("; 1 found
(#1415) Variable "assignmentSoap" must be all lower-case
(#1416) Variable "assignmentSoap" must be all lower-case
(#1429) Line exceeds 132 characters; contains 136 characters
(#1431) Line exceeds 132 characters; contains 135 characters
(#1451) Public method name "TurnitinAPI::findAssignments" must be in lower-case letters only
(#1451) Expected 0 spaces after "("; 1 found
(#1452) Variable "assignmentSoap" must be all lower-case
(#1453) Variable "assignmentSoap" must be all lower-case
(#1464) Line exceeds 132 characters; contains 146 characters
(#1466) Line exceeds 132 characters; contains 135 characters
(#1468) Line exceeds 132 characters; contains 135 characters
(#1474) Line exceeds 132 characters; contains 139 characters
(#1478) Line exceeds 132 characters; contains 166 characters
(#1479) Line exceeds 132 characters; contains 135 characters
(#1480) Line exceeds 132 characters; contains 147 characters
(#1481) Line exceeds 132 characters; contains 163 characters
(#1482) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1483) Line exceeds 132 characters; contains 166 characters
(#1484) Line exceeds 132 characters; contains 178 characters
(#1485) Line exceeds 132 characters; contains 155 characters
(#1508) Public method name "TurnitinAPI::readSubmission" must be in lower-case letters only
(#1508) Expected 0 spaces after "("; 1 found
(#1509) Variable "submissionSoap" must be all lower-case
(#1510) Variable "submissionSoap" must be all lower-case
(#1521) Line exceeds 132 characters; contains 148 characters
(#1523) Line exceeds 132 characters; contains 136 characters
(#1525) Line exceeds 132 characters; contains 148 characters
(#1535) Line exceeds 132 characters; contains 166 characters
(#1536) Line exceeds 132 characters; contains 135 characters
(#1537) Line exceeds 132 characters; contains 147 characters
(#1538) Line exceeds 132 characters; contains 163 characters
(#1539) Line exceeds maximum limit of 180 characters; contains 197 characters
(#1540) Line exceeds 132 characters; contains 166 characters
(#1541) Line exceeds 132 characters; contains 178 characters
(#1542) Line exceeds 132 characters; contains 155 characters
(#1568) Public method name "TurnitinAPI::readSubmissions" must be in lower-case letters only
(#1568) Expected 0 spaces after "("; 1 found
(#1569) Variable "submissionSoap" must be all lower-case
(#1570) Variable "submissionSoap" must be all lower-case
(#1581) Line exceeds 132 characters; contains 146 characters
(#1583) Line exceeds maximum limit of 180 characters; contains 193 characters
(#1584) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1586) Line exceeds 132 characters; contains 137 characters
(#1588) Line exceeds 132 characters; contains 135 characters
(#1607) Public method name "TurnitinAPI::updateSubmission" must be in lower-case letters only
(#1607) Expected 0 spaces after "("; 1 found
(#1608) Variable "submissionSoap" must be all lower-case
(#1609) Variable "submissionSoap" must be all lower-case
(#1620) Line exceeds 132 characters; contains 146 characters
(#1636) Public method name "TurnitinAPI::deleteSubmission" must be in lower-case letters only
(#1636) Expected 0 spaces after "("; 1 found
(#1637) Variable "submissionSoap" must be all lower-case
(#1638) Variable "submissionSoap" must be all lower-case
(#1649) Line exceeds 132 characters; contains 146 characters
(#1650) Line exceeds 132 characters; contains 140 characters
(#1652) Line exceeds 132 characters; contains 136 characters
(#1654) Line exceeds 132 characters; contains 135 characters
(#1675) Public method name "TurnitinAPI::findSubmissions" must be in lower-case letters only
(#1675) Expected 0 spaces after "("; 1 found
(#1676) Variable "submissionSoap" must be all lower-case
(#1678) Variable "submissionSoap" must be all lower-case
(#1680) Variable "submissionSoap" must be all lower-case
(#1692) Line exceeds 132 characters; contains 159 characters
(#1693) Line exceeds 132 characters; contains 146 characters
(#1696) Line exceeds 132 characters; contains 159 characters
(#1697) Line exceeds 132 characters; contains 171 characters
(#1699) Line exceeds 132 characters; contains 166 characters
(#1701) Line exceeds 132 characters; contains 137 characters
(#1703) Line exceeds 132 characters; contains 135 characters
(#1731) Public method name "TurnitinAPI::createSubmission" must be in lower-case letters only
(#1731) Expected 0 spaces after "("; 1 found
(#1732) Variable "submissionLti" must be all lower-case
(#1733) Variable "submissionLti" must be all lower-case
(#1734) Variable "submissionLti" must be all lower-case
(#1743) Line exceeds 132 characters; contains 178 characters
(#1747) Line exceeds 132 characters; contains 159 characters
(#1748) Line exceeds 132 characters; contains 146 characters
(#1749) Line exceeds 132 characters; contains 159 characters
(#1751) Line exceeds 132 characters; contains 144 characters
(#1753) Line exceeds 132 characters; contains 135 characters
(#1775) Public method name "TurnitinAPI::createNothingSubmission" must be in lower-case letters only
(#1775) Expected 0 spaces after "("; 1 found
(#1776) Variable "submissionSoap" must be all lower-case
(#1777) Variable "submissionSoap" must be all lower-case
(#1788) Line exceeds 132 characters; contains 159 characters
(#1789) Line exceeds 132 characters; contains 146 characters
(#1792) Line exceeds 132 characters; contains 159 characters
(#1793) Line exceeds 132 characters; contains 171 characters
(#1795) Line exceeds 132 characters; contains 166 characters
(#1797) Line exceeds 132 characters; contains 137 characters
(#1799) Line exceeds 132 characters; contains 135 characters
(#1827) Public method name "TurnitinAPI::replaceSubmission" must be in lower-case letters only
(#1827) Expected 0 spaces after "("; 1 found
(#1828) Variable "submissionLti" must be all lower-case
(#1829) Variable "submissionLti" must be all lower-case
(#1830) Variable "submissionLti" must be all lower-case
(#1836) Line exceeds 132 characters; contains 133 characters
(#1840) Line exceeds 132 characters; contains 159 characters
(#1841) Line exceeds 132 characters; contains 146 characters
(#1844) Line exceeds 132 characters; contains 159 characters
(#1845) Line exceeds 132 characters; contains 148 characters
(#1846) Line exceeds 132 characters; contains 152 characters
(#1847) Line exceeds 132 characters; contains 148 characters
(#1876) Public method name "TurnitinAPI::outputSubmissionForm" must be in lower-case letters only
(#1876) Expected 0 spaces after "("; 1 found
(#1877) Variable "submissionLti" must be all lower-case
(#1878) Variable "submissionLti" must be all lower-case
(#1879) Variable "submissionLti" must be all lower-case
(#1890) Line exceeds 132 characters; contains 135 characters
(#1894) Line exceeds 132 characters; contains 159 characters
(#1895) Line exceeds 132 characters; contains 146 characters
(#1898) Line exceeds 132 characters; contains 159 characters
(#1899) Line exceeds 132 characters; contains 148 characters
(#1900) Line exceeds 132 characters; contains 152 characters
(#1901) Line exceeds 132 characters; contains 148 characters
(#1930) Public method name "TurnitinAPI::outputResubmissionForm" must be in lower-case letters only
(#1930) Expected 0 spaces after "("; 1 found
(#1931) Variable "submissionLti" must be all lower-case
(#1932) Variable "submissionLti" must be all lower-case
(#1933) Variable "submissionLti" must be all lower-case
(#1944) Line exceeds 132 characters; contains 137 characters
(#1951) Line exceeds 132 characters; contains 134 characters
(#1952) Line exceeds 132 characters; contains 138 characters
(#1953) Line exceeds 132 characters; contains 134 characters
(#1974) Public method name "TurnitinAPI::outputDVGradeMarkForm" must be in lower-case letters only
(#1974) Expected 0 spaces after "("; 1 found
(#1975) Variable "submissionLti" must be all lower-case
(#1976) Variable "submissionLti" must be all lower-case
(#1977) Variable "submissionLti" must be all lower-case
(#1978) Inline control structures are not allowed
(#1989) Line exceeds 132 characters; contains 145 characters
(#1996) Line exceeds 132 characters; contains 134 characters
(#1997) Line exceeds 132 characters; contains 138 characters
(#1998) Line exceeds 132 characters; contains 134 characters
(#2019) Public method name "TurnitinAPI::outputDVReportForm" must be in lower-case letters only
(#2019) Expected 0 spaces after "("; 1 found
(#2020) Variable "submissionLti" must be all lower-case
(#2021) Variable "submissionLti" must be all lower-case
(#2022) Variable "submissionLti" must be all lower-case
(#2023) Inline control structures are not allowed
(#2041) Line exceeds 132 characters; contains 134 characters
(#2042) Line exceeds 132 characters; contains 138 characters
(#2043) Line exceeds 132 characters; contains 134 characters
(#2064) Public method name "TurnitinAPI::outputDVDefaultForm" must be in lower-case letters only
(#2064) Expected 0 spaces after "("; 1 found
(#2065) Variable "submissionLti" must be all lower-case
(#2066) Variable "submissionLti" must be all lower-case
(#2067) Variable "submissionLti" must be all lower-case
(#2068) Inline control structures are not allowed
(#2079) Line exceeds 132 characters; contains 136 characters
(#2086) Line exceeds 132 characters; contains 134 characters
(#2087) Line exceeds 132 characters; contains 138 characters
(#2088) Line exceeds 132 characters; contains 134 characters
(#2109) Public method name "TurnitinAPI::outputDVPeerMarkForm" must be in lower-case letters only
(#2109) Expected 0 spaces after "("; 1 found
(#2110) Variable "submissionLti" must be all lower-case
(#2111) Variable "submissionLti" must be all lower-case
(#2112) Variable "submissionLti" must be all lower-case
(#2113) Inline control structures are not allowed
(#2130) Line exceeds 132 characters; contains 134 characters
(#2131) Line exceeds 132 characters; contains 138 characters
(#2132) Line exceeds 132 characters; contains 134 characters
(#2152) Public method name "TurnitinAPI::outputRubricManagerForm" must be in lower-case letters only
(#2152) Expected 0 spaces after "("; 1 found
(#2153) Variable "submissionLti" must be all lower-case
(#2154) Variable "submissionLti" must be all lower-case
(#2155) Variable "submissionLti" must be all lower-case
(#2156) Inline control structures are not allowed
(#2173) Line exceeds 132 characters; contains 134 characters
(#2174) Line exceeds 132 characters; contains 138 characters
(#2175) Line exceeds 132 characters; contains 134 characters
(#2196) Public method name "TurnitinAPI::outputRubricViewForm" must be in lower-case letters only
(#2196) Expected 0 spaces after "("; 1 found
(#2197) Variable "submissionLti" must be all lower-case
(#2198) Variable "submissionLti" must be all lower-case
(#2199) Variable "submissionLti" must be all lower-case
(#2200) Inline control structures are not allowed
(#2217) Line exceeds 132 characters; contains 134 characters
(#2218) Line exceeds 132 characters; contains 138 characters
(#2219) Line exceeds 132 characters; contains 134 characters
(#2239) Public method name "TurnitinAPI::outputQuickmarkManagerForm" must be in lower-case letters only
(#2239) Expected 0 spaces after "("; 1 found
(#2240) Variable "submissionLti" must be all lower-case
(#2241) Variable "submissionLti" must be all lower-case
(#2242) Variable "submissionLti" must be all lower-case
(#2243) Inline control structures are not allowed
(#2261) Line exceeds 132 characters; contains 134 characters
(#2262) Line exceeds 132 characters; contains 138 characters
(#2263) Line exceeds 132 characters; contains 134 characters
(#2283) Public method name "TurnitinAPI::outputMessagesForm" must be in lower-case letters only
(#2283) Expected 0 spaces after "("; 1 found
(#2284) Variable "submissionLti" must be all lower-case
(#2285) Variable "submissionLti" must be all lower-case
(#2286) Variable "submissionLti" must be all lower-case
(#2287) Inline control structures are not allowed
(#2305) Line exceeds 132 characters; contains 134 characters
(#2306) Line exceeds 132 characters; contains 138 characters
(#2307) Line exceeds 132 characters; contains 134 characters
(#2327) Public method name "TurnitinAPI::outputUserAgreementForm" must be in lower-case letters only
(#2327) Expected 0 spaces after "("; 1 found
(#2328) Variable "submissionLti" must be all lower-case
(#2329) Variable "submissionLti" must be all lower-case
(#2330) Variable "submissionLti" must be all lower-case
(#2331) Inline control structures are not allowed
(#2350) Line exceeds 132 characters; contains 145 characters
(#2351) Line exceeds 132 characters; contains 134 characters
(#2352) Line exceeds 132 characters; contains 138 characters
(#2353) Line exceeds 132 characters; contains 134 characters
(#2374) Public method name "TurnitinAPI::outputDownloadZipForm" must be in lower-case letters only
(#2374) Expected 0 spaces after "("; 1 found
(#2375) Variable "submissionLti" must be all lower-case
(#2376) Variable "submissionLti" must be all lower-case
(#2377) Variable "submissionLti" must be all lower-case
(#2378) Inline control structures are not allowed
(#2397) Line exceeds 132 characters; contains 145 characters
(#2398) Line exceeds 132 characters; contains 134 characters
(#2399) Line exceeds 132 characters; contains 138 characters
(#2400) Line exceeds 132 characters; contains 134 characters
(#2421) Public method name "TurnitinAPI::outputDownloadPDFZipForm" must be in lower-case letters only
(#2421) Expected 0 spaces after "("; 1 found
(#2422) Variable "submissionLti" must be all lower-case
(#2423) Variable "submissionLti" must be all lower-case
(#2424) Variable "submissionLti" must be all lower-case
(#2425) Inline control structures are not allowed
(#2444) Line exceeds 132 characters; contains 145 characters
(#2445) Line exceeds 132 characters; contains 134 characters
(#2446) Line exceeds 132 characters; contains 138 characters
(#2447) Line exceeds 132 characters; contains 134 characters
(#2468) Public method name "TurnitinAPI::outputDownloadGradeMarkZipForm" must be in lower-case letters only
(#2468) Expected 0 spaces after "("; 1 found
(#2469) Variable "submissionLti" must be all lower-case
(#2470) Variable "submissionLti" must be all lower-case
(#2471) Variable "submissionLti" must be all lower-case
(#2472) Inline control structures are not allowed
(#2484) Line exceeds 132 characters; contains 148 characters
(#2491) Line exceeds 132 characters; contains 134 characters
(#2492) Line exceeds 132 characters; contains 138 characters
(#2493) Line exceeds 132 characters; contains 134 characters
(#2514) Public method name "TurnitinAPI::outputDownloadXLSForm" must be in lower-case letters only
(#2514) Expected 0 spaces after "("; 1 found
(#2515) Variable "submissionLti" must be all lower-case
(#2516) Variable "submissionLti" must be all lower-case
(#2517) Variable "submissionLti" must be all lower-case
(#2518) Inline control structures are not allowed
(#2537) Line exceeds 132 characters; contains 134 characters
(#2538) Line exceeds 132 characters; contains 138 characters
(#2539) Line exceeds 132 characters; contains 134 characters
(#2560) Public method name "TurnitinAPI::outputPeerMarkSetupForm" must be in lower-case letters only
(#2560) Expected 0 spaces after "("; 1 found
(#2561) Variable "submissionLti" must be all lower-case
(#2562) Variable "submissionLti" must be all lower-case
(#2563) Variable "submissionLti" must be all lower-case
(#2564) Inline control structures are not allowed
(#2583) Line exceeds 132 characters; contains 134 characters
(#2584) Line exceeds 132 characters; contains 138 characters
(#2585) Line exceeds 132 characters; contains 134 characters
(#2606) Public method name "TurnitinAPI::outputPeerMarkReviewForm" must be in lower-case letters only
(#2606) Expected 0 spaces after "("; 1 found
(#2607) Variable "submissionLti" must be all lower-case
(#2608) Variable "submissionLti" must be all lower-case
(#2609) Variable "submissionLti" must be all lower-case
(#2610) Inline control structures are not allowed
(#2628) Line exceeds 132 characters; contains 134 characters
(#2629) Line exceeds 132 characters; contains 138 characters
(#2630) Line exceeds 132 characters; contains 134 characters
(#2651) Public method name "TurnitinAPI::outputDownloadOriginalFileForm" must be in lower-case letters only
(#2651) Expected 0 spaces after "("; 1 found
(#2652) Variable "submissionLti" must be all lower-case
(#2653) Variable "submissionLti" must be all lower-case
(#2654) Variable "submissionLti" must be all lower-case
(#2655) Inline control structures are not allowed
(#2673) Line exceeds 132 characters; contains 134 characters
(#2674) Line exceeds 132 characters; contains 138 characters
(#2675) Line exceeds 132 characters; contains 134 characters
(#2696) Public method name "TurnitinAPI::outputDownloadDefaultPDFForm" must be in lower-case letters only
(#2696) Expected 0 spaces after "("; 1 found
(#2697) Variable "submissionLti" must be all lower-case
(#2698) Variable "submissionLti" must be all lower-case
(#2699) Variable "submissionLti" must be all lower-case
(#2700) Inline control structures are not allowed
(#2711) Line exceeds 132 characters; contains 147 characters
(#2718) Line exceeds 132 characters; contains 134 characters
(#2719) Line exceeds 132 characters; contains 138 characters
(#2720) Line exceeds 132 characters; contains 134 characters
(#2741) Public method name "TurnitinAPI::outputDownloadGradeMarkPDFForm" must be in lower-case letters only
(#2741) Expected 0 spaces after "("; 1 found
(#2742) Variable "submissionLti" must be all lower-case
(#2743) Variable "submissionLti" must be all lower-case
(#2744) Variable "submissionLti" must be all lower-case
(#2745) Inline control structures are not allowed
(#2763) Line exceeds 132 characters; contains 134 characters
(#2764) Line exceeds 132 characters; contains 138 characters
(#2765) Line exceeds 132 characters; contains 134 characters
(#2786) Public method name "TurnitinAPI::outputCreateAssignmentForm" must be in lower-case letters only
(#2786) Expected 0 spaces after "("; 1 found
(#2787) Variable "submissionLti" must be all lower-case
(#2788) Variable "submissionLti" must be all lower-case
(#2789) Variable "submissionLti" must be all lower-case
(#2790) Inline control structures are not allowed
(#2808) Line exceeds 132 characters; contains 134 characters
(#2809) Line exceeds 132 characters; contains 138 characters
(#2810) Line exceeds 132 characters; contains 134 characters
(#2831) Public method name "TurnitinAPI::outputEditAssignmentForm" must be in lower-case letters only
(#2831) Expected 0 spaces after "("; 1 found
(#2832) Variable "submissionLti" must be all lower-case
(#2833) Variable "submissionLti" must be all lower-case
(#2834) Variable "submissionLti" must be all lower-case
(#2835) Inline control structures are not allowed
(#2846) Line exceeds 132 characters; contains 133 characters
(#2847) Line exceeds 132 characters; contains 146 characters
(#2854) Line exceeds 132 characters; contains 134 characters
(#2855) Line exceeds 132 characters; contains 138 characters
(#2856) Line exceeds 132 characters; contains 134 characters
(#2877) Public method name "TurnitinAPI::outputAssignmentInboxForm" must be in lower-case letters only
(#2877) Expected 0 spaces after "("; 1 found
(#2878) Variable "submissionLti" must be all lower-case
(#2879) Variable "submissionLti" must be all lower-case
(#2880) Variable "submissionLti" must be all lower-case
(#2881) Inline control structures are not allowed
(#2891) Blank comments are not allowed
(#2891) File must end with a newline character
(#2891) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/assignmentsoap.class.php
(#1) DocBlock missing a @package tag for file assignmentsoap.class.php. Expected @package mod_turnitintooltwo
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Docblock tag "@ignore" is not recommended.
(#16) No one-line description found in phpdocs for docblock of class AssignmentSoap
(#16) DocBlock missing a @package tag for class AssignmentSoap. Expected @package mod_turnitintooltwo
(#18) Missing member variable doc comment
(#18) Member variable "extensionname_vocab" must not contain underscores.
(#19) Missing member variable doc comment
(#19) Member variable "extensionvalue_vocab" must not contain underscores.
(#20) Missing member variable doc comment
(#22) Missing docblock for function __construct
(#22) Expected 0 spaces after "("; 1 found
(#27) Missing docblock for function createAssignment
(#27) Public method name "AssignmentSoap::createAssignment" must be in lower-case letters only
(#27) Expected 0 spaces after "("; 1 found
(#35) Variable "tiiAssignment" must be all lower-case
(#36) Variable "tiiAssignment" must be all lower-case
(#37) Variable "tiiAssignment" must be all lower-case
(#45) Missing docblock for function readAssignment
(#45) Public method name "AssignmentSoap::readAssignment" must be in lower-case letters only
(#45) Expected 0 spaces after "("; 1 found
(#47) Short array syntax must be used to define arrays
(#52) Variable "tiiAssignment" must be all lower-case
(#53) Variable "tiiAssignment" must be all lower-case
(#54) Variable "tiiAssignment" must be all lower-case
(#55) Variable "tiiAssignment" must be all lower-case
(#56) Space found after opening bracket of FOREACH loop
(#56) Space found before closing bracket of FOREACH loop
(#59) Line exceeds 132 characters; contains 137 characters
(#60) Inline control structures are not allowed
(#60) Short array syntax must be used to define arrays
(#60) Variable "tiiAssignment" must be all lower-case
(#60) Variable "tiiAssignment" must be all lower-case
(#62) Variable "tiiAssignment" must be all lower-case
(#70) Missing docblock for function readAssignments
(#70) Public method name "AssignmentSoap::readAssignments" must be in lower-case letters only
(#70) Expected 0 spaces after "("; 1 found
(#72) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#79) Inline control structures are not allowed
(#79) Short array syntax must be used to define arrays
(#79) Line exceeds 132 characters; contains 174 characters
(#80) Space found after opening bracket of FOREACH loop
(#80) Space found before closing bracket of FOREACH loop
(#81) Variable "tiiAssignment" must be all lower-case
(#82) Variable "tiiAssignment" must be all lower-case
(#83) Variable "tiiAssignment" must be all lower-case
(#84) Variable "tiiAssignment" must be all lower-case
(#85) Space found after opening bracket of FOREACH loop
(#85) Space found before closing bracket of FOREACH loop
(#88) Line exceeds 132 characters; contains 145 characters
(#89) Inline control structures are not allowed
(#89) Short array syntax must be used to define arrays
(#89) Variable "tiiAssignment" must be all lower-case
(#89) Variable "tiiAssignment" must be all lower-case
(#91) Variable "tiiAssignment" must be all lower-case
(#102) Missing docblock for function updateAssignment
(#102) Public method name "AssignmentSoap::updateAssignment" must be in lower-case letters only
(#102) Expected 0 spaces after "("; 1 found
(#110) Variable "tiiAssignment" must be all lower-case
(#111) Variable "tiiAssignment" must be all lower-case
(#119) Missing docblock for function deleteAssignment
(#119) Public method name "AssignmentSoap::deleteAssignment" must be in lower-case letters only
(#119) Expected 0 spaces after "("; 1 found
(#121) Short array syntax must be used to define arrays
(#126) Variable "tiiAssignment" must be all lower-case
(#127) Variable "tiiAssignment" must be all lower-case
(#135) Missing docblock for function findAssignments
(#135) Public method name "AssignmentSoap::findAssignments" must be in lower-case letters only
(#135) Expected 0 spaces after "("; 1 found
(#137) Short array syntax must be used to define arrays
(#142) Variable "tiiAssignment" must be all lower-case
(#143) Short array syntax must be used to define arrays
(#145) Inline control structures are not allowed
(#145) Short array syntax must be used to define arrays
(#145) Line exceeds 132 characters; contains 144 characters
(#146) Space found after opening bracket of FOREACH loop
(#146) Space found before closing bracket of FOREACH loop
(#150) Variable "tiiAssignment" must be all lower-case
(#151) Variable "tiiAssignment" must be all lower-case
(#159) Missing docblock for function buildAssignmentRequest
(#159) Private method name "AssignmentSoap::buildAssignmentRequest" must be in lower-case letters only
(#159) Expected 0 spaces after "("; 1 found
(#160) Short array syntax must be used to define arrays
(#175) Inline control structures are not allowed
(#175) Short array syntax must be used to define arrays
(#180) Line exceeds maximum limit of 180 characters; contains 188 characters
(#186) Variable "extensionname_vocab" must not contain underscores.
(#187) Variable "extensionvalue_vocab" must not contain underscores.
(#193) Missing docblock for function peermarkJSONToObject
(#193) Private method name "AssignmentSoap::peermarkJSONToObject" must be in lower-case letters only
(#193) Expected 0 spaces after "("; 1 found
(#194) Variable "pm_array" must not contain underscores.
(#194) Short array syntax must be used to define arrays
(#196) Inline control structures are not allowed
(#196) Short array syntax must be used to define arrays
(#200) Variable "peermark_assignment" must not contain underscores.
(#202) Space found before closing bracket of FOREACH loop
(#202) Variable "peermark_assignment" must not contain underscores.
(#204) Short array syntax must be used to define arrays
(#208) Variable "pm_array" must not contain underscores.
(#211) Variable "pm_array" must not contain underscores.
(#214) Missing docblock for function peermarkObjectToJSON
(#214) Private method name "AssignmentSoap::peermarkObjectToJSON" must be in lower-case letters only
(#214) Expected 0 spaces after "("; 1 found
(#214) Variable "pm_objectarray" must not contain underscores.
(#215) Short array syntax must be used to define arrays
(#218) Variable "pm_objectarray" must not contain underscores.
(#219) Variable "pm_assignment" must not contain underscores.
(#219) Short array syntax must be used to define arrays
(#220) Space found before closing bracket of FOREACH loop
(#221) Inline control structures are not allowed
(#221) Commas (,) must be followed by white space.
(#225) Short array syntax must be used to define arrays
(#226) Variable "pm_assignment" must not contain underscores.
(#229) Variable "pm_assignment" must not contain underscores.
(#236) Blank comments are not allowed
(#236) File must end with a newline character
(#236) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/classsoap.class.php
(#1) Moodle boilerplate not found
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Missing @copyright tag
(#12) Missing @license tag
(#13) Docblock tag "@ignore" is not recommended.
(#15) No one-line description found in phpdocs for docblock of class ClassSoap
(#15) DocBlock missing a @package tag for class ClassSoap. Expected @package mod_turnitintooltwo
(#17) Missing member variable doc comment
(#19) Missing docblock for function __construct
(#19) Expected 0 spaces after "("; 1 found
(#24) Missing docblock for function createClass
(#24) Public method name "ClassSoap::createClass" must be in lower-case letters only
(#24) Expected 0 spaces after "("; 1 found
(#32) Variable "tiiClass" must be all lower-case
(#33) Variable "tiiClass" must be all lower-case
(#34) Variable "tiiClass" must be all lower-case
(#42) Missing docblock for function updateClass
(#42) Public method name "ClassSoap::updateClass" must be in lower-case letters only
(#42) Expected 0 spaces after "("; 1 found
(#50) Variable "tiiClass" must be all lower-case
(#51) Variable "tiiClass" must be all lower-case
(#59) Missing docblock for function readClass
(#59) Public method name "ClassSoap::readClass" must be in lower-case letters only
(#59) Expected 0 spaces after "("; 1 found
(#61) Short array syntax must be used to define arrays
(#66) Variable "tiiClass" must be all lower-case
(#67) Variable "tiiClass" must be all lower-case
(#68) Variable "tiiClass" must be all lower-case
(#69) Variable "tiiClass" must be all lower-case
(#70) Space found after opening bracket of FOREACH loop
(#70) Space found before closing bracket of FOREACH loop
(#73) Inline control structures are not allowed
(#73) Short array syntax must be used to define arrays
(#73) Variable "tiiClass" must be all lower-case
(#73) Variable "tiiClass" must be all lower-case
(#75) Variable "tiiClass" must be all lower-case
(#83) Missing docblock for function readClasses
(#83) Public method name "ClassSoap::readClasses" must be in lower-case letters only
(#83) Expected 0 spaces after "("; 1 found
(#85) Short array syntax must be used to define arrays
(#85) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#92) Inline control structures are not allowed
(#92) Short array syntax must be used to define arrays
(#92) Line exceeds maximum limit of 180 characters; contains 203 characters
(#93) Space found after opening bracket of FOREACH loop
(#93) Space found before closing bracket of FOREACH loop
(#94) Variable "tiiClass" must be all lower-case
(#95) Variable "tiiClass" must be all lower-case
(#96) Variable "tiiClass" must be all lower-case
(#97) Variable "tiiClass" must be all lower-case
(#98) Space found after opening bracket of FOREACH loop
(#98) Space found before closing bracket of FOREACH loop
(#101) Inline control structures are not allowed
(#101) Short array syntax must be used to define arrays
(#101) Variable "tiiClass" must be all lower-case
(#101) Variable "tiiClass" must be all lower-case
(#103) Variable "tiiClass" must be all lower-case
(#114) Missing docblock for function deleteClass
(#114) Public method name "ClassSoap::deleteClass" must be in lower-case letters only
(#114) Expected 0 spaces after "("; 1 found
(#116) Short array syntax must be used to define arrays
(#121) Variable "tiiClass" must be all lower-case
(#122) Variable "tiiClass" must be all lower-case
(#130) Missing docblock for function findClasses
(#130) Public method name "ClassSoap::findClasses" must be in lower-case letters only
(#130) Expected 0 spaces after "("; 1 found
(#132) Variable "queryObject" must be all lower-case
(#132) Short array syntax must be used to define arrays
(#134) Short array syntax must be used to define arrays
(#139) There should be a comma after the last array item in a multi-line array.
(#141) There should be a comma after the last array item in a multi-line array.
(#143) Variable "queryObject" must be all lower-case
(#148) Variable "tiiClass" must be all lower-case
(#149) Short array syntax must be used to define arrays
(#151) Inline control structures are not allowed
(#151) Short array syntax must be used to define arrays
(#151) Line exceeds 132 characters; contains 144 characters
(#152) Space found after opening bracket of FOREACH loop
(#152) Space found before closing bracket of FOREACH loop
(#156) Variable "tiiClass" must be all lower-case
(#157) Variable "tiiClass" must be all lower-case
(#165) Missing docblock for function buildClassRequest
(#165) Private method name "ClassSoap::buildClassRequest" must be in lower-case letters only
(#165) Expected 0 spaces after "("; 1 found
(#166) Short array syntax must be used to define arrays
(#175) Inline control structures are not allowed
(#181) Blank comments are not allowed
(#181) File must end with a newline character
(#181) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/log.class.php
(#1) Moodle boilerplate not found
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Missing @copyright tag
(#9) Missing @license tag
(#10) Docblock tag "@ignore" is not recommended.
(#12) No one-line description found in phpdocs for docblock of class TurnitinLogger
(#12) DocBlock missing a @package tag for class TurnitinLogger. Expected @package mod_turnitintooltwo
(#14) Missing docblock for constant TurnitinLogger::LOGLEVEL
(#15) Missing docblock for constant TurnitinLogger::KEEPLOGS
(#17) Missing docblock for function __construct
(#17) Expected 0 spaces after "("; 1 found
(#18) Inline control structures are not allowed
(#24) Missing docblock for function rotateLogs
(#24) Private method name "TurnitinLogger::rotateLogs" must be in lower-case letters only
(#24) Expected 0 spaces after "("; 1 found
(#28) Expected 1 space before "="; 0 found
(#28) Expected 1 space after "="; 0 found
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#29) Short array syntax must be used to define arrays
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space before "!="; 0 found
(#31) Expected 1 space after "!="; 0 found
(#31) Logical operator "and" is prohibited; use "&&" instead
(#31) Commas (,) must be followed by white space.
(#32) Expected 1 space before "="; 0 found
(#32) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "<"; 0 found
(#36) Expected 1 space after "<"; 0 found
(#36) Whitespace found before closing bracket of FOR loop
(#43) Blank comments are not allowed
(#43) File must end with a newline character
(#43) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/logger.php
(#1) DocBlock missing a @package tag for file logger.php. Expected @package mod_turnitintooltwo
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Missing @copyright tag
(#3) Missing @license tag
(#17) Docblock tag "@version" is not recommended.
(#21) Docblock tag "@ignore" is not recommended.
(#24) No one-line description found in phpdocs for docblock of class KLogger
(#24) DocBlock missing a @package tag for class KLogger. Expected @package mod_turnitintooltwo
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Opening brace should be on the same line as the declaration for class KLogger
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Missing docblock for constant KLogger::ALERT
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Missing docblock for constant KLogger::CRIT
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Missing docblock for constant KLogger::ERR
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Missing docblock for constant KLogger::WARN
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Missing docblock for constant KLogger::NOTICE
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Missing docblock for constant KLogger::INFO
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Missing docblock for constant KLogger::DEBUG
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// custom logging level" but found "//custom logging level"
(#55) Missing docblock for constant KLogger::STATUS_OPEN_FAILED
(#56) Missing docblock for constant KLogger::STATUS_LOG_CLOSED
(#65) Missing docblock for constant KLogger::PREFIX
(#69) Expected "int" but found "integer" for @var tag in member variable comment
(#71) Member variable "_logStatus" must be all lower-case
(#76) Member variable "_messageQueue" must be all lower-case
(#76) Short array syntax must be used to define arrays
(#81) Member variable "_logFilePath" must be all lower-case
(#84) Expected "int" but found "integer" for @var tag in member variable comment
(#86) Member variable "_severityThreshold" must be all lower-case
(#91) Member variable "_fileHandle" must be all lower-case
(#97) Short array syntax must be used to define arrays
(#98) Line exceeds 132 characters; contains 133 characters
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) This comment is 67% valid code; is this commented out code?
(#98) No space found before comment text; expected "// 'writefail' => 'The file exists, but could not be opened for writing. Check that appropriate permissions have been set.'," but found "//'writefail' => 'The file exists, but could not be opened for writing. Check that appropriate permissions have been set.',"
(#106) Expected "int" but found "integer" for @var tag in member variable comment
(#108) Member variable "_defaultSeverity" must be all lower-case
(#113) Member variable "_dateFormat" must be all lower-case
(#116) Expected "int" but found "integer" for @var tag in member variable comment
(#118) Member variable "_defaultPermissions" must be all lower-case
(#123) Short array syntax must be used to define arrays
(#133) Variable "logDirectory" must be all lower-case
(#134) Opening brace should be on the same line as the declaration
(#136) Variable "_defaultSeverity" must be all lower-case
(#136) Variable "_defaultSeverity" must not contain underscores.
(#139) Variable "logDirectory" must be all lower-case
(#143) Variable "logDirectory" must be all lower-case
(#147) Variable "logDirectory" must be all lower-case
(#148) Variable "logDirectory" must be all lower-case
(#151) Variable "logDirectory" must be all lower-case
(#151) Variable "logDirectory" must be all lower-case
(#153) Variable "logDirectory" must be all lower-case
(#163) Variable "logDirectory" must be all lower-case
(#164) Opening brace should be on the same line as the declaration
(#165) Variable "logDirectory" must be all lower-case
(#165) Variable "logDirectory" must be all lower-case
(#171) Variable "logDirectory" must be all lower-case
(#178) Variable "logDirectory" must be all lower-case
(#179) Variable "logDirectory" must be all lower-case
(#179) Variable "_defaultPermissions" must be all lower-case
(#179) Variable "_defaultPermissions" must not contain underscores.
(#201) Opening brace should be on the same line as the declaration
(#212) Public method name "KLogger::logDebug" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#221) Public method name "KLogger::getMessage" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#230) Public method name "KLogger::getMessages" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#239) Public method name "KLogger::clearMessages" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#241) Short array syntax must be used to define arrays
(#249) Public method name "KLogger::setDateFormat" must be in lower-case letters only
(#249) Variable "dateFormat" must be all lower-case
(#250) Opening brace should be on the same line as the declaration
(#251) Variable "_dateFormat" must be all lower-case
(#251) Variable "_dateFormat" must not contain underscores.
(#251) Variable "dateFormat" must be all lower-case
(#261) Public method name "KLogger::logInfo" must be in lower-case letters only
(#262) Opening brace should be on the same line as the declaration
(#273) Public method name "KLogger::logNotice" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#286) Public method name "KLogger::logWarn" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#298) Public method name "KLogger::logError" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#311) Public method name "KLogger::logFatal" must be in lower-case letters only
(#312) Opening brace should be on the same line as the declaration
(#322) Public method name "KLogger::logAlert" must be in lower-case letters only
(#323) Opening brace should be on the same line as the declaration
(#333) Public method name "KLogger::logCrit" must be in lower-case letters only
(#334) Opening brace should be on the same line as the declaration
(#344) Public method name "KLogger::logEmerg" must be in lower-case letters only
(#345) Opening brace should be on the same line as the declaration
(#356) Opening brace should be on the same line as the declaration
(#363) Expected "if (...) {\n"; found "if(...) {\n"
(#378) Public method name "KLogger::writeFreeFormLine" must be in lower-case letters only
(#379) Opening brace should be on the same line as the declaration
(#388) Method name "_getTimeLine" should not be prefixed with an underscore to indicate visibility
(#388) Missing docblock for function _getTimeLine
(#388) Private method name "KLogger::_getTimeLine" must be in lower-case letters only
(#389) Opening brace should be on the same line as the declaration
(#390) Variable "_dateFormat" must be all lower-case
(#390) Variable "_dateFormat" must not contain underscores.
(#399) Perl-style comments are not allowed; use "// Comment." instead
(#417) Blank comments are not allowed
(#417) File must end with a newline character
(#417) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/lti.class.php
(#1) Moodle boilerplate not found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Missing @copyright tag
(#13) Missing @license tag
(#14) Docblock tag "@ignore" is not recommended.
(#16) No one-line description found in phpdocs for docblock of class LTI
(#16) DocBlock missing a @package tag for class LTI. Expected @package mod_turnitintooltwo
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#34) Missing member variable doc comment
(#35) Missing member variable doc comment
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#45) Missing docblock for function __construct
(#45) Expected 0 spaces after "("; 1 found
(#47) Short array syntax must be used to define arrays
(#49) There should be a comma after the last array item in a multi-line array.
(#62) Public method name "LTI::getDVGradeMarkFormHash" must be in lower-case letters only
(#62) Expected 0 spaces after "("; 1 found
(#71) Public method name "LTI::getDVReportFormHash" must be in lower-case letters only
(#71) Expected 0 spaces after "("; 1 found
(#80) Public method name "LTI::getDVDefaultFormHash" must be in lower-case letters only
(#80) Expected 0 spaces after "("; 1 found
(#89) Public method name "LTI::getDVPeerMarkFormHash" must be in lower-case letters only
(#89) Expected 0 spaces after "("; 1 found
(#99) Public method name "LTI::getDVFormHash" must be in lower-case letters only
(#99) Expected 0 spaces after "("; 1 found
(#100) Short array syntax must be used to define arrays
(#104) There should be a comma after the last array item in a multi-line array.
(#106) Inline control structures are not allowed
(#106) Expected 1 space after "="; 2 found
(#119) Public method name "LTI::getMessagesFormHash" must be in lower-case letters only
(#119) Expected 0 spaces after "("; 1 found
(#120) Short array syntax must be used to define arrays
(#123) There should be a comma after the last array item in a multi-line array.
(#125) Inline control structures are not allowed
(#125) Expected 1 space after "="; 2 found
(#138) Public method name "LTI::getRubricManagerFormHash" must be in lower-case letters only
(#138) Expected 0 spaces after "("; 1 found
(#139) Short array syntax must be used to define arrays
(#142) There should be a comma after the last array item in a multi-line array.
(#144) Inline control structures are not allowed
(#145) Inline control structures are not allowed
(#145) Expected 1 space after "="; 2 found
(#158) Public method name "LTI::getRubricViewFormHash" must be in lower-case letters only
(#158) Expected 0 spaces after "("; 1 found
(#159) Short array syntax must be used to define arrays
(#163) There should be a comma after the last array item in a multi-line array.
(#165) Inline control structures are not allowed
(#165) Expected 1 space after "="; 2 found
(#178) Public method name "LTI::getQuickmarkFormHash" must be in lower-case letters only
(#178) Expected 0 spaces after "("; 1 found
(#179) Short array syntax must be used to define arrays
(#182) There should be a comma after the last array item in a multi-line array.
(#184) Inline control structures are not allowed
(#184) Expected 1 space after "="; 2 found
(#197) Public method name "LTI::getUserAgreementFormHash" must be in lower-case letters only
(#197) Expected 0 spaces after "("; 1 found
(#198) Short array syntax must be used to define arrays
(#200) There should be a comma after the last array item in a multi-line array.
(#202) Inline control structures are not allowed
(#202) Expected 1 space after "="; 2 found
(#215) Public method name "LTI::getDownloadXLSFormHash" must be in lower-case letters only
(#215) Expected 0 spaces after "("; 1 found
(#216) Short array syntax must be used to define arrays
(#220) There should be a comma after the last array item in a multi-line array.
(#222) Inline control structures are not allowed
(#222) Expected 1 space after "="; 2 found
(#235) Public method name "LTI::getPeerMarkSetupFormHash" must be in lower-case letters only
(#235) Expected 0 spaces after "("; 1 found
(#236) Short array syntax must be used to define arrays
(#240) There should be a comma after the last array item in a multi-line array.
(#242) Inline control structures are not allowed
(#242) Logical operator "and" is prohibited; use "&&" instead
(#243) Inline control structures are not allowed
(#244) Inline control structures are not allowed
(#245) Inline control structures are not allowed
(#258) Public method name "LTI::getPeerMarkReviewFormHash" must be in lower-case letters only
(#258) Expected 0 spaces after "("; 1 found
(#259) Short array syntax must be used to define arrays
(#263) There should be a comma after the last array item in a multi-line array.
(#265) Inline control structures are not allowed
(#266) Inline control structures are not allowed
(#266) Expected 1 space after "="; 2 found
(#267) Inline control structures are not allowed
(#280) Public method name "LTI::getDownloadZipFormHash" must be in lower-case letters only
(#280) Expected 0 spaces after "("; 1 found
(#289) Public method name "LTI::getDownloadPDFZipFormHash" must be in lower-case letters only
(#289) Expected 0 spaces after "("; 1 found
(#298) Public method name "LTI::getDownloadGradeMarkZipFormHash" must be in lower-case letters only
(#298) Expected 0 spaces after "("; 1 found
(#308) Private method name "LTI::getDownloadBulkFormHash" must be in lower-case letters only
(#308) Expected 0 spaces after "("; 1 found
(#309) Short array syntax must be used to define arrays
(#313) There should be a comma after the last array item in a multi-line array.
(#315) Inline control structures are not allowed
(#315) Expected 1 space after "="; 2 found
(#316) Inline control structures are not allowed
(#329) Public method name "LTI::getDownloadOriginalFileFormHash" must be in lower-case letters only
(#329) Expected 0 spaces after "("; 1 found
(#338) Public method name "LTI::getDownloadDefaultPDFFormHash" must be in lower-case letters only
(#338) Expected 0 spaces after "("; 1 found
(#347) Public method name "LTI::getDownloadGradeMarkPDFFormHash" must be in lower-case letters only
(#347) Expected 0 spaces after "("; 1 found
(#356) Private method name "LTI::getDownloadSubmissionFormHash" must be in lower-case letters only
(#356) Expected 0 spaces after "("; 1 found
(#357) Short array syntax must be used to define arrays
(#361) There should be a comma after the last array item in a multi-line array.
(#363) Inline control structures are not allowed
(#363) Expected 1 space after "="; 2 found
(#364) Inline control structures are not allowed
(#377) Public method name "LTI::getSubmissionFormHash" must be in lower-case letters only
(#377) Expected 0 spaces after "("; 1 found
(#378) Short array syntax must be used to define arrays
(#385) There should be a comma after the last array item in a multi-line array.
(#388) Expected 1 space after "="; 2 found
(#389) Expected 1 space after "="; 2 found
(#391) Inline control structures are not allowed
(#391) Expected 1 space after "="; 2 found
(#392) Inline control structures are not allowed
(#405) Public method name "LTI::getResubmissionFormHash" must be in lower-case letters only
(#405) Expected 0 spaces after "("; 1 found
(#406) Short array syntax must be used to define arrays
(#413) There should be a comma after the last array item in a multi-line array.
(#416) Expected 1 space after "="; 2 found
(#417) Expected 1 space after "="; 2 found
(#419) Inline control structures are not allowed
(#419) Expected 1 space after "="; 2 found
(#420) Inline control structures are not allowed
(#433) Public method name "LTI::getCreateAssignmentFormHash" must be in lower-case letters only
(#433) Expected 0 spaces after "("; 1 found
(#434) Short array syntax must be used to define arrays
(#438) There should be a comma after the last array item in a multi-line array.
(#440) Inline control structures are not allowed
(#440) Expected 1 space after "="; 2 found
(#441) Inline control structures are not allowed
(#454) Public method name "LTI::getEditAssignmentFormHash" must be in lower-case letters only
(#454) Expected 0 spaces after "("; 1 found
(#455) Short array syntax must be used to define arrays
(#459) There should be a comma after the last array item in a multi-line array.
(#461) Inline control structures are not allowed
(#461) Expected 1 space after "="; 2 found
(#462) Inline control structures are not allowed
(#475) Public method name "LTI::getAssignmentInboxFormHash" must be in lower-case letters only
(#475) Expected 0 spaces after "("; 1 found
(#476) Short array syntax must be used to define arrays
(#480) There should be a comma after the last array item in a multi-line array.
(#482) Inline control structures are not allowed
(#482) Expected 1 space after "="; 2 found
(#483) Inline control structures are not allowed
(#484) Inline control structures are not allowed
(#503) No one-line description found in phpdocs for docblock of function getFormHtml
(#503) Public method name "LTI::getFormHtml" must be in lower-case letters only
(#503) Expected 0 spaces after "("; 1 found
(#504) Logical operator "or" is prohibited; use "||" instead
(#509) Line exceeds 132 characters; contains 156 characters
(#510) Space found after opening bracket of FOREACH loop
(#510) Space found before closing bracket of FOREACH loop
(#511) Line exceeds 132 characters; contains 153 characters
(#519) Line exceeds 132 characters; contains 141 characters
(#529) Public method name "LTI::createSubmission" must be in lower-case letters only
(#529) Expected 0 spaces after "("; 1 found
(#530) Variable "params_merge" must not contain underscores.
(#532) Variable "params_merge" must not contain underscores.
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Variable "params_merge" must not contain underscores.
(#544) Variable "params_merge" must not contain underscores.
(#547) Variable "params_merge" must not contain underscores.
(#553) Variable "tiiSubmission" must be all lower-case
(#554) Variable "tiiSubmission" must be all lower-case
(#555) Variable "tiiSubmission" must be all lower-case
(#556) Variable "tiiSubmission" must be all lower-case
(#565) Public method name "LTI::replaceSubmission" must be in lower-case letters only
(#565) Expected 0 spaces after "("; 1 found
(#566) Variable "params_merge" must not contain underscores.
(#568) Variable "params_merge" must not contain underscores.
(#570) Inline comments must end in full-stops, exclamation marks, or question marks
(#574) Variable "params_merge" must not contain underscores.
(#576) Variable "params_merge" must not contain underscores.
(#579) Variable "params_merge" must not contain underscores.
(#585) Variable "tiiSubmission" must be all lower-case
(#586) Variable "tiiSubmission" must be all lower-case
(#587) Variable "tiiSubmission" must be all lower-case
(#588) Variable "tiiSubmission" must be all lower-case
(#597) method name "LTI::__getLastRequest" is invalid; only PHP magic methods should be prefixed with a double underscore
(#605) Private method name "LTI::setLastRequestPrivate" must be in lower-case letters only
(#605) Expected 0 spaces after "("; 1 found
(#613) method name "LTI::__getLastResponse" is invalid; only PHP magic methods should be prefixed with a double underscore
(#621) Private method name "LTI::setLastResponsePrivate" must be in lower-case letters only
(#621) Expected 0 spaces after "("; 1 found
(#629) Public method name "LTI::setXmlResponse" must be in lower-case letters only
(#629) Expected 0 spaces after "("; 1 found
(#637) Public method name "LTI::getXmlResponse" must be in lower-case letters only
(#645) Protected method name "LTI::getLtiParams" must be in lower-case letters only
(#653) Protected method name "LTI::setLtiParams" must be in lower-case letters only
(#653) Expected 0 spaces after "("; 1 found
(#654) Inline control structures are not allowed
(#667) Private method name "LTI::genUuid" must be in lower-case letters only
(#684) Public method name "LTI::getApiBaseUrl" must be in lower-case letters only
(#692) Public method name "LTI::setApiBaseUrl" must be in lower-case letters only
(#700) Public method name "LTI::getEndPoint" must be in lower-case letters only
(#708) Public method name "LTI::setEndPoint" must be in lower-case letters only
(#718) Private method name "LTI::getCleanEndPoint" must be in lower-case letters only
(#726) Public method name "LTI::getIntegrationId" must be in lower-case letters only
(#734) Public method name "LTI::setIntegrationId" must be in lower-case letters only
(#742) Public method name "LTI::getAccountId" must be in lower-case letters only
(#750) Public method name "LTI::setAccountId" must be in lower-case letters only
(#758) Public method name "LTI::getSharedKey" must be in lower-case letters only
(#766) Public method name "LTI::setSharedKey" must be in lower-case letters only
(#774) Public method name "LTI::getLogPath" must be in lower-case letters only
(#782) Public method name "LTI::setLogPath" must be in lower-case letters only
(#790) Public method name "LTI::getDebug" must be in lower-case letters only
(#798) Public method name "LTI::setDebug" must be in lower-case letters only
(#798) Expected 0 spaces after "("; 2 found
(#806) Public method name "LTI::getProxyHost" must be in lower-case letters only
(#814) Public method name "LTI::setProxyHost" must be in lower-case letters only
(#822) Public method name "LTI::getProxyPort" must be in lower-case letters only
(#830) Public method name "LTI::setProxyPort" must be in lower-case letters only
(#838) Public method name "LTI::getProxyType" must be in lower-case letters only
(#846) Public method name "LTI::setProxyType" must be in lower-case letters only
(#854) Public method name "LTI::getProxyUser" must be in lower-case letters only
(#862) Public method name "LTI::setProxyUser" must be in lower-case letters only
(#870) Public method name "LTI::getProxyPassword" must be in lower-case letters only
(#878) Public method name "LTI::setProxyPassword" must be in lower-case letters only
(#886) Public method name "LTI::getProxyBypass" must be in lower-case letters only
(#890) Missing docblock for function setProxyBypass
(#890) Public method name "LTI::setProxyBypass" must be in lower-case letters only
(#898) Public method name "LTI::getSSLCertificate" must be in lower-case letters only
(#902) Missing docblock for function setSSLCertificate
(#902) Public method name "LTI::setSSLCertificate" must be in lower-case letters only
(#910) Public method name "LTI::getTestingConnection" must be in lower-case letters only
(#914) Missing docblock for function setTestingConnection
(#914) Public method name "LTI::setTestingConnection" must be in lower-case letters only
(#922) Public method name "LTI::getPerformanceLog" must be in lower-case letters only
(#926) Missing docblock for function setPerformanceLog
(#926) Public method name "LTI::setPerformanceLog" must be in lower-case letters only
(#934) Private method name "LTI::transportData" must be in lower-case letters only
(#934) Expected 0 spaces after "("; 1 found
(#944) Logical operator "and" is prohibited; use "&&" instead
(#947) Logical operator "and" is prohibited; use "&&" instead
(#950) Logical operator "and" is prohibited; use "&&" instead
(#965) Expected "if (...) {\n"; found "if(...) {\n"
(#972) The use of function print_r() is forbidden
(#983) Public method name "LTI::getHttpHeaders" must be in lower-case letters only
(#988) Docblock tag "@ignore" is not recommended.
(#991) No one-line description found in phpdocs for docblock of function getLanguage
(#991) Public method name "LTI::getLanguage" must be in lower-case letters only
(#996) Docblock tag "@ignore" is not recommended.
(#999) No one-line description found in phpdocs for docblock of function setLanguage
(#999) Public method name "LTI::setLanguage" must be in lower-case letters only
(#1003) Missing docblock for function setIntegrationVersion
(#1003) Public method name "LTI::setIntegrationVersion" must be in lower-case letters only
(#1003) Expected 0 spaces after "("; 1 found
(#1007) Missing docblock for function getIntegrationVersion
(#1007) Public method name "LTI::getIntegrationVersion" must be in lower-case letters only
(#1011) Missing docblock for function setPluginVersion
(#1011) Public method name "LTI::setPluginVersion" must be in lower-case letters only
(#1011) Expected 0 spaces after "("; 1 found
(#1015) Missing docblock for function getPluginVersion
(#1015) Public method name "LTI::getPluginVersion" must be in lower-case letters only
(#1021) Blank comments are not allowed
(#1021) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/membershipsoap.class.php
(#1) Moodle boilerplate not found
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Missing @copyright tag
(#12) Missing @license tag
(#13) Docblock tag "@ignore" is not recommended.
(#15) No one-line description found in phpdocs for docblock of class MembershipSoap
(#15) DocBlock missing a @package tag for class MembershipSoap. Expected @package mod_turnitintooltwo
(#17) Missing member variable doc comment
(#19) Missing docblock for function __construct
(#19) Expected 0 spaces after "("; 1 found
(#24) Missing docblock for function createMembership
(#24) Public method name "MembershipSoap::createMembership" must be in lower-case letters only
(#24) Expected 0 spaces after "("; 1 found
(#32) Variable "tiiMembership" must be all lower-case
(#33) Variable "tiiMembership" must be all lower-case
(#34) Variable "tiiMembership" must be all lower-case
(#42) Missing docblock for function readMembershipSoap
(#42) Public method name "MembershipSoap::readMembershipSoap" must be in lower-case letters only
(#42) Expected 0 spaces after "("; 1 found
(#44) Short array syntax must be used to define arrays
(#49) Variable "tiiMembership" must be all lower-case
(#50) Variable "tiiMembership" must be all lower-case
(#51) Variable "tiiMembership" must be all lower-case
(#52) Variable "tiiMembership" must be all lower-case
(#53) Variable "tiiMembership" must be all lower-case
(#54) Variable "tiiMembership" must be all lower-case
(#62) Missing docblock for function readMembershipsSoap
(#62) Public method name "MembershipSoap::readMembershipsSoap" must be in lower-case letters only
(#62) Expected 0 spaces after "("; 1 found
(#64) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#71) Inline control structures are not allowed
(#71) Short array syntax must be used to define arrays
(#71) Line exceeds maximum limit of 180 characters; contains 186 characters
(#72) Space found after opening bracket of FOREACH loop
(#72) Space found before closing bracket of FOREACH loop
(#73) Variable "tiiMembership" must be all lower-case
(#74) Variable "tiiMembership" must be all lower-case
(#75) Variable "tiiMembership" must be all lower-case
(#76) Variable "tiiMembership" must be all lower-case
(#77) Variable "tiiMembership" must be all lower-case
(#78) Variable "tiiMembership" must be all lower-case
(#89) Missing docblock for function deleteMembershipSoap
(#89) Public method name "MembershipSoap::deleteMembershipSoap" must be in lower-case letters only
(#89) Expected 0 spaces after "("; 1 found
(#91) Short array syntax must be used to define arrays
(#96) Variable "tiiMembership" must be all lower-case
(#97) Variable "tiiMembership" must be all lower-case
(#105) Missing docblock for function findMemberships
(#105) Public method name "MembershipSoap::findMemberships" must be in lower-case letters only
(#105) Expected 0 spaces after "("; 1 found
(#107) Short array syntax must be used to define arrays
(#107) Line exceeds 132 characters; contains 149 characters
(#112) Variable "tiiMembership" must be all lower-case
(#113) Short array syntax must be used to define arrays
(#115) Inline control structures are not allowed
(#115) Short array syntax must be used to define arrays
(#115) Line exceeds 132 characters; contains 144 characters
(#116) Space found after opening bracket of FOREACH loop
(#116) Space found before closing bracket of FOREACH loop
(#120) Variable "tiiMembership" must be all lower-case
(#121) Variable "tiiMembership" must be all lower-case
(#129) Missing docblock for function buildMembershipRequest
(#129) Private method name "MembershipSoap::buildMembershipRequest" must be in lower-case letters only
(#129) Expected 0 spaces after "("; 1 found
(#130) Short array syntax must be used to define arrays
(#135) Line exceeds 132 characters; contains 160 characters
(#141) Blank comments are not allowed
(#141) File must end with a newline character
(#141) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/oauthsimple.class.php
(#1) Missing docblock for file oauthsimple.class.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#4) Docblock tag "@ignore" is not recommended.
(#11) Docblock tag "@version" is not recommended.
(#15) No one-line description found in phpdocs for docblock of class OAuthSimple
(#15) DocBlock missing a @package tag for class OAuthSimple. Expected @package mod_turnitintooltwo
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#23) Member variable "oauth_body_hash" must not contain underscores.
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#30) Docblock tag "@access" is not recommended.
(#31) Line exceeds 132 characters; contains 146 characters
(#35) Visibility must be declared on method "__construct"
(#35) Variable "APIKey" must be all lower-case
(#35) Variable "sharedSecret" must be all lower-case
(#37) Variable "APIKey" must be all lower-case
(#38) Variable "APIKey" must be all lower-case
(#41) Variable "sharedSecret" must be all lower-case
(#42) Variable "sharedSecret" must be all lower-case
(#55) Docblock tag "@access" is not recommended.
(#59) Short array syntax must be used to define arrays
(#60) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#61) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Missing docblock for function genBodyHash
(#67) Public method name "OAuthSimple::genBodyHash" must be in lower-case letters only
(#74) Docblock tag "@access" is not recommended.
(#75) Line exceeds 132 characters; contains 153 characters
(#78) Public method name "OAuthSimple::setParameters" must be in lower-case letters only
(#78) Short array syntax must be used to define arrays
(#115) Docblock tag "@access" is not recommended.
(#118) Public method name "OAuthSimple::setQueryString" must be in lower-case letters only
(#128) Public method name "OAuthSimple::setURL" must be in lower-case letters only
(#143) Public method name "OAuthSimple::setPath" must be in lower-case letters only
(#153) Public method name "OAuthSimple::setAction" must be in lower-case letters only
(#178) Short array syntax must be used to define arrays
(#207) Missing docblock for function setTokensAndSecrets
(#207) Public method name "OAuthSimple::setTokensAndSecrets" must be in lower-case letters only
(#217) Public method name "OAuthSimple::setSignatureMethod" must be in lower-case letters only
(#240) Line exceeds 132 characters; contains 148 characters
(#243) Short array syntax must be used to define arrays
(#257) Short array syntax must be used to define arrays
(#260) Variable "normParams" must be all lower-case
(#261) Variable "normParams" must be all lower-case
(#263) Short array syntax must be used to define arrays
(#268) There should be a comma after the last array item in a multi-line array.
(#282) Public method name "OAuthSimple::getHeaderString" must be in lower-case letters only
(#282) Short array syntax must be used to define arrays
(#288) Variable "pName" must be all lower-case
(#288) Variable "pValue" must be all lower-case
(#289) Variable "pName" must be all lower-case
(#292) Variable "pValue" must be all lower-case
(#293) Variable "pValue" must be all lower-case
(#294) Variable "pName" must be all lower-case
(#297) Variable "pName" must be all lower-case
(#297) Variable "pValue" must be all lower-case
(#304) Missing docblock for function getParamArray
(#304) Public method name "OAuthSimple::getParamArray" must be in lower-case letters only
(#304) Expected 0 spaces after "("; 1 found
(#304) Short array syntax must be used to define arrays
(#308) Short array syntax must be used to define arrays
(#310) Variable "pName" must be all lower-case
(#310) Variable "pValue" must be all lower-case
(#311) Variable "pName" must be all lower-case
(#314) Variable "pValue" must be all lower-case
(#315) Variable "pValue" must be all lower-case
(#316) Variable "pName" must be all lower-case
(#319) Variable "pName" must be all lower-case
(#319) Variable "pValue" must be all lower-case
(#326) Method name "_parseParameterString" should not be prefixed with an underscore to indicate visibility
(#326) Missing docblock for function _parseParameterString
(#326) Private method name "OAuthSimple::_parseParameterString" must be in lower-case letters only
(#326) Variable "paramString" must be all lower-case
(#327) Variable "paramString" must be all lower-case
(#328) Short array syntax must be used to define arrays
(#336) Short array syntax must be used to define arrays
(#341) Inline control structures are not allowed
(#347) Method name "_oauthEscape" should not be prefixed with an underscore to indicate visibility
(#347) Missing docblock for function _oauthEscape
(#347) Private method name "OAuthSimple::_oauthEscape" must be in lower-case letters only
(#372) Method name "_getNonce" should not be prefixed with an underscore to indicate visibility
(#372) Missing docblock for function _getNonce
(#372) Private method name "OAuthSimple::_getNonce" must be in lower-case letters only
(#374) Variable "cLength" must be all lower-case
(#376) Variable "cLength" must be all lower-case
(#385) Method name "_getApiKey" should not be prefixed with an underscore to indicate visibility
(#385) Missing docblock for function _getApiKey
(#385) Private method name "OAuthSimple::_getApiKey" must be in lower-case letters only
(#394) Method name "_getAccessToken" should not be prefixed with an underscore to indicate visibility
(#394) Missing docblock for function _getAccessToken
(#394) Private method name "OAuthSimple::_getAccessToken" must be in lower-case letters only
(#406) Method name "_getTimeStamp" should not be prefixed with an underscore to indicate visibility
(#406) Missing docblock for function _getTimeStamp
(#406) Private method name "OAuthSimple::_getTimeStamp" must be in lower-case letters only
(#410) Method name "_normalizedParameters" should not be prefixed with an underscore to indicate visibility
(#410) Missing docblock for function _normalizedParameters
(#410) Private method name "OAuthSimple::_normalizedParameters" must be in lower-case letters only
(#411) Variable "normalized_keys" must not contain underscores.
(#411) Short array syntax must be used to define arrays
(#412) Variable "return_array" must not contain underscores.
(#412) Short array syntax must be used to define arrays
(#414) Variable "paramName" must be all lower-case
(#414) Variable "paramValue" must be all lower-case
(#415) Variable "paramName" must be all lower-case
(#415) Logical operator "or" is prohibited; use "||" instead
(#415) Variable "paramValue" must be all lower-case
(#415) Variable "paramValue" must be all lower-case
(#415) Line exceeds 132 characters; contains 134 characters
(#416) Variable "paramValue" must be all lower-case
(#417) Variable "normalized_keys" must not contain underscores.
(#417) Variable "paramName" must be all lower-case
(#417) Short array syntax must be used to define arrays
(#418) Variable "paramValue" must be all lower-case
(#419) Variable "normalized_keys" must not contain underscores.
(#419) Variable "paramName" must be all lower-case
(#422) Variable "normalized_keys" must not contain underscores.
(#422) Variable "paramName" must be all lower-case
(#422) Variable "paramValue" must be all lower-case
(#427) Variable "normalized_keys" must not contain underscores.
(#429) Variable "normalized_keys" must not contain underscores.
(#433) Variable "return_array" must not contain underscores.
(#436) Variable "return_array" must not contain underscores.
(#440) Variable "return_array" must not contain underscores.
(#443) Method name "_generateSignature" should not be prefixed with an underscore to indicate visibility
(#443) Missing docblock for function _generateSignature
(#443) Private method name "OAuthSimple::_generateSignature" must be in lower-case letters only
(#444) Variable "secretKey" must be all lower-case
(#446) Variable "secretKey" must be all lower-case
(#449) Variable "secretKey" must be all lower-case
(#451) Variable "secretKey" must be all lower-case
(#455) Variable "secretKey" must be all lower-case
(#458) Line exceeds 132 characters; contains 164 characters
(#460) Variable "secretKey" must be all lower-case
(#460) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#470) Docblock tag "@ignore" is not recommended.
(#472) No one-line description found in phpdocs for docblock of class OAuthSimpleException
(#472) DocBlock missing a @package tag for class OAuthSimpleException. Expected @package mod_turnitintooltwo
(#474) Missing docblock for function __construct
(#474) Variable "isDebug" must be all lower-case
(#474) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#476) Variable "isDebug" must be all lower-case
(#477) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#481) Missing docblock for function log_error
(#482) The use of function error_log() is forbidden; use debugging() instead
(#485) Missing docblock for function display_error
(#485) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#486) The use of function print_r() is forbidden
(#487) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#494) Blank comments are not allowed
(#494) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/perflog.class.php
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#3) Missing @license tag
(#3) Missing docblock for class PerformanceLog
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Missing member variable doc comment
(#5) Member variable "start_time" must not contain underscores.
(#7) Missing docblock for function start_timer
(#11) Missing docblock for function stop_timer
(#12) Variable "total_response_time" must not contain underscores.
(#13) Variable "total_response_time" must not contain underscores.
(#16) Missing docblock for function log
(#16) Variable "total_response_time" must not contain underscores.
(#22) Blank comments are not allowed
(#22) File must end with a newline character
(#22) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/response.class.php
(#1) Moodle boilerplate not found
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Missing @copyright tag
(#5) Missing @license tag
(#7) Whitespace found at end of line
(#8) Incorrect @package tag for class Response. Expected mod_turnitintooltwo, found TurnitinSDK.
(#12) Missing member variable doc comment
(#13) Missing member variable doc comment
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#31) Docblock tag "@ignore" is not recommended.
(#35) No one-line description found in phpdocs for docblock of function __construct
(#35) Expected 0 spaces after "("; 1 found
(#39) Inline control structures are not allowed
(#40) Inline control structures are not allowed
(#42) Inline control structures are not allowed
(#43) Inline control structures are not allowed
(#49) Inline control structures are not allowed
(#49) Line exceeds 132 characters; contains 136 characters
(#57) Inline control structures are not allowed
(#57) Line exceeds 132 characters; contains 147 characters
(#62) Docblock tag "@ignore" is not recommended.
(#68) No one-line description found in phpdocs for docblock of function outputDebug
(#68) Private method name "Response::outputDebug" must be in lower-case letters only
(#68) Expected 0 spaces after "("; 1 found
(#70) Line exceeds maximum limit of 180 characters; contains 187 characters
(#74) Docblock tag "@ignore" is not recommended.
(#80) No one-line description found in phpdocs for docblock of function xmlPretty
(#80) Private method name "Response::xmlPretty" must be in lower-case letters only
(#80) Expected 0 spaces after "("; 1 found
(#83) Variable "xml_obj" must not contain underscores.
(#90) Short array syntax must be used to define arrays
(#92) Variable "xml_obj" must not contain underscores.
(#98) Space found after opening bracket of FOREACH loop
(#98) Space found before closing bracket of FOREACH loop
(#119) Docblock tag "@ignore" is not recommended.
(#124) No one-line description found in phpdocs for docblock of function setMessageRefId
(#124) Private method name "Response::setMessageRefId" must be in lower-case letters only
(#124) Expected 0 spaces after "("; 1 found
(#136) Public method name "Response::getMessageRefId" must be in lower-case letters only
(#141) Docblock tag "@ignore" is not recommended.
(#146) No one-line description found in phpdocs for docblock of function setMessageId
(#146) Private method name "Response::setMessageId" must be in lower-case letters only
(#146) Expected 0 spaces after "("; 1 found
(#157) Public method name "Response::getMessageId" must be in lower-case letters only
(#162) Docblock tag "@ignore" is not recommended.
(#167) No one-line description found in phpdocs for docblock of function setStatus
(#167) Private method name "Response::setStatus" must be in lower-case letters only
(#167) Expected 0 spaces after "("; 1 found
(#176) Public method name "Response::getStatus" must be in lower-case letters only
(#181) Docblock tag "@ignore" is not recommended.
(#186) No one-line description found in phpdocs for docblock of function setStatusCode
(#186) Private method name "Response::setStatusCode" must be in lower-case letters only
(#186) Expected 0 spaces after "("; 1 found
(#195) Public method name "Response::getStatusCode" must be in lower-case letters only
(#200) Docblock tag "@ignore" is not recommended.
(#205) No one-line description found in phpdocs for docblock of function setDescription
(#205) Private method name "Response::setDescription" must be in lower-case letters only
(#205) Expected 0 spaces after "("; 1 found
(#214) Public method name "Response::getDescription" must be in lower-case letters only
(#219) Docblock tag "@ignore" is not recommended.
(#224) No one-line description found in phpdocs for docblock of function setUser
(#224) Public method name "Response::setUser" must be in lower-case letters only
(#224) Expected 0 spaces after "("; 1 found
(#233) Public method name "Response::getUser" must be in lower-case letters only
(#238) Docblock tag "@ignore" is not recommended.
(#243) No one-line description found in phpdocs for docblock of function setUsers
(#243) Public method name "Response::setUsers" must be in lower-case letters only
(#243) Expected 0 spaces after "("; 1 found
(#252) Public method name "Response::getUsers" must be in lower-case letters only
(#257) Docblock tag "@ignore" is not recommended.
(#262) No one-line description found in phpdocs for docblock of function setAssignment
(#262) Public method name "Response::setAssignment" must be in lower-case letters only
(#262) Expected 0 spaces after "("; 1 found
(#271) Public method name "Response::getAssignment" must be in lower-case letters only
(#276) Docblock tag "@ignore" is not recommended.
(#281) No one-line description found in phpdocs for docblock of function setAssignments
(#281) Public method name "Response::setAssignments" must be in lower-case letters only
(#281) Expected 0 spaces after "("; 1 found
(#290) Public method name "Response::getAssignments" must be in lower-case letters only
(#295) Docblock tag "@ignore" is not recommended.
(#300) No one-line description found in phpdocs for docblock of function setClass
(#300) Public method name "Response::setClass" must be in lower-case letters only
(#300) Expected 0 spaces after "("; 1 found
(#309) Public method name "Response::getClass" must be in lower-case letters only
(#314) Docblock tag "@ignore" is not recommended.
(#319) No one-line description found in phpdocs for docblock of function setClasses
(#319) Public method name "Response::setClasses" must be in lower-case letters only
(#319) Expected 0 spaces after "("; 1 found
(#328) Public method name "Response::getClasses" must be in lower-case letters only
(#333) Docblock tag "@ignore" is not recommended.
(#338) No one-line description found in phpdocs for docblock of function setMembership
(#338) Public method name "Response::setMembership" must be in lower-case letters only
(#338) Expected 0 spaces after "("; 1 found
(#347) Public method name "Response::getMembership" must be in lower-case letters only
(#352) Docblock tag "@ignore" is not recommended.
(#357) No one-line description found in phpdocs for docblock of function setMemberships
(#357) Public method name "Response::setMemberships" must be in lower-case letters only
(#357) Expected 0 spaces after "("; 1 found
(#366) Public method name "Response::getMemberships" must be in lower-case letters only
(#371) Docblock tag "@ignore" is not recommended.
(#376) No one-line description found in phpdocs for docblock of function setSubmission
(#376) Public method name "Response::setSubmission" must be in lower-case letters only
(#376) Expected 0 spaces after "("; 1 found
(#385) Public method name "Response::getSubmission" must be in lower-case letters only
(#390) Docblock tag "@ignore" is not recommended.
(#395) No one-line description found in phpdocs for docblock of function setSubmissions
(#395) Public method name "Response::setSubmissions" must be in lower-case letters only
(#395) Expected 0 spaces after "("; 1 found
(#404) Public method name "Response::getSubmissions" must be in lower-case letters only
(#409) Docblock tag "@ignore" is not recommended.
(#414) No one-line description found in phpdocs for docblock of function getRequestDomObject
(#414) Public method name "Response::getRequestDomObject" must be in lower-case letters only
(#419) Docblock tag "@ignore" is not recommended.
(#424) No one-line description found in phpdocs for docblock of function setRequestDomObject
(#424) Public method name "Response::setRequestDomObject" must be in lower-case letters only
(#429) Docblock tag "@ignore" is not recommended.
(#434) No one-line description found in phpdocs for docblock of function getDomObject
(#434) Public method name "Response::getDomObject" must be in lower-case letters only
(#439) Docblock tag "@ignore" is not recommended.
(#444) No one-line description found in phpdocs for docblock of function setDomObject
(#444) Public method name "Response::setDomObject" must be in lower-case letters only
(#450) Blank comments are not allowed
(#450) File must end with a newline character
(#450) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/sdkexception.class.php
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#3) Missing @license tag
(#6) Incorrect @package tag for class TurnitinSDKException. Expected mod_turnitintooltwo, found TurnitinSDK.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Missing member variable doc comment
(#11) Missing member variable doc comment
(#14) Docblock tag "@ignore" is not recommended.
(#21) No one-line description found in phpdocs for docblock of function __construct
(#21) Expected 0 spaces after "("; 1 found
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) This comment is 63% valid code; is this commented out code?
(#22) No space found before comment text; expected "// $this->faultcode = $faultcode;" but found "//$this->faultcode = $faultcode;"
(#26) Inline control structures are not allowed
(#30) Docblock tag "@ignore" is not recommended.
(#34) No one-line description found in phpdocs for docblock of function setMessage
(#34) Private method name "TurnitinSDKException::setMessage" must be in lower-case letters only
(#34) Expected 0 spaces after "("; 1 found
(#39) Docblock tag "@ignore" is not recommended.
(#43) No one-line description found in phpdocs for docblock of function setOutputTitle
(#43) Private method name "TurnitinSDKException::setOutputTitle" must be in lower-case letters only
(#43) Expected 0 spaces after "("; 1 found
(#48) Docblock tag "@ignore" is not recommended.
(#52) No one-line description found in phpdocs for docblock of function getOutputTitle
(#52) Private method name "TurnitinSDKException::getOutputTitle" must be in lower-case letters only
(#57) Docblock tag "@ignore" is not recommended.
(#61) No one-line description found in phpdocs for docblock of function setFaultCode
(#61) Private method name "TurnitinSDKException::setFaultCode" must be in lower-case letters only
(#61) Expected 0 spaces after "("; 1 found
(#83) Public method name "TurnitinSDKException::getFaultCode" must be in lower-case letters only
(#89) Blank comments are not allowed
(#89) File must end with a newline character
(#89) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/soap.class.php
(#1) Moodle boilerplate not found
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Missing @copyright tag
(#10) Missing @license tag
(#11) Docblock tag "@ignore" is not recommended.
(#13) No one-line description found in phpdocs for docblock of class Soap
(#13) DocBlock missing a @package tag for class Soap. Expected @package mod_turnitintooltwo
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#34) Missing member variable doc comment
(#35) Missing member variable doc comment
(#37) Missing member variable doc comment
(#39) Missing member variable doc comment
(#41) Missing docblock for function getLanguage
(#41) Public method name "Soap::getLanguage" must be in lower-case letters only
(#45) Missing docblock for function setLanguage
(#45) Public method name "Soap::setLanguage" must be in lower-case letters only
(#49) Missing docblock for function setIntegrationVersion
(#49) Public method name "Soap::setIntegrationVersion" must be in lower-case letters only
(#49) Expected 0 spaces after "("; 1 found
(#53) Missing docblock for function getIntegrationVersion
(#53) Public method name "Soap::getIntegrationVersion" must be in lower-case letters only
(#57) Missing docblock for function setPluginVersion
(#57) Public method name "Soap::setPluginVersion" must be in lower-case letters only
(#57) Expected 0 spaces after "("; 1 found
(#61) Missing docblock for function getPluginVersion
(#61) Public method name "Soap::getPluginVersion" must be in lower-case letters only
(#65) Missing docblock for function setIntegrationId
(#65) Public method name "Soap::setIntegrationId" must be in lower-case letters only
(#65) Expected 0 spaces after "("; 1 found
(#69) Missing docblock for function getIntegrationId
(#69) Public method name "Soap::getIntegrationId" must be in lower-case letters only
(#70) Inline control structures are not allowed
(#74) Missing docblock for function setAccountId
(#74) Public method name "Soap::setAccountId" must be in lower-case letters only
(#74) Expected 0 spaces after "("; 1 found
(#78) Missing docblock for function getAccountId
(#78) Public method name "Soap::getAccountId" must be in lower-case letters only
(#79) Inline control structures are not allowed
(#83) Missing docblock for function setSharedKey
(#83) Public method name "Soap::setSharedKey" must be in lower-case letters only
(#83) Expected 0 spaces after "("; 1 found
(#87) Missing docblock for function getSharedKey
(#87) Public method name "Soap::getSharedKey" must be in lower-case letters only
(#88) Inline control structures are not allowed
(#92) Missing docblock for function getLogPath
(#92) Public method name "Soap::getLogPath" must be in lower-case letters only
(#96) Missing docblock for function setLogPath
(#96) Public method name "Soap::setLogPath" must be in lower-case letters only
(#96) Expected 0 spaces after "("; 1 found
(#100) Missing docblock for function getDebug
(#100) Public method name "Soap::getDebug" must be in lower-case letters only
(#104) Missing docblock for function setDebug
(#104) Public method name "Soap::setDebug" must be in lower-case letters only
(#104) Expected 0 spaces after "("; 1 found
(#108) Missing docblock for function getProxyHost
(#108) Public method name "Soap::getProxyHost" must be in lower-case letters only
(#112) Missing docblock for function setProxyHost
(#112) Public method name "Soap::setProxyHost" must be in lower-case letters only
(#116) Missing docblock for function getProxyPort
(#116) Public method name "Soap::getProxyPort" must be in lower-case letters only
(#120) Missing docblock for function setProxyPort
(#120) Public method name "Soap::setProxyPort" must be in lower-case letters only
(#124) Missing docblock for function getProxyType
(#124) Public method name "Soap::getProxyType" must be in lower-case letters only
(#128) Missing docblock for function setProxyType
(#128) Public method name "Soap::setProxyType" must be in lower-case letters only
(#132) Missing docblock for function getProxyUser
(#132) Public method name "Soap::getProxyUser" must be in lower-case letters only
(#136) Missing docblock for function setProxyUser
(#136) Public method name "Soap::setProxyUser" must be in lower-case letters only
(#140) Missing docblock for function getProxyPassword
(#140) Public method name "Soap::getProxyPassword" must be in lower-case letters only
(#144) Missing docblock for function setProxyPassword
(#144) Public method name "Soap::setProxyPassword" must be in lower-case letters only
(#148) Missing docblock for function getProxyBypass
(#148) Public method name "Soap::getProxyBypass" must be in lower-case letters only
(#152) Missing docblock for function setProxyBypass
(#152) Public method name "Soap::setProxyBypass" must be in lower-case letters only
(#156) Missing docblock for function getSSLCertificate
(#156) Public method name "Soap::getSSLCertificate" must be in lower-case letters only
(#160) Missing docblock for function setSSLCertificate
(#160) Public method name "Soap::setSSLCertificate" must be in lower-case letters only
(#164) Missing docblock for function getTestingConnection
(#164) Public method name "Soap::getTestingConnection" must be in lower-case letters only
(#168) Missing docblock for function setTestingConnection
(#168) Public method name "Soap::setTestingConnection" must be in lower-case letters only
(#172) Missing docblock for function getPerformanceLog
(#172) Public method name "Soap::getPerformanceLog" must be in lower-case letters only
(#176) Missing docblock for function setPerformanceLog
(#176) Public method name "Soap::setPerformanceLog" must be in lower-case letters only
(#180) Missing docblock for function genUuid
(#180) Public method name "Soap::genUuid" must be in lower-case letters only
(#193) Missing docblock for function setHeaders
(#193) Public method name "Soap::setHeaders" must be in lower-case letters only
(#212) Missing docblock for function getOAuthHeader
(#212) Private method name "Soap::getOAuthHeader" must be in lower-case letters only
(#212) Expected 0 spaces after "("; 1 found
(#218) Logical operator "and" is prohibited; use "&&" instead
(#218) Logical operator "or" is prohibited; use "||" instead
(#220) Inline control structures are not allowed
(#220) Short array syntax must be used to define arrays
(#222) Variable "header_string" must not contain underscores.
(#227) Variable "header_string" must not contain underscores.
(#230) Missing docblock for function __construct
(#230) Expected 0 spaces after "("; 1 found
(#233) Short array syntax must be used to define arrays
(#276) There should be a comma after the last array item in a multi-line array.
(#285) Whitespace found at end of line
(#286) Missing docblock for function __doRequest
(#286) method name "Soap::__doRequest" is invalid; only PHP magic methods should be prefixed with a double underscore
(#286) Variable "one_way" must not contain underscores.
(#288) Variable "http_headers" must not contain underscores.
(#288) Short array syntax must be used to define arrays
(#296) There should be a comma after the last array item in a multi-line array.
(#301) Variable "auth_headers" must not contain underscores.
(#302) Variable "auth_headers" must not contain underscores.
(#303) Variable "curl_headers" must not contain underscores.
(#303) Variable "http_headers" must not contain underscores.
(#303) Variable "auth_headers" must not contain underscores.
(#313) Variable "curl_headers" must not contain underscores.
(#316) Logical operator "and" is prohibited; use "&&" instead
(#319) Logical operator "and" is prohibited; use "&&" instead
(#322) Logical operator "and" is prohibited; use "&&" instead
(#327) Variable "curl_headers" must not contain underscores.
(#339) Expected "if (...) {\n"; found "if(...) {\n"
(#341) Inline control structures are not allowed
(#352) Missing docblock for function setHttpHeaders
(#352) Private method name "Soap::setHttpHeaders" must be in lower-case letters only
(#352) Expected 0 spaces after "("; 1 found
(#356) Missing docblock for function getHttpHeaders
(#356) Public method name "Soap::getHttpHeaders" must be in lower-case letters only
(#362) Blank comments are not allowed
(#362) File must end with a newline character
(#362) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/submissionsoap.class.php
(#1) Moodle boilerplate not found
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Missing @copyright tag
(#12) Missing @license tag
(#13) Docblock tag "@ignore" is not recommended.
(#15) No one-line description found in phpdocs for docblock of class SubmissionSoap
(#15) DocBlock missing a @package tag for class SubmissionSoap. Expected @package mod_turnitintooltwo
(#17) Missing member variable doc comment
(#17) Member variable "extensionname_vocab" must not contain underscores.
(#18) Missing member variable doc comment
(#18) Member variable "extensionvalue_vocab" must not contain underscores.
(#19) Missing member variable doc comment
(#21) Missing docblock for function __construct
(#21) Expected 0 spaces after "("; 1 found
(#26) Missing docblock for function readSubmission
(#26) Public method name "SubmissionSoap::readSubmission" must be in lower-case letters only
(#26) Expected 0 spaces after "("; 1 found
(#28) Short array syntax must be used to define arrays
(#33) Variable "tiiSubmission" must be all lower-case
(#34) Variable "tiiSubmission" must be all lower-case
(#35) Variable "tiiSubmission" must be all lower-case
(#36) Variable "tiiSubmission" must be all lower-case
(#37) Variable "tiiSubmission" must be all lower-case
(#38) Variable "tiiSubmission" must be all lower-case
(#39) Variable "tiiSubmission" must be all lower-case
(#40) Line exceeds 132 characters; contains 139 characters
(#42) Short array syntax must be used to define arrays
(#43) Space found after opening bracket of FOREACH loop
(#43) Space found before closing bracket of FOREACH loop
(#46) Inline control structures are not allowed
(#46) Short array syntax must be used to define arrays
(#46) Variable "tiiSubmission" must be all lower-case
(#46) Variable "tiiSubmission" must be all lower-case
(#48) Variable "tiiSubmission" must be all lower-case
(#56) Missing docblock for function readSubmissions
(#56) Public method name "SubmissionSoap::readSubmissions" must be in lower-case letters only
(#56) Expected 0 spaces after "("; 1 found
(#58) Short array syntax must be used to define arrays
(#58) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#65) Inline control structures are not allowed
(#65) Short array syntax must be used to define arrays
(#65) Line exceeds 132 characters; contains 162 characters
(#66) Space found after opening bracket of FOREACH loop
(#66) Space found before closing bracket of FOREACH loop
(#67) Variable "tiiSubmission" must be all lower-case
(#68) Variable "tiiSubmission" must be all lower-case
(#69) Variable "tiiSubmission" must be all lower-case
(#70) Variable "tiiSubmission" must be all lower-case
(#71) Variable "tiiSubmission" must be all lower-case
(#72) Variable "tiiSubmission" must be all lower-case
(#73) Variable "tiiSubmission" must be all lower-case
(#76) Short array syntax must be used to define arrays
(#77) Space found after opening bracket of FOREACH loop
(#77) Space found before closing bracket of FOREACH loop
(#80) Inline control structures are not allowed
(#80) Short array syntax must be used to define arrays
(#80) Variable "tiiSubmission" must be all lower-case
(#80) Variable "tiiSubmission" must be all lower-case
(#82) Variable "tiiSubmission" must be all lower-case
(#93) Missing docblock for function deleteSubmission
(#93) Public method name "SubmissionSoap::deleteSubmission" must be in lower-case letters only
(#93) Expected 0 spaces after "("; 1 found
(#95) Short array syntax must be used to define arrays
(#100) Variable "tiiSubmission" must be all lower-case
(#101) Variable "tiiSubmission" must be all lower-case
(#109) Missing docblock for function findSubmissions
(#109) Public method name "SubmissionSoap::findSubmissions" must be in lower-case letters only
(#109) Expected 0 spaces after "("; 1 found
(#111) Short array syntax must be used to define arrays
(#116) Variable "tiiSubmission" must be all lower-case
(#117) Short array syntax must be used to define arrays
(#119) Inline control structures are not allowed
(#119) Short array syntax must be used to define arrays
(#119) Line exceeds 132 characters; contains 144 characters
(#120) Space found after opening bracket of FOREACH loop
(#120) Space found before closing bracket of FOREACH loop
(#124) Variable "tiiSubmission" must be all lower-case
(#125) Variable "tiiSubmission" must be all lower-case
(#133) Missing docblock for function findRecentSubmissions
(#133) Public method name "SubmissionSoap::findRecentSubmissions" must be in lower-case letters only
(#133) Expected 0 spaces after "("; 1 found
(#135) Short array syntax must be used to define arrays
(#135) Line exceeds 132 characters; contains 143 characters
(#136) Short array syntax must be used to define arrays
(#141) Variable "tiiSubmission" must be all lower-case
(#142) Short array syntax must be used to define arrays
(#144) Inline control structures are not allowed
(#144) Short array syntax must be used to define arrays
(#144) Line exceeds 132 characters; contains 144 characters
(#145) Space found after opening bracket of FOREACH loop
(#145) Space found before closing bracket of FOREACH loop
(#149) Variable "tiiSubmission" must be all lower-case
(#150) Variable "tiiSubmission" must be all lower-case
(#158) Missing docblock for function updateSubmission
(#158) Public method name "SubmissionSoap::updateSubmission" must be in lower-case letters only
(#158) Expected 0 spaces after "("; 1 found
(#166) Variable "tiiSubmission" must be all lower-case
(#167) Variable "tiiSubmission" must be all lower-case
(#175) Missing docblock for function createSubmission
(#175) Public method name "SubmissionSoap::createSubmission" must be in lower-case letters only
(#175) Expected 0 spaces after "("; 1 found
(#177) Short array syntax must be used to define arrays
(#181) Variable "extensionname_vocab" must not contain underscores.
(#182) Variable "extensionvalue_vocab" must not contain underscores.
(#191) Variable "tiiSubmission" must be all lower-case
(#192) Variable "tiiSubmission" must be all lower-case
(#193) Variable "tiiSubmission" must be all lower-case
(#201) Missing docblock for function buildSubmissionRequest
(#201) Private method name "SubmissionSoap::buildSubmissionRequest" must be in lower-case letters only
(#201) Expected 0 spaces after "("; 1 found
(#202) Short array syntax must be used to define arrays
(#216) Inline control structures are not allowed
(#216) Short array syntax must be used to define arrays
(#227) Variable "extensionname_vocab" must not contain underscores.
(#228) Variable "extensionvalue_vocab" must not contain underscores.
(#236) Blank comments are not allowed
(#236) File must end with a newline character
(#236) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiiassignment.class.php
(#1) Moodle boilerplate not found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Missing @copyright tag
(#11) Missing @license tag
(#14) Incorrect @package tag for class TiiAssignment. Expected mod_turnitintooltwo, found TurnitinSDK.
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#35) Missing member variable doc comment
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#44) Missing member variable doc comment
(#45) Missing member variable doc comment
(#46) Missing member variable doc comment
(#47) Missing member variable doc comment
(#48) Missing member variable doc comment
(#49) Missing member variable doc comment
(#50) Missing member variable doc comment
(#51) Missing member variable doc comment
(#52) Missing member variable doc comment
(#53) Missing member variable doc comment
(#54) Missing member variable doc comment
(#55) Missing member variable doc comment
(#56) Missing member variable doc comment
(#57) Missing member variable doc comment
(#64) Public method name "TiiAssignment::setClassId" must be in lower-case letters only
(#64) Expected 0 spaces after "("; 1 found
(#73) Public method name "TiiAssignment::getClassId" must be in lower-case letters only
(#84) Public method name "TiiAssignment::setTitle" must be in lower-case letters only
(#84) Expected 0 spaces after "("; 1 found
(#95) Public method name "TiiAssignment::getTitle" must be in lower-case letters only
(#104) Public method name "TiiAssignment::setAssignmentId" must be in lower-case letters only
(#104) Expected 0 spaces after "("; 1 found
(#113) Public method name "TiiAssignment::getAssignmentId" must be in lower-case letters only
(#122) Public method name "TiiAssignment::setAssignmentIds" must be in lower-case letters only
(#122) Expected 0 spaces after "("; 1 found
(#131) Public method name "TiiAssignment::getAssignmentIds" must be in lower-case letters only
(#142) Public method name "TiiAssignment::setStartDate" must be in lower-case letters only
(#142) Expected 0 spaces after "("; 1 found
(#153) Public method name "TiiAssignment::getStartDate" must be in lower-case letters only
(#164) Public method name "TiiAssignment::setDueDate" must be in lower-case letters only
(#164) Expected 0 spaces after "("; 1 found
(#175) Public method name "TiiAssignment::getDueDate" must be in lower-case letters only
(#187) Public method name "TiiAssignment::setFeedbackReleaseDate" must be in lower-case letters only
(#187) Expected 0 spaces after "("; 1 found
(#199) Public method name "TiiAssignment::getFeedbackReleaseDate" must be in lower-case letters only
(#210) Public method name "TiiAssignment::setInstructions" must be in lower-case letters only
(#210) Expected 0 spaces after "("; 1 found
(#221) Public method name "TiiAssignment::getInstructions" must be in lower-case letters only
(#232) Public method name "TiiAssignment::setAuthorOriginalityAccess" must be in lower-case letters only
(#232) Expected 0 spaces after "("; 1 found
(#243) Public method name "TiiAssignment::getAuthorOriginalityAccess" must be in lower-case letters only
(#256) Public method name "TiiAssignment::setRubricId" must be in lower-case letters only
(#256) Expected 0 spaces after "("; 1 found
(#265) Public method name "TiiAssignment::getRubricId" must be in lower-case letters only
(#276) Public method name "TiiAssignment::setSubmittedDocumentsCheck" must be in lower-case letters only
(#276) Expected 0 spaces after "("; 1 found
(#287) Public method name "TiiAssignment::getSubmittedDocumentsCheck" must be in lower-case letters only
(#302) Public method name "TiiAssignment::setInternetCheck" must be in lower-case letters only
(#302) Expected 0 spaces after "("; 2 found
(#313) Public method name "TiiAssignment::getInternetCheck" must be in lower-case letters only
(#328) Public method name "TiiAssignment::setPublicationsCheck" must be in lower-case letters only
(#328) Expected 0 spaces after "("; 2 found
(#339) Public method name "TiiAssignment::getPublicationsCheck" must be in lower-case letters only
(#355) Public method name "TiiAssignment::setInstitutionCheck" must be in lower-case letters only
(#355) Expected 0 spaces after "("; 2 found
(#367) Public method name "TiiAssignment::getInstitutionCheck" must be in lower-case letters only
(#383) Public method name "TiiAssignment::setMaxGrade" must be in lower-case letters only
(#383) Expected 0 spaces after "("; 1 found
(#395) Public method name "TiiAssignment::getMaxGrade" must be in lower-case letters only
(#406) Public method name "TiiAssignment::setLateSubmissionsAllowed" must be in lower-case letters only
(#406) Expected 0 spaces after "("; 2 found
(#417) Public method name "TiiAssignment::getLateSubmissionsAllowed" must be in lower-case letters only
(#437) Public method name "TiiAssignment::setSubmitPapersTo" must be in lower-case letters only
(#437) Expected 0 spaces after "("; 2 found
(#453) Public method name "TiiAssignment::getSubmitPapersTo" must be in lower-case letters only
(#469) Public method name "TiiAssignment::setResubmissionRule" must be in lower-case letters only
(#469) Expected 0 spaces after "("; 1 found
(#485) Public method name "TiiAssignment::getResubmissionRule" must be in lower-case letters only
(#496) Public method name "TiiAssignment::setBibliographyExcluded" must be in lower-case letters only
(#496) Expected 0 spaces after "("; 2 found
(#507) Public method name "TiiAssignment::getBibliographyExcluded" must be in lower-case letters only
(#522) Public method name "TiiAssignment::setQuotedExcluded" must be in lower-case letters only
(#522) Expected 0 spaces after "("; 2 found
(#533) Public method name "TiiAssignment::getQuotedExcluded" must be in lower-case letters only
(#554) Public method name "TiiAssignment::setSmallMatchExclusionType" must be in lower-case letters only
(#554) Expected 0 spaces after "("; 1 found
(#571) Public method name "TiiAssignment::getSmallMatchExclusionType" must be in lower-case letters only
(#584) Public method name "TiiAssignment::setSmallMatchExclusionThreshold" must be in lower-case letters only
(#584) Expected 0 spaces after "("; 1 found
(#597) Public method name "TiiAssignment::getSmallMatchExclusionThreshold" must be in lower-case letters only
(#609) Public method name "TiiAssignment::setAnonymousMarking" must be in lower-case letters only
(#609) Expected 0 spaces after "("; 2 found
(#621) Public method name "TiiAssignment::getAnonymousMarking" must be in lower-case letters only
(#637) Public method name "TiiAssignment::setErater" must be in lower-case letters only
(#637) Expected 0 spaces after "("; 2 found
(#649) Public method name "TiiAssignment::getErater" must be in lower-case letters only
(#664) Public method name "TiiAssignment::setEraterSpelling" must be in lower-case letters only
(#664) Expected 0 spaces after "("; 2 found
(#675) Public method name "TiiAssignment::getEraterSpelling" must be in lower-case letters only
(#690) Public method name "TiiAssignment::setEraterGrammar" must be in lower-case letters only
(#690) Expected 0 spaces after "("; 2 found
(#701) Public method name "TiiAssignment::getEraterGrammar" must be in lower-case letters only
(#716) Public method name "TiiAssignment::setEraterUsage" must be in lower-case letters only
(#716) Expected 0 spaces after "("; 2 found
(#727) Public method name "TiiAssignment::getEraterUsage" must be in lower-case letters only
(#742) Public method name "TiiAssignment::setEraterMechanics" must be in lower-case letters only
(#742) Expected 0 spaces after "("; 2 found
(#753) Public method name "TiiAssignment::getEraterMechanics" must be in lower-case letters only
(#768) Public method name "TiiAssignment::setEraterStyle" must be in lower-case letters only
(#768) Expected 0 spaces after "("; 1 found
(#779) Public method name "TiiAssignment::getEraterStyle" must be in lower-case letters only
(#801) Public method name "TiiAssignment::setEraterSpellingDictionary" must be in lower-case letters only
(#801) Expected 0 spaces after "("; 1 found
(#819) Public method name "TiiAssignment::getEraterSpellingDictionary" must be in lower-case letters only
(#839) Public method name "TiiAssignment::setEraterHandbook" must be in lower-case letters only
(#839) Expected 0 spaces after "("; 1 found
(#859) Public method name "TiiAssignment::getEraterHandbook" must be in lower-case letters only
(#866) Line exceeds 132 characters; contains 139 characters
(#870) Public method name "TiiAssignment::setTranslatedMatching" must be in lower-case letters only
(#870) Expected 0 spaces after "("; 2 found
(#877) Line exceeds 132 characters; contains 139 characters
(#881) Public method name "TiiAssignment::getTranslatedMatching" must be in lower-case letters only
(#897) Public method name "TiiAssignment::getInstructorDefaults" must be in lower-case letters only
(#909) Public method name "TiiAssignment::setInstructorDefaults" must be in lower-case letters only
(#909) Expected 0 spaces after "("; 1 found
(#921) Public method name "TiiAssignment::getInstructorDefaultsSave" must be in lower-case letters only
(#933) Public method name "TiiAssignment::setInstructorDefaultsSave" must be in lower-case letters only
(#944) Public method name "TiiAssignment::getPeermarkAssignments" must be in lower-case letters only
(#955) Public method name "TiiAssignment::setPeermarkAssignments" must be in lower-case letters only
(#955) Expected 0 spaces after "("; 1 found
(#966) Public method name "TiiAssignment::getAllowNonOrSubmissions" must be in lower-case letters only
(#977) Public method name "TiiAssignment::setAllowNonOrSubmissions" must be in lower-case letters only
(#977) Expected 0 spaces after "("; 1 found
(#988) Public method name "TiiAssignment::getEraterPromptId" must be in lower-case letters only
(#999) Public method name "TiiAssignment::setEraterPromptId" must be in lower-case letters only
(#999) Expected 0 spaces after "("; 1 found
(#1010) Public method name "TiiAssignment::getEraterClientId" must be in lower-case letters only
(#1021) Public method name "TiiAssignment::setEraterClientId" must be in lower-case letters only
(#1021) Expected 0 spaces after "("; 1 found
(#1032) Public method name "TiiAssignment::getEraterUsername" must be in lower-case letters only
(#1043) Public method name "TiiAssignment::setEraterUsername" must be in lower-case letters only
(#1043) Expected 0 spaces after "("; 1 found
(#1054) Public method name "TiiAssignment::getEraterPassword" must be in lower-case letters only
(#1065) Public method name "TiiAssignment::setEraterPassword" must be in lower-case letters only
(#1065) Expected 0 spaces after "("; 1 found
(#1071) Blank comments are not allowed
(#1071) File must end with a newline character
(#1071) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiiclass.class.php
(#1) Moodle boilerplate not found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Missing @copyright tag
(#11) Missing @license tag
(#14) Incorrect @package tag for class TiiClass. Expected mod_turnitintooltwo, found TurnitinSDK.
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#33) Public method name "TiiClass::setClassId" must be in lower-case letters only
(#33) Expected 0 spaces after "("; 1 found
(#42) Public method name "TiiClass::getClassId" must be in lower-case letters only
(#51) Public method name "TiiClass::setClassIds" must be in lower-case letters only
(#51) Expected 0 spaces after "("; 1 found
(#60) Public method name "TiiClass::getClassIds" must be in lower-case letters only
(#71) Public method name "TiiClass::setTitle" must be in lower-case letters only
(#71) Expected 0 spaces after "("; 1 found
(#82) Public method name "TiiClass::getTitle" must be in lower-case letters only
(#93) Public method name "TiiClass::setEndDate" must be in lower-case letters only
(#93) Expected 0 spaces after "("; 1 found
(#104) Public method name "TiiClass::getEndDate" must be in lower-case letters only
(#116) Public method name "TiiClass::setDateFrom" must be in lower-case letters only
(#116) Expected 0 spaces after "("; 1 found
(#128) Public method name "TiiClass::getDateFrom" must be in lower-case letters only
(#139) Public method name "TiiClass::setIntegrationId" must be in lower-case letters only
(#139) Expected 0 spaces after "("; 1 found
(#150) Public method name "TiiClass::getIntegrationId" must be in lower-case letters only
(#161) Public method name "TiiClass::setSharedRubrics" must be in lower-case letters only
(#161) Expected 0 spaces after "("; 1 found
(#172) Public method name "TiiClass::getSharedRubrics" must be in lower-case letters only
(#173) Short array syntax must be used to define arrays
(#174) Short array syntax must be used to define arrays
(#176) Variable "shared_rubric" must not contain underscores.
(#178) Space found before closing bracket of FOREACH loop
(#178) Variable "shared_rubric" must not contain underscores.
(#180) Short array syntax must be used to define arrays
(#197) Public method name "TiiClass::setUserId" must be in lower-case letters only
(#197) Expected 0 spaces after "("; 1 found
(#208) Public method name "TiiClass::getUserId" must be in lower-case letters only
(#215) Line exceeds 132 characters; contains 149 characters
(#219) Public method name "TiiClass::setUserRole" must be in lower-case letters only
(#219) Expected 0 spaces after "("; 1 found
(#226) Line exceeds 132 characters; contains 149 characters
(#230) Public method name "TiiClass::getUserRole" must be in lower-case letters only
(#236) Blank comments are not allowed
(#236) File must end with a newline character
(#236) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiiform.class.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#3) Missing @copyright tag
(#3) Missing @license tag
(#4) Docblock tag "@ignore" is not recommended.
(#6) No one-line description found in phpdocs for docblock of class TiiForm
(#6) DocBlock missing a @package tag for class TiiForm. Expected @package mod_turnitintooltwo
(#6) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Missing member variable doc comment
(#9) Missing member variable doc comment
(#10) Missing member variable doc comment
(#11) Missing member variable doc comment
(#12) Missing member variable doc comment
(#19) Public method name "TiiForm::getHasButton" must be in lower-case letters only
(#28) Public method name "TiiForm::setHasButton" must be in lower-case letters only
(#28) Expected 0 spaces after "("; 2 found
(#37) Public method name "TiiForm::getButtonText" must be in lower-case letters only
(#46) Public method name "TiiForm::setButtonText" must be in lower-case letters only
(#46) Expected 0 spaces after "("; 1 found
(#55) Public method name "TiiForm::getButtonStyle" must be in lower-case letters only
(#64) Public method name "TiiForm::setButtonStyle" must be in lower-case letters only
(#64) Expected 0 spaces after "("; 1 found
(#75) Public method name "TiiForm::getFormTarget" must be in lower-case letters only
(#86) Public method name "TiiForm::setFormTarget" must be in lower-case letters only
(#86) Expected 0 spaces after "("; 1 found
(#91) Line exceeds 132 characters; contains 141 characters
(#96) Public method name "TiiForm::getWideMode" must be in lower-case letters only
(#101) Line exceeds 132 characters; contains 141 characters
(#106) Public method name "TiiForm::setWideMode" must be in lower-case letters only
(#106) Expected 0 spaces after "("; 1 found
(#112) Blank comments are not allowed
(#112) File must end with a newline character
(#112) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiilti.class.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Missing @copyright tag
(#12) Missing @license tag
(#15) Incorrect @package tag for class TiiLTI. Expected mod_turnitintooltwo, found TurnitinSDK.
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#34) Docblock tag "@ignore" is not recommended.
(#38) Docblock tag "@ignore" is not recommended.
(#42) Docblock tag "@ignore" is not recommended.
(#46) Docblock tag "@ignore" is not recommended.
(#50) Docblock tag "@ignore" is not recommended.
(#54) Docblock tag "@ignore" is not recommended.
(#58) Docblock tag "@ignore" is not recommended.
(#62) Docblock tag "@ignore" is not recommended.
(#66) Docblock tag "@ignore" is not recommended.
(#70) Docblock tag "@ignore" is not recommended.
(#74) Docblock tag "@ignore" is not recommended.
(#78) Docblock tag "@ignore" is not recommended.
(#82) Docblock tag "@ignore" is not recommended.
(#86) Docblock tag "@ignore" is not recommended.
(#90) Docblock tag "@ignore" is not recommended.
(#94) Docblock tag "@ignore" is not recommended.
(#98) Docblock tag "@ignore" is not recommended.
(#102) Docblock tag "@ignore" is not recommended.
(#106) Docblock tag "@ignore" is not recommended.
(#110) Docblock tag "@ignore" is not recommended.
(#114) Docblock tag "@ignore" is not recommended.
(#118) Docblock tag "@ignore" is not recommended.
(#122) Docblock tag "@ignore" is not recommended.
(#126) Docblock tag "@ignore" is not recommended.
(#130) Docblock tag "@ignore" is not recommended.
(#135) Docblock tag "@ignore" is not recommended.
(#140) No one-line description found in phpdocs for docblock of function getSubmissionId
(#140) Public method name "TiiLTI::getSubmissionId" must be in lower-case letters only
(#149) Public method name "TiiLTI::setSubmissionId" must be in lower-case letters only
(#154) Docblock tag "@ignore" is not recommended.
(#159) No one-line description found in phpdocs for docblock of function getSubmissionIds
(#159) Public method name "TiiLTI::getSubmissionIds" must be in lower-case letters only
(#168) Public method name "TiiLTI::setSubmissionIds" must be in lower-case letters only
(#173) Docblock tag "@ignore" is not recommended.
(#178) No one-line description found in phpdocs for docblock of function getAssignmentId
(#178) Public method name "TiiLTI::getAssignmentId" must be in lower-case letters only
(#187) Public method name "TiiLTI::setAssignmentId" must be in lower-case letters only
(#192) Docblock tag "@ignore" is not recommended.
(#197) No one-line description found in phpdocs for docblock of function getClassId
(#197) Public method name "TiiLTI::getClassId" must be in lower-case letters only
(#206) Public method name "TiiLTI::setClassId" must be in lower-case letters only
(#211) Docblock tag "@ignore" is not recommended.
(#216) No one-line description found in phpdocs for docblock of function getUserId
(#216) Public method name "TiiLTI::getUserId" must be in lower-case letters only
(#225) Public method name "TiiLTI::setUserId" must be in lower-case letters only
(#230) Docblock tag "@ignore" is not recommended.
(#237) No one-line description found in phpdocs for docblock of function getRole
(#237) Public method name "TiiLTI::getRole" must be in lower-case letters only
(#248) Public method name "TiiLTI::setRole" must be in lower-case letters only
(#253) Docblock tag "@ignore" is not recommended.
(#258) No one-line description found in phpdocs for docblock of function getXmlResponse
(#258) Public method name "TiiLTI::getXmlResponse" must be in lower-case letters only
(#269) Public method name "TiiLTI::setXmlResponse" must be in lower-case letters only
(#269) Expected 0 spaces after "("; 2 found
(#274) Docblock tag "@ignore" is not recommended.
(#281) No one-line description found in phpdocs for docblock of function getCustomCSS
(#281) Public method name "TiiLTI::getCustomCSS" must be in lower-case letters only
(#292) Public method name "TiiLTI::setCustomCSS" must be in lower-case letters only
(#301) Public method name "TiiLTI::getAsJson" must be in lower-case letters only
(#310) Public method name "TiiLTI::setAsJson" must be in lower-case letters only
(#310) Expected 0 spaces after "("; 1 found
(#315) Line exceeds 132 characters; contains 135 characters
(#319) Public method name "TiiLTI::getPeermarkId" must be in lower-case letters only
(#324) Line exceeds 132 characters; contains 135 characters
(#328) Public method name "TiiLTI::setPeermarkId" must be in lower-case letters only
(#328) Expected 0 spaces after "("; 1 found
(#333) Line exceeds 132 characters; contains 159 characters
(#337) Public method name "TiiLTI::getSkipSetup" must be in lower-case letters only
(#342) Line exceeds 132 characters; contains 159 characters
(#346) Public method name "TiiLTI::setSkipSetup" must be in lower-case letters only
(#346) Expected 0 spaces after "("; 1 found
(#356) Public method name "TiiLTI::getStudentList" must be in lower-case letters only
(#365) Public method name "TiiLTI::setStudentList" must be in lower-case letters only
(#371) Blank comments are not allowed
(#371) File must end with a newline character
(#371) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiimembership.class.php
(#1) Moodle boilerplate not found
(#10) Missing @copyright tag
(#10) Missing @license tag
(#13) Incorrect @package tag for class TiiMembership. Expected mod_turnitintooltwo, found TurnitinSDK.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#30) Public method name "TiiMembership::setMembershipId" must be in lower-case letters only
(#30) Expected 0 spaces after "("; 1 found
(#41) Public method name "TiiMembership::getMembershipId" must be in lower-case letters only
(#52) Public method name "TiiMembership::setMembershipIds" must be in lower-case letters only
(#52) Expected 0 spaces after "("; 1 found
(#63) Public method name "TiiMembership::getMembershipIds" must be in lower-case letters only
(#74) Public method name "TiiMembership::setUserId" must be in lower-case letters only
(#74) Expected 0 spaces after "("; 1 found
(#85) Public method name "TiiMembership::getUserId" must be in lower-case letters only
(#96) Public method name "TiiMembership::setClassId" must be in lower-case letters only
(#96) Expected 0 spaces after "("; 1 found
(#107) Public method name "TiiMembership::getClassId" must be in lower-case letters only
(#118) Public method name "TiiMembership::setRole" must be in lower-case letters only
(#118) Expected 0 spaces after "("; 1 found
(#140) Public method name "TiiMembership::getRole" must be in lower-case letters only
(#146) Blank comments are not allowed
(#146) File must end with a newline character
(#146) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiipeermarkassignment.class.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#10) Missing @copyright tag
(#10) Missing @license tag
(#13) Incorrect @package tag for class TiiPeermarkAssignment. Expected mod_turnitintooltwo, found TurnitinSDK.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#40) Public method name "TiiPeermarkAssignment::getAssignmentId" must be in lower-case letters only
(#49) Public method name "TiiPeermarkAssignment::setAssignmentId" must be in lower-case letters only
(#58) Public method name "TiiPeermarkAssignment::getTitle" must be in lower-case letters only
(#67) Public method name "TiiPeermarkAssignment::setTitle" must be in lower-case letters only
(#78) Public method name "TiiPeermarkAssignment::setStartDate" must be in lower-case letters only
(#78) Expected 0 spaces after "("; 1 found
(#89) Public method name "TiiPeermarkAssignment::getStartDate" must be in lower-case letters only
(#100) Public method name "TiiPeermarkAssignment::setDueDate" must be in lower-case letters only
(#100) Expected 0 spaces after "("; 1 found
(#111) Public method name "TiiPeermarkAssignment::getDueDate" must be in lower-case letters only
(#123) Public method name "TiiPeermarkAssignment::setFeedbackReleaseDate" must be in lower-case letters only
(#123) Expected 0 spaces after "("; 1 found
(#135) Public method name "TiiPeermarkAssignment::getFeedbackReleaseDate" must be in lower-case letters only
(#147) Public method name "TiiPeermarkAssignment::setMaxGrade" must be in lower-case letters only
(#147) Expected 0 spaces after "("; 1 found
(#159) Public method name "TiiPeermarkAssignment::getMaxGrade" must be in lower-case letters only
(#168) Public method name "TiiPeermarkAssignment::getDistributedReviews" must be in lower-case letters only
(#177) Public method name "TiiPeermarkAssignment::setDistributedReviews" must be in lower-case letters only
(#186) Public method name "TiiPeermarkAssignment::getSelectedReviews" must be in lower-case letters only
(#195) Public method name "TiiPeermarkAssignment::setSelectedReviews" must be in lower-case letters only
(#206) Public method name "TiiPeermarkAssignment::getSelfReviewRequired" must be in lower-case letters only
(#217) Public method name "TiiPeermarkAssignment::setSelfReviewRequired" must be in lower-case letters only
(#228) Public method name "TiiPeermarkAssignment::getShowReviewerNames" must be in lower-case letters only
(#239) Public method name "TiiPeermarkAssignment::setShowReviewerNames" must be in lower-case letters only
(#250) Public method name "TiiPeermarkAssignment::getNonSubmittersToReview" must be in lower-case letters only
(#261) Public method name "TiiPeermarkAssignment::setNonSubmittersToReview" must be in lower-case letters only
(#272) Public method name "TiiPeermarkAssignment::getSubmittersReadAllPapers" must be in lower-case letters only
(#283) Public method name "TiiPeermarkAssignment::setSubmittersReadAllPapers" must be in lower-case letters only
(#294) Public method name "TiiPeermarkAssignment::getStudentsReadAllPapers" must be in lower-case letters only
(#305) Public method name "TiiPeermarkAssignment::setStudentsReadAllPapers" must be in lower-case letters only
(#316) Public method name "TiiPeermarkAssignment::getFullCreditIfCompleted" must be in lower-case letters only
(#327) Public method name "TiiPeermarkAssignment::setFullCreditIfCompleted" must be in lower-case letters only
(#338) Public method name "TiiPeermarkAssignment::setInstructions" must be in lower-case letters only
(#338) Expected 0 spaces after "("; 1 found
(#349) Public method name "TiiPeermarkAssignment::getInstructions" must be in lower-case letters only
(#360) Public method name "TiiPeermarkAssignment::getToDelete" must be in lower-case letters only
(#371) Public method name "TiiPeermarkAssignment::setToDelete" must be in lower-case letters only
(#377) Blank comments are not allowed
(#377) File must end with a newline character
(#377) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiipseudouser.class.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#10) Missing @copyright tag
(#10) Missing @license tag
(#13) Incorrect @package tag for class TiiPseudoUser. Expected mod_turnitintooltwo, found TurnitinSDK.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#29) Expected 0 spaces after "("; 1 found
(#41) Public method name "TiiPseudoUser::setEmail" must be in lower-case letters only
(#53) Public method name "TiiPseudoUser::getEmail" must be in lower-case letters only
(#65) Public method name "TiiPseudoUser::getPseudoDomain" must be in lower-case letters only
(#74) Private method name "TiiPseudoUser::setPseudoDomain" must be in lower-case letters only
(#85) Public method name "TiiPseudoUser::getPseudoSalt" must be in lower-case letters only
(#96) Public method name "TiiPseudoUser::setPseudoSalt" must be in lower-case letters only
(#102) Blank comments are not allowed
(#102) File must end with a newline character
(#102) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiirubric.class.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#10) Missing @copyright tag
(#10) Missing @license tag
(#13) Incorrect @package tag for class TiiRubric. Expected mod_turnitintooltwo, found TurnitinSDK.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Missing member variable doc comment
(#27) Public method name "TiiRubric::getRubricId" must be in lower-case letters only
(#36) Public method name "TiiRubric::setRubricId" must be in lower-case letters only
(#45) Public method name "TiiRubric::getRubricName" must be in lower-case letters only
(#54) Public method name "TiiRubric::setRubricName" must be in lower-case letters only
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used to indent lines; tabs are not allowed
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#63) Public method name "TiiRubric::getRubricGroupName" must be in lower-case letters only
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
(#72) Public method name "TiiRubric::setRubricGroupName" must be in lower-case letters only
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 4 spaces, found 1
(#77) Blank comments are not allowed
(#77) File must end with a newline character
(#77) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiisubmission.class.php
(#1) Moodle boilerplate not found
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Missing @copyright tag
(#9) Missing @license tag
(#12) Incorrect @package tag for class TiiSubmission. Expected mod_turnitintooltwo, found TurnitinSDK.
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#35) Missing member variable doc comment
(#36) Missing member variable doc comment
(#37) Missing member variable doc comment
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#44) Missing member variable doc comment
(#45) Missing member variable doc comment
(#46) Missing member variable doc comment
(#47) Missing member variable doc comment
(#48) Missing member variable doc comment
(#49) Missing member variable doc comment
(#52) Docblock tag "@ignore" is not recommended.
(#56) Docblock tag "@ignore" is not recommended.
(#65) Public method name "TiiSubmission::getSubmissionId" must be in lower-case letters only
(#73) Public method name "TiiSubmission::setSubmissionId" must be in lower-case letters only
(#81) Public method name "TiiSubmission::getSubmissionIds" must be in lower-case letters only
(#89) Public method name "TiiSubmission::setSubmissionIds" must be in lower-case letters only
(#102) Public method name "TiiSubmission::getDateFrom" must be in lower-case letters only
(#115) Public method name "TiiSubmission::setDateFrom" must be in lower-case letters only
(#123) Public method name "TiiSubmission::getAuthorUserId" must be in lower-case letters only
(#131) Public method name "TiiSubmission::setAuthorUserId" must be in lower-case letters only
(#139) Public method name "TiiSubmission::getAssignmentId" must be in lower-case letters only
(#147) Public method name "TiiSubmission::setAssignmentId" must be in lower-case letters only
(#157) Public method name "TiiSubmission::getDate" must be in lower-case letters only
(#161) Docblock tag "@ignore" is not recommended.
(#166) No one-line description found in phpdocs for docblock of function setDate
(#166) Public method name "TiiSubmission::setDate" must be in lower-case letters only
(#176) Public method name "TiiSubmission::getTitle" must be in lower-case letters only
(#186) Public method name "TiiSubmission::setTitle" must be in lower-case letters only
(#194) Public method name "TiiSubmission::getSubmitterUserId" must be in lower-case letters only
(#202) Public method name "TiiSubmission::setSubmitterUserId" must be in lower-case letters only
(#206) Docblock tag "@ignore" is not recommended.
(#211) No one-line description found in phpdocs for docblock of function setSubmitter
(#211) Public method name "TiiSubmission::setSubmitter" must be in lower-case letters only
(#219) Public method name "TiiSubmission::getGrade" must be in lower-case letters only
(#223) Docblock tag "@ignore" is not recommended.
(#228) No one-line description found in phpdocs for docblock of function setGrade
(#228) Public method name "TiiSubmission::setGrade" must be in lower-case letters only
(#239) Public method name "TiiSubmission::getOverallSimilarity" must be in lower-case letters only
(#243) Docblock tag "@ignore" is not recommended.
(#251) No one-line description found in phpdocs for docblock of function setOverallSimilarity
(#251) Public method name "TiiSubmission::setOverallSimilarity" must be in lower-case letters only
(#261) Public method name "TiiSubmission::getInternetSimilarity" must be in lower-case letters only
(#271) Public method name "TiiSubmission::setInternetSimilarity" must be in lower-case letters only
(#281) Public method name "TiiSubmission::getPublicationsSimilarity" must be in lower-case letters only
(#285) Docblock tag "@ignore" is not recommended.
(#292) No one-line description found in phpdocs for docblock of function setPublicationsSimilarity
(#292) Public method name "TiiSubmission::setPublicationsSimilarity" must be in lower-case letters only
(#302) Public method name "TiiSubmission::getSubmittedDocumentsSimilarity" must be in lower-case letters only
(#306) Docblock tag "@ignore" is not recommended.
(#313) No one-line description found in phpdocs for docblock of function setSubmittedDocumentsSimilarity
(#313) Public method name "TiiSubmission::setSubmittedDocumentsSimilarity" must be in lower-case letters only
(#324) Public method name "TiiSubmission::getTranslatedOverallSimilarity" must be in lower-case letters only
(#328) Docblock tag "@ignore" is not recommended.
(#336) No one-line description found in phpdocs for docblock of function setTranslatedOverallSimilarity
(#336) Public method name "TiiSubmission::setTranslatedOverallSimilarity" must be in lower-case letters only
(#347) Public method name "TiiSubmission::getTranslatedInternetSimilarity" must be in lower-case letters only
(#351) Docblock tag "@ignore" is not recommended.
(#359) No one-line description found in phpdocs for docblock of function setTranslatedInternetSimilarity
(#359) Public method name "TiiSubmission::setTranslatedInternetSimilarity" must be in lower-case letters only
(#370) Public method name "TiiSubmission::getTranslatedPublicationsSimilarity" must be in lower-case letters only
(#374) Docblock tag "@ignore" is not recommended.
(#382) No one-line description found in phpdocs for docblock of function setTranslatedPublicationsSimilarity
(#382) Public method name "TiiSubmission::setTranslatedPublicationsSimilarity" must be in lower-case letters only
(#393) Public method name "TiiSubmission::getTranslatedSubmittedDocumentsSimilarity" must be in lower-case letters only
(#393) Expected 0 spaces after "getTranslatedSubmittedDocumentsSimilarity"; 1 found
(#397) Docblock tag "@ignore" is not recommended.
(#405) No one-line description found in phpdocs for docblock of function setTranslatedSubmittedDocumentsSimilarity
(#405) Public method name "TiiSubmission::setTranslatedSubmittedDocumentsSimilarity" must be in lower-case letters only
(#415) Public method name "TiiSubmission::getAuthorLastViewedFeedback" must be in lower-case letters only
(#419) Docblock tag "@ignore" is not recommended.
(#426) No one-line description found in phpdocs for docblock of function setAuthorLastViewedFeedback
(#426) Public method name "TiiSubmission::setAuthorLastViewedFeedback" must be in lower-case letters only
(#436) Public method name "TiiSubmission::getVoiceComment" must be in lower-case letters only
(#440) Docblock tag "@ignore" is not recommended.
(#447) No one-line description found in phpdocs for docblock of function setVoiceComment
(#447) Public method name "TiiSubmission::setVoiceComment" must be in lower-case letters only
(#447) Expected 0 spaces after "("; 2 found
(#457) Public method name "TiiSubmission::getFeedbackExists" must be in lower-case letters only
(#461) Docblock tag "@ignore" is not recommended.
(#468) No one-line description found in phpdocs for docblock of function setFeedbackExists
(#468) Public method name "TiiSubmission::setFeedbackExists" must be in lower-case letters only
(#468) Expected 0 spaces after "("; 2 found
(#478) Public method name "TiiSubmission::getRole" must be in lower-case letters only
(#489) Public method name "TiiSubmission::setRole" must be in lower-case letters only
(#505) Docblock tag "@ignore" is not recommended.
(#512) No one-line description found in phpdocs for docblock of function getSubmissionDataText
(#512) Public method name "TiiSubmission::getSubmissionDataText" must be in lower-case letters only
(#523) Public method name "TiiSubmission::setSubmissionDataText" must be in lower-case letters only
(#528) Docblock tag "@ignore" is not recommended.
(#535) No one-line description found in phpdocs for docblock of function getSubmissionDataPath
(#535) Public method name "TiiSubmission::getSubmissionDataPath" must be in lower-case letters only
(#546) Public method name "TiiSubmission::setSubmissionDataPath" must be in lower-case letters only
(#551) Docblock tag "@ignore" is not recommended.
(#558) No one-line description found in phpdocs for docblock of function getSubmissionDataUrl
(#558) Public method name "TiiSubmission::getSubmissionDataUrl" must be in lower-case letters only
(#569) Private method name "TiiSubmission::setSubmissionDataUrl" must be in lower-case letters only
(#574) Docblock tag "@ignore" is not recommended.
(#581) No one-line description found in phpdocs for docblock of function getSubmissionDataFilename
(#581) Public method name "TiiSubmission::getSubmissionDataFilename" must be in lower-case letters only
(#592) Private method name "TiiSubmission::setSubmissionDataFilename" must be in lower-case letters only
(#606) Public method name "TiiSubmission::setSubmissionDataWeb" must be in lower-case letters only
(#606) Expected 0 spaces after "("; 1 found
(#618) Public method name "TiiSubmission::getTextExtract" must be in lower-case letters only
(#623) Docblock tag "@ignore" is not recommended.
(#630) No one-line description found in phpdocs for docblock of function setTextExtract
(#630) Public method name "TiiSubmission::setTextExtract" must be in lower-case letters only
(#635) Docblock tag "@ignore" is not recommended.
(#642) No one-line description found in phpdocs for docblock of function getCustomCSS
(#642) Public method name "TiiSubmission::getCustomCSS" must be in lower-case letters only
(#653) Public method name "TiiSubmission::setCustomCSS" must be in lower-case letters only
(#658) Docblock tag "@ignore" is not recommended.
(#663) No one-line description found in phpdocs for docblock of function getXmlResponse
(#663) Public method name "TiiSubmission::getXmlResponse" must be in lower-case letters only
(#674) Public method name "TiiSubmission::setXmlResponse" must be in lower-case letters only
(#674) Expected 0 spaces after "("; 2 found
(#683) Public method name "TiiSubmission::getAnonymous" must be in lower-case letters only
(#692) Public method name "TiiSubmission::setAnonymous" must be in lower-case letters only
(#692) Expected 0 spaces after "("; 2 found
(#701) Public method name "TiiSubmission::getAnonymousRevealReason" must be in lower-case letters only
(#710) Public method name "TiiSubmission::setAnonymousRevealReason" must be in lower-case letters only
(#710) Expected 0 spaces after "("; 1 found
(#718) Public method name "TiiSubmission::getAnonymousRevealUser" must be in lower-case letters only
(#727) Public method name "TiiSubmission::setAnonymousRevealUser" must be in lower-case letters only
(#727) Expected 0 spaces after "("; 1 found
(#738) Public method name "TiiSubmission::getAnonymousRevealDateTime" must be in lower-case letters only
(#743) Docblock tag "@ignore" is not recommended.
(#749) No one-line description found in phpdocs for docblock of function setAnonymousRevealDateTime
(#749) Public method name "TiiSubmission::setAnonymousRevealDateTime" must be in lower-case letters only
(#760) Public method name "TiiSubmission::getOriginalityReportCapable" must be in lower-case letters only
(#765) Docblock tag "@ignore" is not recommended.
(#771) No one-line description found in phpdocs for docblock of function setOriginalityReportCapable
(#771) Public method name "TiiSubmission::setOriginalityReportCapable" must be in lower-case letters only
(#782) Public method name "TiiSubmission::getAcceptNothingSubmission" must be in lower-case letters only
(#787) Docblock tag "@ignore" is not recommended.
(#793) No one-line description found in phpdocs for docblock of function setAcceptNothingSubmission
(#793) Public method name "TiiSubmission::setAcceptNothingSubmission" must be in lower-case letters only
(#799) Blank comments are not allowed
(#799) File must end with a newline character
(#799) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/tiiuser.class.php
(#1) Moodle boilerplate not found
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Missing @copyright tag
(#12) Missing @license tag
(#15) Incorrect @package tag for class TiiUser. Expected mod_turnitintooltwo, found TurnitinSDK.
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#36) Public method name "TiiUser::setUserId" must be in lower-case letters only
(#36) Expected 0 spaces after "("; 1 found
(#45) Public method name "TiiUser::getUserId" must be in lower-case letters only
(#54) Public method name "TiiUser::setUserIds" must be in lower-case letters only
(#54) Expected 0 spaces after "("; 1 found
(#63) Public method name "TiiUser::getUserIds" must be in lower-case letters only
(#72) Public method name "TiiUser::setEmail" must be in lower-case letters only
(#72) Expected 0 spaces after "("; 1 found
(#81) Public method name "TiiUser::getEmail" must be in lower-case letters only
(#90) Public method name "TiiUser::setFirstName" must be in lower-case letters only
(#90) Expected 0 spaces after "("; 1 found
(#99) Public method name "TiiUser::getFirstName" must be in lower-case letters only
(#108) Public method name "TiiUser::setLastName" must be in lower-case letters only
(#108) Expected 0 spaces after "("; 1 found
(#117) Public method name "TiiUser::getLastName" must be in lower-case letters only
(#126) Public method name "TiiUser::getUserMessages" must be in lower-case letters only
(#131) Docblock tag "@ignore" is not recommended.
(#136) No one-line description found in phpdocs for docblock of function setUserMessages
(#136) Public method name "TiiUser::setUserMessages" must be in lower-case letters only
(#136) Expected 0 spaces after "("; 1 found
(#147) Public method name "TiiUser::setDefaultRole" must be in lower-case letters only
(#147) Expected 0 spaces after "("; 1 found
(#169) Public method name "TiiUser::getDefaultRole" must be in lower-case letters only
(#180) Public method name "TiiUser::getInstructorDefaults" must be in lower-case letters only
(#182) Short array syntax must be used to define arrays
(#183) Space found after opening bracket of FOREACH loop
(#183) Space found before closing bracket of FOREACH loop
(#185) Inline control structures are not allowed
(#185) Short array syntax must be used to define arrays
(#191) Docblock tag "@ignore" is not recommended.
(#196) No one-line description found in phpdocs for docblock of function setInstructorDefaults
(#196) Public method name "TiiUser::setInstructorDefaults" must be in lower-case letters only
(#238) Public method name "TiiUser::getDefaultLanguage" must be in lower-case letters only
(#280) Public method name "TiiUser::setDefaultLanguage" must be in lower-case letters only
(#281) Short array syntax must be used to define arrays
(#282) Expected 1 space before "=>"; 0 found
(#282) Expected 1 space after "=>"; 0 found
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#284) Expected 1 space before "=>"; 0 found
(#284) Expected 1 space after "=>"; 0 found
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#286) Expected 1 space before "=>"; 0 found
(#286) Expected 1 space after "=>"; 0 found
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#291) Expected 1 space before "=>"; 0 found
(#291) Expected 1 space after "=>"; 0 found
(#292) Expected 1 space before "=>"; 0 found
(#292) Expected 1 space after "=>"; 0 found
(#293) Expected 1 space before "=>"; 0 found
(#293) Expected 1 space after "=>"; 0 found
(#294) Expected 1 space before "=>"; 0 found
(#294) Expected 1 space after "=>"; 0 found
(#295) Expected 1 space before "=>"; 0 found
(#295) Expected 1 space after "=>"; 0 found
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#299) Expected 1 space before "=>"; 0 found
(#299) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#302) Expected 1 space before "=>"; 0 found
(#302) Expected 1 space after "=>"; 0 found
(#303) Expected 1 space before "=>"; 0 found
(#303) Expected 1 space after "=>"; 0 found
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#305) Expected 1 space before "=>"; 0 found
(#305) Expected 1 space after "=>"; 0 found
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#309) Expected 1 space before "=>"; 0 found
(#309) Expected 1 space after "=>"; 0 found
(#310) Expected 1 space before "=>"; 0 found
(#310) Expected 1 space after "=>"; 0 found
(#311) Expected 1 space before "=>"; 0 found
(#311) Expected 1 space after "=>"; 0 found
(#312) Expected 1 space before "=>"; 0 found
(#312) Expected 1 space after "=>"; 0 found
(#313) Expected 1 space before "=>"; 0 found
(#313) Expected 1 space after "=>"; 0 found
(#314) Expected 1 space before "=>"; 0 found
(#314) Expected 1 space after "=>"; 0 found
(#315) Expected 1 space before "=>"; 0 found
(#315) Expected 1 space after "=>"; 0 found
(#316) Expected 1 space before "=>"; 0 found
(#316) Expected 1 space after "=>"; 0 found
(#317) Expected 1 space before "=>"; 0 found
(#317) Expected 1 space after "=>"; 0 found
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#319) Expected 1 space before "=>"; 0 found
(#319) Expected 1 space after "=>"; 0 found
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#321) Expected 1 space before "=>"; 0 found
(#321) Expected 1 space after "=>"; 0 found
(#322) Expected 1 space before "=>"; 0 found
(#322) Expected 1 space after "=>"; 0 found
(#323) Expected 1 space before "=>"; 0 found
(#323) Expected 1 space after "=>"; 0 found
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) There should be a comma after the last array item in a multi-line array.
(#334) Public method name "TiiUser::getAcceptedUserAgreement" must be in lower-case letters only
(#339) Docblock tag "@ignore" is not recommended.
(#344) No one-line description found in phpdocs for docblock of function setAcceptedUserAgreement
(#344) Public method name "TiiUser::setAcceptedUserAgreement" must be in lower-case letters only
(#344) Expected 0 spaces after "("; 2 found
(#355) Public method name "TiiUser::getInstructorRubrics" must be in lower-case letters only
(#356) Short array syntax must be used to define arrays
(#357) Short array syntax must be used to define arrays
(#359) Variable "instructor_rubric" must not contain underscores.
(#361) Space found before closing bracket of FOREACH loop
(#361) Variable "instructor_rubric" must not contain underscores.
(#363) Short array syntax must be used to define arrays
(#374) Docblock tag "@ignore" is not recommended.
(#379) No one-line description found in phpdocs for docblock of function setInstructorRubrics
(#379) Public method name "TiiUser::setInstructorRubrics" must be in lower-case letters only
(#385) Blank comments are not allowed
(#385) File must end with a newline character
(#385) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/sdk/usersoap.class.php
(#1) Moodle boilerplate not found
(#6) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Missing @copyright tag
(#12) Missing @license tag
(#13) Docblock tag "@ignore" is not recommended.
(#15) No one-line description found in phpdocs for docblock of class UserSoap
(#15) DocBlock missing a @package tag for class UserSoap. Expected @package mod_turnitintooltwo
(#17) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Member variable "nametype_vocab" must not contain underscores.
(#20) Missing member variable doc comment
(#20) Member variable "partname_vocab" must not contain underscores.
(#21) Missing member variable doc comment
(#21) Member variable "contactinfotype_vocab" must not contain underscores.
(#22) Missing member variable doc comment
(#22) Member variable "enterpriseroletype_vocab" must not contain underscores.
(#23) Missing member variable doc comment
(#23) Member variable "institutionroletype_vocab" must not contain underscores.
(#25) Missing member variable doc comment
(#25) Member variable "extensionvalue_vocab" must not contain underscores.
(#26) Missing member variable doc comment
(#26) Member variable "extensionname_vocab" must not contain underscores.
(#28) Missing docblock for function __construct
(#28) Expected 0 spaces after "("; 1 found
(#33) Missing docblock for function createUser
(#33) Public method name "UserSoap::createUser" must be in lower-case letters only
(#33) Expected 0 spaces after "("; 1 found
(#41) Variable "tiiUser" must be all lower-case
(#42) Variable "tiiUser" must be all lower-case
(#43) Variable "tiiUser" must be all lower-case
(#51) Missing docblock for function updateUser
(#51) Public method name "UserSoap::updateUser" must be in lower-case letters only
(#51) Expected 0 spaces after "("; 1 found
(#59) Variable "tiiUser" must be all lower-case
(#60) Variable "tiiUser" must be all lower-case
(#68) Missing docblock for function readUsers
(#68) Public method name "UserSoap::readUsers" must be in lower-case letters only
(#68) Expected 0 spaces after "("; 1 found
(#70) Short array syntax must be used to define arrays
(#70) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#77) Inline control structures are not allowed
(#77) Short array syntax must be used to define arrays
(#77) Line exceeds 132 characters; contains 162 characters
(#78) Space found after opening bracket of FOREACH loop
(#78) Space found before closing bracket of FOREACH loop
(#79) Variable "tiiUser" must be all lower-case
(#80) Variable "tiiUser" must be all lower-case
(#81) Variable "tiiUser" must be all lower-case
(#81) Line exceeds 132 characters; contains 140 characters
(#82) Variable "tiiUser" must be all lower-case
(#83) Space found after opening bracket of FOREACH loop
(#83) Space found before closing bracket of FOREACH loop
(#85) Variable "tiiUser" must be all lower-case
(#87) Variable "tiiUser" must be all lower-case
(#91) Short array syntax must be used to define arrays
(#92) Space found after opening bracket of FOREACH loop
(#92) Space found before closing bracket of FOREACH loop
(#95) Inline control structures are not allowed
(#95) Short array syntax must be used to define arrays
(#95) Variable "tiiUser" must be all lower-case
(#95) Variable "tiiUser" must be all lower-case
(#98) Variable "tiiUser" must be all lower-case
(#109) Missing docblock for function readUser
(#109) Public method name "UserSoap::readUser" must be in lower-case letters only
(#109) Expected 0 spaces after "("; 1 found
(#111) Short array syntax must be used to define arrays
(#116) Variable "tiiUser" must be all lower-case
(#117) Variable "tiiUser" must be all lower-case
(#118) Variable "tiiUser" must be all lower-case
(#118) Line exceeds 132 characters; contains 144 characters
(#119) Variable "tiiUser" must be all lower-case
(#120) Space found after opening bracket of FOREACH loop
(#120) Space found before closing bracket of FOREACH loop
(#122) Variable "tiiUser" must be all lower-case
(#124) Variable "tiiUser" must be all lower-case
(#127) Line exceeds 132 characters; contains 139 characters
(#129) Short array syntax must be used to define arrays
(#130) Space found after opening bracket of FOREACH loop
(#130) Space found before closing bracket of FOREACH loop
(#133) Inline control structures are not allowed
(#133) Short array syntax must be used to define arrays
(#133) Variable "tiiUser" must be all lower-case
(#133) Variable "tiiUser" must be all lower-case
(#135) Variable "tiiUser" must be all lower-case
(#143) Missing docblock for function findUser
(#143) Public method name "UserSoap::findUser" must be in lower-case letters only
(#143) Expected 0 spaces after "("; 1 found
(#145) Short array syntax must be used to define arrays
(#151) Variable "tiiUser" must be all lower-case
(#152) Inline control structures are not allowed
(#152) Variable "tiiUser" must be all lower-case
(#153) Variable "tiiUser" must be all lower-case
(#161) Missing docblock for function buildUserRequest
(#161) Private method name "UserSoap::buildUserRequest" must be in lower-case letters only
(#161) Expected 0 spaces after "("; 1 found
(#162) Short array syntax must be used to define arrays
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "nametype_vocab" must not contain underscores.
(#176) Variable "partname_vocab" must not contain underscores.
(#183) Variable "partname_vocab" must not contain underscores.
(#189) Line exceeds 132 characters; contains 138 characters
(#191) Variable "contactinfotype_vocab" must not contain underscores.
(#191) Line exceeds 132 characters; contains 134 characters
(#192) Line exceeds 132 characters; contains 133 characters
(#193) Line exceeds 132 characters; contains 133 characters
(#199) Variable "enterpriseroletype_vocab" must not contain underscores.
(#204) Line exceeds 132 characters; contains 151 characters
(#205) Line exceeds 132 characters; contains 136 characters
(#206) Variable "institutionroletype_vocab" must not contain underscores.
(#206) Line exceeds 132 characters; contains 151 characters
(#207) Line exceeds 132 characters; contains 146 characters
(#208) Line exceeds maximum limit of 180 characters; contains 206 characters
(#212) Variable "extensionname_vocab" must not contain underscores.
(#213) Variable "extensionvalue_vocab" must not contain underscores.
(#224) Blank comments are not allowed
(#224) File must end with a newline character
(#224) A closing tag is not permitted at the end of a PHP file
mod/turnitintooltwo/settings.php
(#1) No one-line description found in phpdocs for docblock of file settings.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file settings.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#29) Variable "migration_activation" must not contain underscores.
(#38) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#46) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Variable "migration_message" must not contain underscores.
(#57) Variable "migration_activation" must not contain underscores.
(#58) Variable "migration_message" must not contain underscores.
(#61) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#83) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#108) Variable "migration_message" must not contain underscores.
(#124) Short array syntax must be used to define arrays
(#127) There should be a comma after the last array item in a multi-line array.
(#146) Short array syntax must be used to define arrays
(#147) Short array syntax must be used to define arrays
(#150) There should be a comma after the last array item in a multi-line array.
(#164) Short array syntax must be used to define arrays
(#194) Short array syntax must be used to define arrays
(#199) There should be a comma after the last array item in a multi-line array.
(#220) Short array syntax must be used to define arrays
(#222) There should be a comma after the last array item in a multi-line array.
(#229) Logical operator "and" is prohibited; use "&&" instead
(#230) Short array syntax must be used to define arrays
(#230) Short array syntax must be used to define arrays
(#240) Short array syntax must be used to define arrays
(#249) Logical operator "and" is prohibited; use "&&" instead
(#255) Short array syntax must be used to define arrays
(#292) Short array syntax must be used to define arrays
(#309) Short array syntax must be used to define arrays
(#324) Short array syntax must be used to define arrays
(#331) Short array syntax must be used to define arrays
(#382) Short array syntax must be used to define arrays
(#387) There should be a comma after the last array item in a multi-line array.
(#394) Short array syntax must be used to define arrays
(#397) There should be a comma after the last array item in a multi-line array.
mod/turnitintooltwo/settings_extras.php
(#1) No one-line description found in phpdocs for docblock of file settings_extras.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file settings_extras.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#39) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#114) Line exceeds 132 characters; contains 133 characters
(#164) Short array syntax must be used to define arrays
(#169) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#205) Short array syntax must be used to define arrays
(#207) Short array syntax must be used to define arrays
(#232) Short array syntax must be used to define arrays
(#235) Short array syntax must be used to define arrays
(#243) Short array syntax must be used to define arrays
(#246) Short array syntax must be used to define arrays
(#262) Short array syntax must be used to define arrays
(#266) Short array syntax must be used to define arrays
(#267) Short array syntax must be used to define arrays
(#268) Short array syntax must be used to define arrays
(#279) Short array syntax must be used to define arrays
(#288) Short array syntax must be used to define arrays
(#291) Short array syntax must be used to define arrays
(#314) Short array syntax must be used to define arrays
(#318) Short array syntax must be used to define arrays
(#318) Line exceeds 132 characters; contains 147 characters
(#319) Short array syntax must be used to define arrays
(#322) Short array syntax must be used to define arrays
(#326) Short array syntax must be used to define arrays
(#334) Short array syntax must be used to define arrays
(#335) Short array syntax must be used to define arrays
(#339) Short array syntax must be used to define arrays
(#340) Short array syntax must be used to define arrays
(#343) Short array syntax must be used to define arrays
(#349) Short array syntax must be used to define arrays
(#352) Short array syntax must be used to define arrays
(#354) Short array syntax must be used to define arrays
(#359) Short array syntax must be used to define arrays
(#394) Short array syntax must be used to define arrays
(#401) Short array syntax must be used to define arrays
(#418) Short array syntax must be used to define arrays
(#435) Variable "migration_activation" must not contain underscores.
(#437) Variable "migration_message" must not contain underscores.
(#438) Variable "migration_activation" must not contain underscores.
(#439) Short array syntax must be used to define arrays
(#440) Variable "migration_message" must not contain underscores.
(#443) Short array syntax must be used to define arrays
(#446) Variable "migration_message" must not contain underscores.
(#453) Short array syntax must be used to define arrays
(#462) Short array syntax must be used to define arrays
(#464) Short array syntax must be used to define arrays
(#474) Short array syntax must be used to define arrays
(#480) Short array syntax must be used to define arrays
(#489) Short array syntax must be used to define arrays
(#496) Short array syntax must be used to define arrays
(#498) Short array syntax must be used to define arrays
(#503) Short array syntax must be used to define arrays
(#506) Short array syntax must be used to define arrays
(#507) Short array syntax must be used to define arrays
(#507) Line exceeds 132 characters; contains 142 characters
(#521) Short array syntax must be used to define arrays
(#527) Line exceeds 132 characters; contains 136 characters
(#529) Short array syntax must be used to define arrays
(#539) Short array syntax must be used to define arrays
(#540) Short array syntax must be used to define arrays
(#545) Short array syntax must be used to define arrays
mod/turnitintooltwo/settingslib.php
(#17) Missing @copyright tag
(#27) Missing docblock for class admin_setting_configtext_int_only
(#45) Missing docblock for function write_setting
(#54) Missing docblock for function validate
(#70) Missing docblock for class admin_setting_config_tii_secret_key
mod/turnitintooltwo/tests/unit/classes/digitalreceipt/instructor_message_test.php
(#1) Moodle boilerplate not found
(#8) Missing @copyright tag
(#8) Missing @license tag
(#11) Incorrect @package tag for class mod_turnitintooltwo_instructor_message_testcase. Expected mod_turnitintooltwo, found turnitintooltwo.
(#13) Testcase mod_turnitintooltwo_instructor_message_testcase should be declared as abstract.
(#13) PHPUnit testcase name "mod_turnitintooltwo_instructor_message_testcase" does not match file name "instructor_message_test"
(#13) PHPUnit class "mod_turnitintooltwo_instructor_message_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#18) Test method test_build_instructor_message() is missing any coverage information, own or at class level
(#18) Test method test_build_instructor_message() is missing a return type
(#26) There should be a comma after the last array item in a multi-line array.
(#30) Line exceeds maximum limit of 180 characters; contains 266 characters
(#38) Test method test_build_instructor_message_with_assignment_part() is missing any coverage information, own or at class level
(#38) Test method test_build_instructor_message_with_assignment_part() is missing a return type
(#39) Variable "instructor_message" must not contain underscores.
(#47) There should be a comma after the last array item in a multi-line array.
(#51) Line exceeds maximum limit of 180 characters; contains 274 characters
(#52) Variable "instructor_message" must not contain underscores.
(#59) Test method test_send_instructor_message() is missing any coverage information, own or at class level
(#59) Test method test_send_instructor_message() is missing a return type
(#73) There should be a comma after the last array item in a multi-line array.
mod/turnitintooltwo/tests/unit/classes/digitalreceipt/receipt_message_test.php
(#1) DocBlock missing a @package tag for file receipt_message_test.php. Expected @package mod_turnitintooltwo
(#1) Moodle boilerplate not found
(#3) Missing @copyright tag
(#3) Missing @license tag
(#12) Testcase mod_turnitintooltwo_receipt_message_testcase should be declared as abstract.
(#12) PHPUnit testcase name "mod_turnitintooltwo_receipt_message_testcase" does not match file name "receipt_message_test"
(#12) PHPUnit class "mod_turnitintooltwo_receipt_message_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#12) Missing docblock for class mod_turnitintooltwo_receipt_message_testcase
(#14) Test method test_send_message() is missing any coverage information, own or at class level
(#14) Test method test_send_message() is missing a return type
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Variable "userOne" must be all lower-case
(#24) Variable "receipt_message" must not contain underscores.
(#26) Variable "receipt_message" must not contain underscores.
(#26) Variable "userOne" must be all lower-case
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Variable "userOne" must be all lower-case
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Test method test_build_message_single_part() is missing any coverage information, own or at class level
(#40) Test method test_build_message_single_part() is missing a return type
(#42) Variable "receipt_message" must not contain underscores.
(#55) Variable "receipt_message" must not contain underscores.
(#57) Variable "message_text" must not contain underscores.
(#57) Line exceeds maximum limit of 180 characters; contains 469 characters
(#59) Variable "message_text" must not contain underscores.
(#59) Line exceeds maximum limit of 180 characters; contains 231 characters
(#62) Test method test_build_message_multi_part() is missing any coverage information, own or at class level
(#62) Test method test_build_message_multi_part() is missing a return type
(#63) Variable "receipt_message" must not contain underscores.
(#77) Variable "receipt_message" must not contain underscores.
(#79) Line exceeds maximum limit of 180 characters; contains 472 characters
mod/turnitintooltwo/tests/unit/classes/nonsubmitters/nonsubmitters_message_test.php
(#1) Moodle boilerplate not found
(#8) Missing @copyright tag
(#8) Missing @license tag
(#11) Incorrect @package tag for class mod_turnitintooltwo_nonsubmitter_message_testcase. Expected mod_turnitintooltwo, found turnitintooltwo.
(#13) Testcase mod_turnitintooltwo_nonsubmitter_message_testcase should be declared as abstract.
(#13) PHPUnit testcase name "mod_turnitintooltwo_nonsubmitter_message_testcase" does not match file name "nonsubmitters_message_test"
(#13) PHPUnit class "mod_turnitintooltwo_nonsubmitter_message_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#18) Test method test_send_instructor_message() is missing any coverage information, own or at class level
(#18) Test method test_send_instructor_message() is missing a return type
(#24) Variable "nonsubmitters_message" must not contain underscores.
(#30) Variable "nonsubmitters_message" must not contain underscores.
mod/turnitintooltwo/tests/unit/classes/privacy/provider_test.php
(#39) Testcase mod_turnitintooltwo_privacy_provider_testcase should be declared as abstract.
(#39) PHPUnit testcase name "mod_turnitintooltwo_privacy_provider_testcase" does not match file name "provider_test"
(#39) PHPUnit class "mod_turnitintooltwo_privacy_provider_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#39) Missing docblock for class mod_turnitintooltwo_privacy_provider_testcase
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#44) Missing member variable doc comment
(#45) Missing member variable doc comment
(#46) Missing member variable doc comment
(#47) Missing member variable doc comment
(#49) The setUp() method in unit tests must always call to parent::setUp().
(#66) Short array syntax must be used to define arrays
(#103) Test method test_get_metadata() is missing any coverage information, own or at class level
(#103) Test method test_get_metadata() is missing a return type
(#165) Test method test_get_contexts_for_userid() is missing any coverage information, own or at class level
(#165) Test method test_get_contexts_for_userid() is missing a return type
(#177) Test method test_export_user_data() is missing any coverage information, own or at class level
(#177) Test method test_export_user_data() is missing a return type
(#190) Test method test_delete_data_for_all_users_in_context() is missing any coverage information, own or at class level
(#190) Test method test_delete_data_for_all_users_in_context() is missing a return type
(#206) Short array syntax must be used to define arrays
(#217) Short array syntax must be used to define arrays
(#225) Test method test_delete_data_for_user() is missing any coverage information, own or at class level
(#225) Test method test_delete_data_for_user() is missing a return type
(#257) Short array syntax must be used to define arrays
(#266) Short array syntax must be used to define arrays
(#273) Short array syntax must be used to define arrays
(#275) There should be a comma after the last array item in a multi-line array.
mod/turnitintooltwo/tests/unit/classes/v1migration/v1migration_test.php
(#24) Missing @copyright tag
(#24) Missing @license tag
(#27) Incorrect @package tag for class mod_turnitintooltwo_v1migration_testcase. Expected mod_turnitintooltwo, found turnitintooltwo.
(#29) Testcase mod_turnitintooltwo_v1migration_testcase should be declared as abstract.
(#29) PHPUnit testcase name "mod_turnitintooltwo_v1migration_testcase" does not match file name "v1migration_test"
(#29) PHPUnit class "mod_turnitintooltwo_v1migration_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#48) Test method test_migrate_user() is missing any coverage information, own or at class level
(#48) Test method test_migrate_user() is missing a return type
(#72) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#88) Short array syntax must be used to define arrays
(#95) Test method test_set_settings_menu_v1_installed() is missing any coverage information, own or at class level
(#95) Test method test_set_settings_menu_v1_installed() is missing a return type
(#107) Line exceeds 132 characters; contains 133 characters
(#109) Short array syntax must be used to define arrays
(#137) Short array syntax must be used to define arrays
(#137) Line exceeds 132 characters; contains 153 characters
(#138) Line exceeds 132 characters; contains 143 characters
(#139) Line exceeds 132 characters; contains 145 characters
(#140) Line exceeds 132 characters; contains 157 characters
(#215) Test method test_set_default_values() is missing any coverage information, own or at class level
(#215) Test method test_set_default_values() is missing a return type
(#224) Short array syntax must be used to define arrays
(#224) Line exceeds 132 characters; contains 153 characters
(#225) Line exceeds 132 characters; contains 143 characters
(#226) Line exceeds 132 characters; contains 145 characters
(#227) Line exceeds 132 characters; contains 157 characters
(#251) Test method test_hide_v1_assignment() is missing any coverage information, own or at class level
(#251) Test method test_hide_v1_assignment() is missing a return type
(#270) Short array syntax must be used to define arrays
(#279) Test method test_setup_v2_module() is missing any coverage information, own or at class level
(#279) Test method test_setup_v2_module() is missing a return type
(#313) Test method test_migrate_assignment() is missing any coverage information, own or at class level
(#313) Test method test_migrate_assignment() is missing a return type
(#353) Short array syntax must be used to define arrays
(#357) Short array syntax must be used to define arrays
(#365) Short array syntax must be used to define arrays
(#376) Test method test_migrate_multiple_submission() is missing any coverage information, own or at class level
(#376) Test method test_migrate_multiple_submission() is missing a return type
(#400) Short array syntax must be used to define arrays
(#412) Short array syntax must be used to define arrays
(#420) Short array syntax must be used to define arrays
(#427) Test method test_migrate_multiple_unenrolled_users() is missing any coverage information, own or at class level
(#427) Test method test_migrate_multiple_unenrolled_users() is missing a return type
(#451) Short array syntax must be used to define arrays
(#457) Short array syntax must be used to define arrays
(#461) Short array syntax must be used to define arrays
(#479) Short array syntax must be used to define arrays
(#487) Test method test_migrate_course() is missing any coverage information, own or at class level
(#487) Test method test_migrate_course() is missing a return type
(#514) Short array syntax must be used to define arrays
(#519) Short array syntax must be used to define arrays
(#524) Line exceeds 132 characters; contains 142 characters
(#526) Short array syntax must be used to define arrays
(#532) Short array syntax must be used to define arrays
(#550) Short array syntax must be used to define arrays
(#557) Short array syntax must be used to define arrays
(#563) Line exceeds 132 characters; contains 142 characters
(#565) Short array syntax must be used to define arrays
(#572) Short array syntax must be used to define arrays
(#582) Test method test_migrate_gradebook() is missing any coverage information, own or at class level
(#582) Test method test_migrate_gradebook() is missing a return type
(#619) Short array syntax must be used to define arrays
(#619) Line exceeds 132 characters; contains 146 characters
(#633) Short array syntax must be used to define arrays
(#633) Line exceeds 132 characters; contains 146 characters
(#641) Short array syntax must be used to define arrays
(#641) Line exceeds 132 characters; contains 146 characters
(#648) Test method test_post_migration() is missing any coverage information, own or at class level
(#648) Test method test_post_migration() is missing a return type
(#682) Short array syntax must be used to define arrays
(#689) Test method test_get_grades_array() is missing any coverage information, own or at class level
(#689) Test method test_get_grades_array() is missing a return type
(#712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#714) Short array syntax must be used to define arrays
(#728) Short array syntax must be used to define arrays
(#731) Test method test_handle_overridden_grade() is missing any coverage information, own or at class level
(#731) Test method test_handle_overridden_grade() is missing a return type
(#767) Variable "grading_info" must not contain underscores.
(#770) Variable "grading_info" must not contain underscores.
(#771) Variable "grading_info" must not contain underscores.
(#777) Test method test_turnitintooltwo_getassignments() is missing any coverage information, own or at class level
(#777) Test method test_turnitintooltwo_getassignments() is missing a return type
(#786) Short array syntax must be used to define arrays
(#818) Variable "numAssignments" must be all lower-case
(#819) Variable "shownRecords" must be all lower-case
(#832) Variable "numAssignments" must be all lower-case
(#847) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#847) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#848) Short array syntax must be used to define arrays
(#852) Short array syntax must be used to define arrays
(#853) Variable "migrationValue" must be all lower-case
(#853) Short array syntax must be used to define arrays
(#858) Short array syntax must be used to define arrays
(#859) Variable "migrationValue" must be all lower-case
(#859) Short array syntax must be used to define arrays
(#861) Short array syntax must be used to define arrays
(#862) Short array syntax must be used to define arrays
(#864) Short array syntax must be used to define arrays
(#864) Variable "migrationValue" must be all lower-case
(#866) Short array syntax must be used to define arrays
(#868) Variable "numAssignments" must be all lower-case
(#869) Variable "numAssignments" must be all lower-case
(#878) Test method test_delete_migrated_assignment() is missing any coverage information, own or at class level
(#878) Test method test_delete_migrated_assignment() is missing a return type
(#914) Short array syntax must be used to define arrays
(#921) Test method test_check_account_ids() is missing any coverage information, own or at class level
(#921) Test method test_check_account_ids() is missing a return type
(#946) Test method test_output_settings_form() is missing any coverage information, own or at class level
(#946) Test method test_output_settings_form() is missing a return type
mod/turnitintooltwo/tests/unit/classes/view/members_test.php
(#1) Moodle boilerplate not found
(#12) Missing @copyright tag
(#12) Missing @license tag
(#15) Incorrect @package tag for class mod_turnitintooltwo_view_members_testcase. Expected mod_turnitintooltwo, found turnitintooltwo.
(#17) Testcase mod_turnitintooltwo_view_members_testcase should be declared as abstract.
(#17) PHPUnit testcase name "mod_turnitintooltwo_view_members_testcase" does not match file name "members_test"
(#17) PHPUnit class "mod_turnitintooltwo_view_members_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#21) Test method test_get_role_for_display_role() is missing any coverage information, own or at class level
(#21) Test method test_get_role_for_display_role() is missing a return type
(#41) Test method test_build_intro_message() is missing any coverage information, own or at class level
(#41) Test method test_build_intro_message() is missing a return type
(#68) Test method test_build_members_table() is missing any coverage information, own or at class level
(#68) Test method test_build_members_table() is missing a return type
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Test method test_build_add_tutors_form() is missing any coverage information, own or at class level
(#111) Test method test_build_add_tutors_form() is missing a return type
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
mod/turnitintooltwo/tests/unit/classes/view/turnitintooltwo_view_test.php
(#41) Testcase mod_turnitintooltwo_view_testcase should be declared as abstract.
(#41) PHPUnit testcase name "mod_turnitintooltwo_view_testcase" does not match file name "turnitintooltwo_view_test"
(#41) PHPUnit class "mod_turnitintooltwo_view_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#47) Test method test_output_header() is missing any coverage information, own or at class level
(#47) Test method test_output_header() is missing a return type
(#65) Test method test_draw_settings_menu_v1_installed() is missing any coverage information, own or at class level
(#65) Test method test_draw_settings_menu_v1_installed() is missing a return type
(#71) Short array syntax must be used to define arrays
(#88) Test method test_draw_settings_menu_v1_not_installed() is missing any coverage information, own or at class level
(#88) Test method test_draw_settings_menu_v1_not_installed() is missing a return type
(#94) Short array syntax must be used to define arrays
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#116) Test method test_inbox_table_structure_instructor() is missing any coverage information, own or at class level
(#116) Test method test_inbox_table_structure_instructor() is missing a return type
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Commas (,) must be followed by white space.
(#123) Line exceeds 132 characters; contains 154 characters
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Short array syntax must be used to define arrays
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Short array syntax must be used to define arrays
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Commas (,) must be followed by white space.
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Commas (,) must be followed by white space.
(#135) Line exceeds maximum limit of 180 characters; contains 198 characters
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Line exceeds 132 characters; contains 166 characters
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 4 spaces, found 1
(#139) Test method test_inbox_table_structure_student() is missing any coverage information, own or at class level
(#139) Test method test_inbox_table_structure_student() is missing a return type
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Commas (,) must be followed by white space.
(#162) Line exceeds 132 characters; contains 154 characters
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Short array syntax must be used to define arrays
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Short array syntax must be used to define arrays
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Short array syntax must be used to define arrays
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Commas (,) must be followed by white space.
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Commas (,) must be followed by white space.
(#180) Line exceeds maximum limit of 180 characters; contains 197 characters
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Line exceeds 132 characters; contains 169 characters
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Line exceeds 132 characters; contains 159 characters
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 4 spaces, found 1
(#192) Test method test_show_delete_link() is missing any coverage information, own or at class level
(#192) Test method test_show_delete_link() is missing a return type
mod/turnitintooltwo/tests/unit/generator/lib.php
(#21) "require_once" must be immediately followed by an open parenthesis
(#22) "require_once" must be immediately followed by an open parenthesis
(#23) "include_once" must be immediately followed by an open parenthesis
(#23) File is being unconditionally included; use "require_once" instead
(#24) "require_once" must be immediately followed by an open parenthesis
(#27) Expected 1 space before asterisk; 0 found
(#28) Expected 1 space before asterisk; 0 found
(#29) Expected 1 space before asterisk; 0 found
(#30) Expected 1 space before asterisk; 0 found
(#31) Expected 1 space before asterisk; 0 found
(#32) Expected 1 space before asterisk; 0 found
(#33) Expected 1 space before asterisk; 0 found
(#33) Invalid @category tag value "Test".
(#34) Expected 1 space before asterisk; 0 found
(#35) Expected 1 space before asterisk; 0 found
(#36) Expected 1 space before asterisk; 0 found
(#37) Expected 1 space before asterisk; 0 found
(#49) Variable "number_of_parts" must not contain underscores.
(#62) Whitespace found at end of line
(#63) Variable "parts_created" must not contain underscores.
(#63) Short array syntax must be used to define arrays
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Variable "number_of_parts" must not contain underscores.
(#68) Variable "parts_created" must not contain underscores.
(#69) Variable "parts_created" must not contain underscores.
(#69) Short array syntax must be used to define arrays
(#72) Variable "parts_created" must not contain underscores.
(#74) Whitespace found at end of line
(#88) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#111) Whitespace found at end of line
(#120) Line exceeds 132 characters; contains 136 characters
(#122) Variable "turnitintooltwo_user" must not contain underscores.
(#125) Variable "mdl_user" must not contain underscores.
(#126) Variable "tiiUserRecord" must be all lower-case
(#127) Variable "tiiUserRecord" must be all lower-case
(#127) Variable "mdl_user" must not contain underscores.
(#128) Variable "tiiUserRecord" must be all lower-case
(#128) Variable "turnitintooltwo_user" must not contain underscores.
(#129) Variable "tiiUserRecord" must be all lower-case
(#130) Variable "turnitintooltwo_user_id" must not contain underscores.
(#130) Variable "tiiUserRecord" must be all lower-case
(#131) Whitespace found at end of line
(#132) Variable "turnitintooltwo_user_id" must not contain underscores.
(#136) Line exceeds 132 characters; contains 141 characters
(#140) Line exceeds maximum limit of 180 characters; contains 204 characters
(#142) Variable "number_of_users" must not contain underscores.
(#143) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#146) Variable "number_of_users" must not contain underscores.
(#148) Variable "new_user" must not contain underscores.
(#148) Expected 1 space before "+"; 0 found
(#148) Expected 1 space after "+"; 0 found
(#149) Variable "new_user" must not contain underscores.
(#150) Variable "new_user" must not contain underscores.
(#185) Whitespace found at end of line
(#195) Whitespace found at end of line
(#198) Variable "moodle_user" must not contain underscores.
(#202) Short array syntax must be used to define arrays
(#203) Variable "moodle_user" must not contain underscores.
mod/turnitintooltwo/tests/unit/lib_test.php
(#1) Moodle boilerplate not found
(#13) Missing @copyright tag
(#13) Missing @license tag
(#16) Incorrect @package tag for class mod_lib_testcase. Expected mod_turnitintooltwo, found turnitintooltwo.
(#18) Testcase mod_lib_testcase should be declared as abstract.
(#18) PHPUnit testcase name "mod_lib_testcase" does not match file name "lib_test"
(#18) PHPUnit class "mod_lib_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#22) Test method test_turnitintooltwo_get_course_type() is missing any coverage information, own or at class level
(#22) Test method test_turnitintooltwo_get_course_type() is missing a return type
(#38) Test method test_turnitintooltwo_override_repository() is missing any coverage information, own or at class level
(#38) Test method test_turnitintooltwo_override_repository() is missing a return type
(#74) Test method test_turnitintooltwo_cron_migrate_gradebook() is missing any coverage information, own or at class level
(#74) Test method test_turnitintooltwo_cron_migrate_gradebook() is missing a return type
(#112) Inline doc block comments are not allowed; use "// Comment." instead
(#116) Short array syntax must be used to define arrays
(#116) Line exceeds 132 characters; contains 146 characters
(#120) Short array syntax must be used to define arrays
(#125) Line exceeds 132 characters; contains 146 characters
(#127) Test method test_turnitintooltwo_cron_migrate_gradebook_1000() is missing any coverage information, own or at class level
(#127) Test method test_turnitintooltwo_cron_migrate_gradebook_1000() is missing a return type
(#168) Inline doc block comments are not allowed; use "// Comment." instead
(#170) Line exceeds 132 characters; contains 135 characters
(#172) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
(#176) Line exceeds 132 characters; contains 147 characters
(#178) Short array syntax must be used to define arrays
(#178) Line exceeds 132 characters; contains 147 characters
(#182) Short array syntax must be used to define arrays
(#182) Line exceeds 132 characters; contains 147 characters
(#189) Test method test_turnitintooltwo_reset_part_update() is missing any coverage information, own or at class level
(#189) Test method test_turnitintooltwo_reset_part_update() is missing a return type
(#197) Short array syntax must be used to define arrays
(#214) Variable "partDB" must be all lower-case
(#214) Short array syntax must be used to define arrays
(#216) Line exceeds 132 characters; contains 149 characters
(#220) Variable "partDB" must be all lower-case
(#226) Test method test_turnitintooltwo_generate_part_dates() is missing any coverage information, own or at class level
(#226) Test method test_turnitintooltwo_generate_part_dates() is missing a return type
(#235) Variable "response_start" must not contain underscores.
(#236) Variable "response_due" must not contain underscores.
(#237) Variable "response_post" must not contain underscores.
(#239) Variable "response_start" must not contain underscores.
(#240) Variable "response_due" must not contain underscores.
(#241) Variable "response_post" must not contain underscores.
(#243) Line exceeds maximum limit of 180 characters; contains 182 characters
(#245) Variable "response_start" must not contain underscores.
(#246) Variable "response_due" must not contain underscores.
(#247) Variable "response_post" must not contain underscores.
(#249) Variable "response_start" must not contain underscores.
(#250) Variable "response_due" must not contain underscores.
(#251) Variable "response_post" must not contain underscores.
(#253) Line exceeds 132 characters; contains 163 characters
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Variable "response_due" must not contain underscores.
(#254) Variable "response_start" must not contain underscores.
(#255) Variable "response_post" must not contain underscores.
(#255) Variable "response_start" must not contain underscores.
(#261) Test method test_turnitintooltwo_get_report_gen_speed_params() is missing any coverage information, own or at class level
(#261) Test method test_turnitintooltwo_get_report_gen_speed_params() is missing a return type
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 5
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 5
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 5
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 5
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 5
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 5
(#273) Test method test_turnitintooltwo_availability_status() is missing any coverage information, own or at class level
(#273) Test method test_turnitintooltwo_availability_status() is missing a return type
(#287) Short array syntax must be used to define arrays
(#297) Short array syntax must be used to define arrays
(#298) Short array syntax must be used to define arrays
(#373) Test method test_turnitintooltwo_update_event() is missing any coverage information, own or at class level
(#373) Test method test_turnitintooltwo_update_event() is missing a return type
(#381) Short array syntax must be used to define arrays
(#391) Short array syntax must be used to define arrays
(#406) Short array syntax must be used to define arrays
(#419) Short array syntax must be used to define arrays
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Short array syntax must be used to define arrays
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Short array syntax must be used to define arrays
(#457) Short array syntax must be used to define arrays
(#458) Short array syntax must be used to define arrays
(#462) Short array syntax must be used to define arrays
mod/turnitintooltwo/tests/unit/mod_form_test.php
(#20) Incorrect @package tag for file mod_form_test.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Unit test mod_form_test should be declared as final.
(#29) PHPUnit class "mod_form_test" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#29) Missing docblock for class mod_form_test
(#35) Test method test_should_populate_submitpapersto_to_the_value_in_current_when_submitpapersto_not_null() is missing any coverage information, own or at class level
(#35) Test method test_should_populate_submitpapersto_to_the_value_in_current_when_submitpapersto_not_null() is missing a return type
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Test method test_should_populate_submitpapersto_to_the_value_in_config_when_submitpapersto_null() is missing any coverage information, own or at class level
(#53) Test method test_should_populate_submitpapersto_to_the_value_in_config_when_submitpapersto_null() is missing a return type
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) File must end with a newline character
mod/turnitintooltwo/tests/unit/turnitintooltwo_assignment_test.php
(#35) Testcase mod_turnitintooltwo_assignment_testcase should be declared as abstract.
(#35) PHPUnit testcase name "mod_turnitintooltwo_assignment_testcase" does not match file name "turnitintooltwo_assignment_test"
(#35) PHPUnit class "mod_turnitintooltwo_assignment_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Test method test_truncate_title() is missing any coverage information, own or at class level
(#40) Test method test_truncate_title() is missing a return type
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Test method test_set_checkbox_field() is missing any coverage information, own or at class level
(#67) Test method test_set_checkbox_field() is missing a return type
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
(#93) Test method test_course_data() is missing any coverage information, own or at class level
(#93) Test method test_course_data() is missing a return type
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Closing brace indented incorrectly; expected 1 spaces, found 4
(#129) File must end with a newline character
mod/turnitintooltwo/tests/unit/turnitintooltwo_comms_test.php
(#35) Testcase mod_turnitintooltwo_comms_testcase should be declared as abstract.
(#35) PHPUnit testcase name "mod_turnitintooltwo_comms_testcase" does not match file name "turnitintooltwo_comms_test"
(#35) PHPUnit class "mod_turnitintooltwo_comms_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#37) Test method test_handle_exceptions() is missing any coverage information, own or at class level
(#37) Test method test_handle_exceptions() is missing a return type
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#48) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#50) Empty CATCH statement detected
(#50) Empty CATCH statement must have a comment to explain why the exception is not handled
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#59) Short array syntax must be used to define arrays
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Short array syntax must be used to define arrays
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Short array syntax must be used to define arrays
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#74) Short array syntax must be used to define arrays
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#77) Short array syntax must be used to define arrays
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#80) Short array syntax must be used to define arrays
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#85) File must end with a newline character
mod/turnitintooltwo/tests/unit/turnitintooltwo_submission_test.php
(#1) Moodle boilerplate not found
(#14) Missing @copyright tag
(#14) Missing @license tag
(#17) Incorrect @package tag for class mod_turnitintooltwo_submission_testcase. Expected mod_turnitintooltwo, found turnitintooltwo.
(#19) Testcase mod_turnitintooltwo_submission_testcase should be declared as abstract.
(#19) PHPUnit testcase name "mod_turnitintooltwo_submission_testcase" does not match file name "turnitintooltwo_submission_test"
(#19) PHPUnit class "mod_turnitintooltwo_submission_testcase" does not have any namespace. It is recommended to add it to the "mod_turnitintooltwo" namespace, using more levels if needed, in order to match the code being tested
(#23) Test method test_create_submission() is missing any coverage information, own or at class level
(#23) Test method test_create_submission() is missing a return type
(#35) Short array syntax must be used to define arrays
(#47) Inline doc block comments are not allowed; use "// Comment." instead
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Object operator not indented correctly; expected 12 spaces but found 21
(#59) Object operator not indented correctly; expected 12 spaces but found 13
(#69) Test method test_insert_submission() is missing any coverage information, own or at class level
(#69) Test method test_insert_submission() is missing a return type
(#100) Test method test_count_graded_submissions() is missing any coverage information, own or at class level
(#100) Test method test_count_graded_submissions() is missing a return type
(#101) Line indented incorrectly; expected at least 8 spaces, found 6
(#103) Line indented incorrectly; expected at least 8 spaces, found 6
(#105) Line indented incorrectly; expected at least 8 spaces, found 6
(#106) Line indented incorrectly; expected at least 8 spaces, found 6
(#108) Line indented incorrectly; expected at least 8 spaces, found 6
(#110) Line indented incorrectly; expected at least 8 spaces, found 6
(#112) Line indented incorrectly; expected at least 8 spaces, found 6
(#113) Line indented incorrectly; expected at least 8 spaces, found 6
(#114) Line indented incorrectly; expected at least 8 spaces, found 6
(#115) Line indented incorrectly; expected at least 8 spaces, found 6
(#116) Line indented incorrectly; expected at least 8 spaces, found 6
(#117) Line indented incorrectly; expected at least 8 spaces, found 6
(#118) Line indented incorrectly; expected at least 8 spaces, found 6
(#119) Line indented incorrectly; expected at least 8 spaces, found 6
(#120) Line indented incorrectly; expected at least 8 spaces, found 6
(#121) Line indented incorrectly; expected at least 8 spaces, found 6
(#122) Line indented incorrectly; expected at least 8 spaces, found 6
(#124) Line indented incorrectly; expected at least 8 spaces, found 6
(#125) Line indented incorrectly; expected at least 8 spaces, found 6
(#127) Line indented incorrectly; expected at least 8 spaces, found 6
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Short array syntax must be used to define arrays
(#131) Line indented incorrectly; expected at least 8 spaces, found 6
(#131) Short array syntax must be used to define arrays
(#133) Line indented incorrectly; expected at least 8 spaces, found 6
(#135) Line indented incorrectly; expected at least 8 spaces, found 6
mod/turnitintooltwo/turnitintooltwo_assignment.class.php
(#1) No one-line description found in phpdocs for docblock of file turnitintooltwo_assignment.class.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file turnitintooltwo_assignment.class.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#29) Missing docblock for class turnitintooltwo_assignment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#36) Missing docblock for function __construct
(#45) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#126) Docblock tag "@global" is not recommended.
(#133) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#163) Short array syntax must be used to define arrays
(#177) Docblock tag "@global" is not recommended.
(#178) Docblock tag "@global" is not recommended.
(#213) Short array syntax must be used to define arrays
(#244) Short array syntax must be used to define arrays
(#267) Docblock tag "@global" is not recommended.
(#268) Docblock tag "@global" is not recommended.
(#269) Docblock tag "@global" is not recommended.
(#337) Docblock tag "@global" is not recommended.
(#398) Docblock tag "@global" is not recommended.
(#432) Short array syntax must be used to define arrays
(#477) Docblock tag "@global" is not recommended.
(#511) Short array syntax must be used to define arrays
(#538) Short array syntax must be used to define arrays
(#672) Docblock tag "@global" is not recommended.
(#673) Docblock tag "@global" is not recommended.
(#779) Line exceeds 132 characters; contains 135 characters
(#810) Line exceeds 132 characters; contains 137 characters
(#836) Short array syntax must be used to define arrays
(#855) Docblock tag "@global" is not recommended.
(#893) Docblock tag "@global" is not recommended.
(#918) Short array syntax must be used to define arrays
(#946) Short array syntax must be used to define arrays
(#967) Short array syntax must be used to define arrays
(#970) Short array syntax must be used to define arrays
(#978) Docblock tag "@global" is not recommended.
(#979) Docblock tag "@global" is not recommended.
(#988) Short array syntax must be used to define arrays
(#1003) Short array syntax must be used to define arrays
(#1004) Short array syntax must be used to define arrays
(#1014) Short array syntax must be used to define arrays
(#1015) Short array syntax must be used to define arrays
(#1020) Short array syntax must be used to define arrays
(#1021) Short array syntax must be used to define arrays
(#1031) Short array syntax must be used to define arrays
(#1048) Short array syntax must be used to define arrays
(#1054) Short array syntax must be used to define arrays
(#1060) Short array syntax must be used to define arrays
(#1063) Short array syntax must be used to define arrays
(#1077) Docblock tag "@global" is not recommended.
(#1084) Short array syntax must be used to define arrays
(#1096) Docblock tag "@global" is not recommended.
(#1103) Short array syntax must be used to define arrays
(#1111) Short array syntax must be used to define arrays
(#1125) Short array syntax must be used to define arrays
(#1129) Short array syntax must be used to define arrays
(#1136) Docblock tag "@global" is not recommended.
(#1144) Short array syntax must be used to define arrays
(#1146) Short array syntax must be used to define arrays
(#1148) Short array syntax must be used to define arrays
(#1150) Short array syntax must be used to define arrays
(#1165) Docblock tag "@global" is not recommended.
(#1166) Docblock tag "@global" is not recommended.
(#1174) Short array syntax must be used to define arrays
(#1193) Short array syntax must be used to define arrays
(#1195) Short array syntax must be used to define arrays
(#1315) Docblock tag "@global" is not recommended.
(#1316) Docblock tag "@global" is not recommended.
(#1329) Short array syntax must be used to define arrays
(#1344) Short array syntax must be used to define arrays
(#1357) Short array syntax must be used to define arrays
(#1357) Line exceeds 132 characters; contains 154 characters
(#1379) Line exceeds 132 characters; contains 135 characters
(#1475) Short array syntax must be used to define arrays
(#1491) Short array syntax must be used to define arrays
(#1527) Docblock tag "@global" is not recommended.
(#1536) Short array syntax must be used to define arrays
(#1540) Short array syntax must be used to define arrays
(#1545) Short array syntax must be used to define arrays
(#1555) Short array syntax must be used to define arrays
(#1564) Docblock tag "@global" is not recommended.
(#1573) Short array syntax must be used to define arrays
(#1602) Short array syntax must be used to define arrays
(#1662) Short array syntax must be used to define arrays
(#1673) Docblock tag "@global" is not recommended.
(#1686) Short array syntax must be used to define arrays
(#1708) Short array syntax must be used to define arrays
(#1770) Short array syntax must be used to define arrays
(#1788) Short array syntax must be used to define arrays
(#1802) Short array syntax must be used to define arrays
(#1804) Short array syntax must be used to define arrays
(#1815) Short array syntax must be used to define arrays
(#1826) Docblock tag "@global" is not recommended.
(#1832) Short array syntax must be used to define arrays
(#1835) Short array syntax must be used to define arrays
(#1864) Short array syntax must be used to define arrays
(#1906) Docblock tag "@global" is not recommended.
(#1907) Docblock tag "@global" is not recommended.
(#1919) Short array syntax must be used to define arrays
(#1942) Short array syntax must be used to define arrays
(#1944) Short array syntax must be used to define arrays
(#1945) Short array syntax must be used to define arrays
(#1949) Short array syntax must be used to define arrays
(#1958) Short array syntax must be used to define arrays
(#1960) Short array syntax must be used to define arrays
(#2006) Logical operator "and" is prohibited; use "&&" instead
(#2025) Docblock tag "@global" is not recommended.
mod/turnitintooltwo/turnitintooltwo_class.class.php
(#1) No one-line description found in phpdocs for docblock of file turnitintooltwo_class.class.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file turnitintooltwo_class.class.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#26) Missing docblock for class turnitintooltwo_class
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#34) Missing docblock for function __construct
(#40) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#75) File must end with a newline character
mod/turnitintooltwo/turnitintooltwo_comms.class.php
(#27) Missing @copyright tag
(#27) Missing @license tag
(#27) Missing docblock for class turnitintooltwo_comms
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#33) Missing member variable doc comment
(#34) Missing member variable doc comment
(#36) Missing docblock for function __construct
(#59) Expected 0 spaces after "("; 1 found
(#134) Short array syntax must be used to define arrays
(#138) Short array syntax must be used to define arrays
(#142) Short array syntax must be used to define arrays
(#146) Short array syntax must be used to define arrays
(#150) Short array syntax must be used to define arrays
(#155) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
(#197) There should be a comma after the last array item in a multi-line array.
(#206) No one-line description found in phpdocs for docblock of function set_diagnostic
mod/turnitintooltwo/turnitintooltwo_form.class.php
(#1) No one-line description found in phpdocs for docblock of file turnitintooltwo_form.class.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file turnitintooltwo_form.class.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#26) Missing docblock for class turnitintooltwo_form
(#35) Docblock tag "@global" is not recommended.
(#112) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#125) Short array syntax must be used to define arrays
(#145) Missing docblock for class turnitin_plagiarism_plugin_form
(#148) Missing docblock for function definition
(#148) Expected 0 spaces after "definition"; 1 found
(#156) Short array syntax must be used to define arrays
(#160) File must end with a newline character
mod/turnitintooltwo/turnitintooltwo_perflog.class.php
(#22) Missing @copyright tag
(#22) Missing @license tag
(#22) Missing docblock for class turnitintooltwo_performancelog
(#47) Short array syntax must be used to define arrays
(#49) Logical operator "and" is prohibited; use "&&" instead
mod/turnitintooltwo/turnitintooltwo_submission.class.php
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing docblock for class turnitintooltwo_submission
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#31) Member variable "submission_part" must not contain underscores.
(#32) Missing member variable doc comment
(#32) Member variable "submission_title" must not contain underscores.
(#33) Missing member variable doc comment
(#33) Member variable "submission_type" must not contain underscores.
(#34) Missing member variable doc comment
(#34) Member variable "submission_filename" must not contain underscores.
(#35) Missing member variable doc comment
(#35) Member variable "submission_objectid" must not contain underscores.
(#36) Missing member variable doc comment
(#36) Member variable "submission_score" must not contain underscores.
(#37) Missing member variable doc comment
(#37) Member variable "submission_grade" must not contain underscores.
(#38) Missing member variable doc comment
(#38) Member variable "submission_gmimaged" must not contain underscores.
(#39) Missing member variable doc comment
(#39) Member variable "submission_attempts" must not contain underscores.
(#40) Missing member variable doc comment
(#40) Member variable "submission_modified" must not contain underscores.
(#41) Missing member variable doc comment
(#41) Member variable "submission_parent" must not contain underscores.
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#43) Member variable "submission_nmuserid" must not contain underscores.
(#44) Missing member variable doc comment
(#44) Member variable "submission_nmfirstname" must not contain underscores.
(#45) Missing member variable doc comment
(#45) Member variable "submission_nmlastname" must not contain underscores.
(#46) Missing member variable doc comment
(#46) Member variable "submission_unanon" must not contain underscores.
(#47) Missing member variable doc comment
(#47) Member variable "submission_unanonreason" must not contain underscores.
(#48) Missing member variable doc comment
(#48) Member variable "submission_transmatch" must not contain underscores.
(#49) Missing member variable doc comment
(#49) Member variable "submission_instructors" must not contain underscores.
(#50) Missing member variable doc comment
(#50) Member variable "submission_hash" must not contain underscores.
(#51) Missing member variable doc comment
(#51) Member variable "submission_orcapable" must not contain underscores.
(#52) Missing member variable doc comment
(#52) Member variable "submission_acceptnothing" must not contain underscores.
(#53) Missing member variable doc comment
(#54) Missing member variable doc comment
(#55) Missing member variable doc comment
(#55) Member variable "instructor_receipt" must not contain underscores.
(#56) Missing member variable doc comment
(#56) Member variable "migrate_gradebook" must not contain underscores.
(#58) Missing docblock for function __construct
(#116) Docblock tag "@global" is not recommended.
(#134) Docblock tag "@global" is not recommended.
(#160) Docblock tag "@global" is not recommended.
(#170) Short array syntax must be used to define arrays
(#172) Short array syntax must be used to define arrays
(#188) Logical operator "or" is prohibited; use "||" instead
(#191) Short array syntax must be used to define arrays
(#216) Short array syntax must be used to define arrays
(#259) Short array syntax must be used to define arrays
(#273) Docblock tag "@global" is not recommended.
(#284) Short array syntax must be used to define arrays
(#303) Docblock tag "@global" is not recommended.
(#309) Short array syntax must be used to define arrays
(#322) Short array syntax must be used to define arrays
(#345) Short array syntax must be used to define arrays
(#363) Short array syntax must be used to define arrays
(#400) Short array syntax must be used to define arrays
(#412) Docblock tag "@global" is not recommended.
(#485) Short array syntax must be used to define arrays
(#498) Docblock tag "@global" is not recommended.
(#506) Short array syntax must be used to define arrays
(#523) Short array syntax must be used to define arrays
(#525) There should be a comma after the last array item in a multi-line array.
(#529) Short array syntax must be used to define arrays
(#532) There should be a comma after the last array item in a multi-line array.
(#604) Line exceeds 132 characters; contains 135 characters
(#619) Short array syntax must be used to define arrays
(#627) There should be a comma after the last array item in a multi-line array.
(#699) Docblock tag "@global" is not recommended.
(#711) Short array syntax must be used to define arrays
(#773) Short array syntax must be used to define arrays
(#796) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Short array syntax must be used to define arrays
(#835) Short array syntax must be used to define arrays
(#900) Line exceeds 132 characters; contains 138 characters
(#901) Short array syntax must be used to define arrays
mod/turnitintooltwo/turnitintooltwo_user.class.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#19) Missing @copyright tag
(#19) Missing @license tag
(#19) Missing docblock for class turnitintooltwo_user
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#28) Missing member variable doc comment
(#29) Missing member variable doc comment
(#30) Missing member variable doc comment
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#34) Missing docblock for function __construct
(#64) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#87) Variable "dbUser" must be all lower-case
(#87) Short array syntax must be used to define arrays
(#91) Variable "dbUser" must be all lower-case
(#92) Variable "dbUser" must be all lower-case
(#94) Line exceeds 132 characters; contains 133 characters
(#118) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#159) Short array syntax must be used to define arrays
(#197) Short array syntax must be used to define arrays
(#331) Docblock tag "@global" is not recommended.
(#342) Short array syntax must be used to define arrays
(#343) Short array syntax must be used to define arrays
(#354) Docblock tag "@global" is not recommended.
(#364) Short array syntax must be used to define arrays
(#464) Short array syntax must be used to define arrays
(#468) There should be a comma after the last array item in a multi-line array.
(#511) Short array syntax must be used to define arrays
(#516) Short array syntax must be used to define arrays
(#569) Short array syntax must be used to define arrays
(#582) Short array syntax must be used to define arrays
(#590) Docblock tag "@global" is not recommended.
(#595) Short array syntax must be used to define arrays
(#596) Short array syntax must be used to define arrays
(#624) Short array syntax must be used to define arrays
(#645) File must end with a newline character
mod/turnitintooltwo/turnitintooltwo_view.class.php
(#28) Missing @copyright tag
(#28) Missing @license tag
(#28) Missing docblock for class turnitintooltwo_view
(#56) Docblock tag "@global" is not recommended.
(#118) Docblock tag "@global" is not recommended.
(#119) Docblock tag "@global" is not recommended.
(#125) Short array syntax must be used to define arrays
(#146) Line exceeds 132 characters; contains 135 characters
(#149) Short array syntax must be used to define arrays
(#152) Line exceeds 132 characters; contains 133 characters
(#159) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
(#191) Short array syntax must be used to define arrays
(#206) Missing docblock for function show_digital_receipt
(#210) Short array syntax must be used to define arrays
(#213) Short array syntax must be used to define arrays
(#216) Short array syntax must be used to define arrays
(#218) Short array syntax must be used to define arrays
(#219) Short array syntax must be used to define arrays
(#220) Short array syntax must be used to define arrays
(#239) Short array syntax must be used to define arrays
(#247) Short array syntax must be used to define arrays
(#250) Short array syntax must be used to define arrays
(#265) Docblock tag "@global" is not recommended.
(#266) Docblock tag "@global" is not recommended.
(#287) Line exceeds 132 characters; contains 136 characters
(#289) Line exceeds 132 characters; contains 134 characters
(#295) Short array syntax must be used to define arrays
(#296) Short array syntax must be used to define arrays
(#298) Short array syntax must be used to define arrays
(#299) Short array syntax must be used to define arrays
(#302) Line exceeds 132 characters; contains 146 characters
(#308) Short array syntax must be used to define arrays
(#308) Line exceeds 132 characters; contains 172 characters
(#315) Short array syntax must be used to define arrays
(#320) Short array syntax must be used to define arrays
(#326) Short array syntax must be used to define arrays
(#330) Short array syntax must be used to define arrays
(#330) Line exceeds 132 characters; contains 135 characters
(#335) Short array syntax must be used to define arrays
(#339) Short array syntax must be used to define arrays
(#342) Short array syntax must be used to define arrays
(#346) Line exceeds 132 characters; contains 135 characters
(#347) Short array syntax must be used to define arrays
(#353) Short array syntax must be used to define arrays
(#353) Line exceeds 132 characters; contains 133 characters
(#355) Short array syntax must be used to define arrays
(#362) Short array syntax must be used to define arrays
(#365) Short array syntax must be used to define arrays
(#365) Short array syntax must be used to define arrays
(#376) Short array syntax must be used to define arrays
(#376) Line exceeds 132 characters; contains 147 characters
(#379) Short array syntax must be used to define arrays
(#385) Short array syntax must be used to define arrays
(#405) Short array syntax must be used to define arrays
(#406) Short array syntax must be used to define arrays
(#406) Short array syntax must be used to define arrays
(#408) Short array syntax must be used to define arrays
(#422) Short array syntax must be used to define arrays
(#424) There should be a comma after the last array item in a multi-line array.
(#436) Docblock tag "@global" is not recommended.
(#437) Docblock tag "@global" is not recommended.
(#453) Short array syntax must be used to define arrays
(#460) Short array syntax must be used to define arrays
(#462) Short array syntax must be used to define arrays
(#471) Short array syntax must be used to define arrays
(#471) Expected 1 space before "=>"; 0 found
(#471) Line exceeds 132 characters; contains 177 characters
(#472) Short array syntax must be used to define arrays
(#472) Line exceeds 132 characters; contains 179 characters
(#530) Short array syntax must be used to define arrays
(#536) Short array syntax must be used to define arrays
(#545) Short array syntax must be used to define arrays
(#546) Short array syntax must be used to define arrays
(#555) Short array syntax must be used to define arrays
(#558) Short array syntax must be used to define arrays
(#558) Line exceeds 132 characters; contains 149 characters
(#566) Short array syntax must be used to define arrays
(#569) Short array syntax must be used to define arrays
(#569) Line exceeds 132 characters; contains 136 characters
(#571) Short array syntax must be used to define arrays
(#571) Line exceeds maximum limit of 180 characters; contains 198 characters
(#575) Short array syntax must be used to define arrays
(#579) Short array syntax must be used to define arrays
(#583) Short array syntax must be used to define arrays
(#583) Line exceeds 132 characters; contains 157 characters
(#600) Short array syntax must be used to define arrays
(#632) Short array syntax must be used to define arrays
(#633) Variable "loading_icon" must not contain underscores.
(#638) Short array syntax must be used to define arrays
(#639) Variable "loading_icon" must not contain underscores.
(#640) Short array syntax must be used to define arrays
(#641) Short array syntax must be used to define arrays
(#650) Short array syntax must be used to define arrays
(#654) Short array syntax must be used to define arrays
(#654) Line exceeds 132 characters; contains 154 characters
(#658) Short array syntax must be used to define arrays
(#661) Short array syntax must be used to define arrays
(#661) Line exceeds 132 characters; contains 138 characters
(#664) Short array syntax must be used to define arrays
(#667) Short array syntax must be used to define arrays
(#667) Line exceeds 132 characters; contains 144 characters
(#675) Short array syntax must be used to define arrays
(#686) Docblock tag "@global" is not recommended.
(#687) Docblock tag "@global" is not recommended.
(#699) Short array syntax must be used to define arrays
(#703) Short array syntax must be used to define arrays
(#718) Short array syntax must be used to define arrays
(#724) Short array syntax must be used to define arrays
(#739) Short array syntax must be used to define arrays
(#754) Short array syntax must be used to define arrays
(#770) Short array syntax must be used to define arrays
(#792) Short array syntax must be used to define arrays
(#792) Line exceeds 132 characters; contains 153 characters
(#793) Short array syntax must be used to define arrays
(#793) Line exceeds 132 characters; contains 140 characters
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#808) Short array syntax must be used to define arrays
(#809) Line exceeds 132 characters; contains 143 characters
(#823) Short array syntax must be used to define arrays
(#834) Short array syntax must be used to define arrays
(#836) Short array syntax must be used to define arrays
(#842) Short array syntax must be used to define arrays
(#863) Short array syntax must be used to define arrays
(#873) Line exceeds 132 characters; contains 140 characters
(#878) Short array syntax must be used to define arrays
(#879) Short array syntax must be used to define arrays
(#879) Line exceeds 132 characters; contains 148 characters
(#881) Short array syntax must be used to define arrays
(#888) Short array syntax must be used to define arrays
(#889) Short array syntax must be used to define arrays
(#891) Short array syntax must be used to define arrays
(#903) Short array syntax must be used to define arrays
(#907) Short array syntax must be used to define arrays
(#919) Short array syntax must be used to define arrays
(#922) Short array syntax must be used to define arrays
(#924) Short array syntax must be used to define arrays
(#926) Short array syntax must be used to define arrays
(#934) Short array syntax must be used to define arrays
(#935) Short array syntax must be used to define arrays
(#938) Short array syntax must be used to define arrays
(#947) Short array syntax must be used to define arrays
(#948) Short array syntax must be used to define arrays
(#950) Short array syntax must be used to define arrays
(#960) Short array syntax must be used to define arrays
(#963) Short array syntax must be used to define arrays
(#963) Line exceeds 132 characters; contains 136 characters
(#964) Short array syntax must be used to define arrays
(#971) Short array syntax must be used to define arrays
(#974) Short array syntax must be used to define arrays
(#991) Missing docblock for function show_peermark_assignment
(#993) Short array syntax must be used to define arrays
(#996) Short array syntax must be used to define arrays
(#1007) Short array syntax must be used to define arrays
(#1012) Short array syntax must be used to define arrays
(#1015) Short array syntax must be used to define arrays
(#1019) Short array syntax must be used to define arrays
(#1022) Short array syntax must be used to define arrays
(#1038) Line exceeds 132 characters; contains 144 characters
(#1045) Short array syntax must be used to define arrays
(#1048) Short array syntax must be used to define arrays
(#1068) Docblock tag "@global" is not recommended.
(#1069) Docblock tag "@global" is not recommended.
(#1105) Short array syntax must be used to define arrays
(#1115) Short array syntax must be used to define arrays
(#1116) Short array syntax must be used to define arrays
(#1123) Logical operator "and" is prohibited; use "&&" instead
(#1123) Logical operator "and" is prohibited; use "&&" instead
(#1128) Short array syntax must be used to define arrays
(#1131) Logical operator "or" is prohibited; use "||" instead
(#1131) Logical operator "and" is prohibited; use "&&" instead
(#1138) Logical operator "or" is prohibited; use "||" instead
(#1139) Logical operator "and" is prohibited; use "&&" instead
(#1143) Short array syntax must be used to define arrays
(#1148) Short array syntax must be used to define arrays
(#1163) Short array syntax must be used to define arrays
(#1169) Short array syntax must be used to define arrays
(#1176) Logical operator "and" is prohibited; use "&&" instead
(#1178) Spaces must be used to indent lines; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Short array syntax must be used to define arrays
(#1181) Spaces must be used to indent lines; tabs are not allowed
(#1181) Tab found within whitespace
(#1181) Short array syntax must be used to define arrays
(#1185) Spaces must be used to indent lines; tabs are not allowed
(#1185) Tab found within whitespace
(#1185) Short array syntax must be used to define arrays
(#1196) Logical operator "and" is prohibited; use "&&" instead
(#1210) Short array syntax must be used to define arrays
(#1220) No space found before comment text; expected "// Show score." but found "//Show score."
(#1223) Short array syntax must be used to define arrays
(#1225) Short array syntax must be used to define arrays
(#1232) Short array syntax must be used to define arrays
(#1234) Short array syntax must be used to define arrays
(#1240) Short array syntax must be used to define arrays
(#1244) Short array syntax must be used to define arrays
(#1249) Short array syntax must be used to define arrays
(#1253) Short array syntax must be used to define arrays
(#1263) Short array syntax must be used to define arrays
(#1282) Short array syntax must be used to define arrays
(#1286) Short array syntax must be used to define arrays
(#1286) Line exceeds 132 characters; contains 148 characters
(#1293) Short array syntax must be used to define arrays
(#1295) Short array syntax must be used to define arrays
(#1297) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1299) Short array syntax must be used to define arrays
(#1304) Spaces must be used to indent lines; tabs are not allowed
(#1304) Tab found within whitespace
(#1304) Short array syntax must be used to define arrays
(#1305) Spaces must be used to indent lines; tabs are not allowed
(#1305) Tab found within whitespace
(#1308) Spaces must be used to indent lines; tabs are not allowed
(#1308) Tab found within whitespace
(#1308) Short array syntax must be used to define arrays
(#1315) Short array syntax must be used to define arrays
(#1318) Spaces must be used to indent lines; tabs are not allowed
(#1318) Tab found within whitespace
(#1318) Short array syntax must be used to define arrays
(#1319) Expected 1 space after "=>"; 0 found
(#1323) Short array syntax must be used to define arrays
(#1343) Short array syntax must be used to define arrays
(#1354) Short array syntax must be used to define arrays
(#1367) Short array syntax must be used to define arrays
(#1370) Short array syntax must be used to define arrays
(#1393) Line exceeds 132 characters; contains 140 characters
(#1408) Short array syntax must be used to define arrays
(#1410) Short array syntax must be used to define arrays
(#1420) Line exceeds 132 characters; contains 138 characters
(#1432) Short array syntax must be used to define arrays
(#1436) Short array syntax must be used to define arrays
(#1436) Line exceeds 132 characters; contains 139 characters
(#1437) Expected 1 space before "=>"; 0 found
(#1440) Short array syntax must be used to define arrays
(#1455) Short array syntax must be used to define arrays
(#1457) Short array syntax must be used to define arrays
(#1458) Short array syntax must be used to define arrays
(#1465) Line exceeds 132 characters; contains 141 characters
(#1467) Line exceeds 132 characters; contains 142 characters
(#1468) Short array syntax must be used to define arrays
(#1468) Line exceeds 132 characters; contains 139 characters
(#1470) Short array syntax must be used to define arrays
(#1475) There should be a comma after the last array item in a multi-line array.
(#1479) Line exceeds 132 characters; contains 137 characters
(#1481) Short array syntax must be used to define arrays
(#1483) Short array syntax must be used to define arrays
(#1483) Line exceeds 132 characters; contains 133 characters
(#1546) Short array syntax must be used to define arrays
(#1556) Short array syntax must be used to define arrays
(#1589) Short array syntax must be used to define arrays
(#1589) Line exceeds 132 characters; contains 143 characters
(#1591) Short array syntax must be used to define arrays
(#1592) Short array syntax must be used to define arrays
(#1593) Short array syntax must be used to define arrays
(#1594) Short array syntax must be used to define arrays
(#1595) Short array syntax must be used to define arrays
(#1596) Short array syntax must be used to define arrays
(#1603) Short array syntax must be used to define arrays
(#1679) Short array syntax must be used to define arrays
(#1794) Docblock tag "@global" is not recommended.
(#1795) Docblock tag "@global" is not recommended.
(#1806) Short array syntax must be used to define arrays
(#1809) Short array syntax must be used to define arrays
(#1866) Docblock tag "@global" is not recommended.
(#1905) Short array syntax must be used to define arrays
(#1920) Docblock tag "@global" is not recommended.
(#1921) Docblock tag "@global" is not recommended.
(#1943) Short array syntax must be used to define arrays
(#1947) Short array syntax must be used to define arrays
(#1950) Short array syntax must be used to define arrays
(#1954) Short array syntax must be used to define arrays
(#1954) Line exceeds 132 characters; contains 147 characters
(#1960) Short array syntax must be used to define arrays
(#1971) Docblock tag "@global" is not recommended.
(#1972) Docblock tag "@global" is not recommended.
(#1984) Short array syntax must be used to define arrays
(#1985) Short array syntax must be used to define arrays
(#1987) Short array syntax must be used to define arrays
(#1999) Short array syntax must be used to define arrays
(#2003) Short array syntax must be used to define arrays
(#2004) Short array syntax must be used to define arrays
(#2024) Line exceeds 132 characters; contains 151 characters
mod/turnitintooltwo/version.php
(#1) No one-line description found in phpdocs for docblock of file version.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file version.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
mod/turnitintooltwo/view.php
(#1) No one-line description found in phpdocs for docblock of file view.php
(#17) Missing @license tag
(#18) Incorrect @package tag for file view.php. Expected mod_turnitintooltwo, found turnitintooltwo.
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#79) Short array syntax must be used to define arrays
(#82) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#111) Short array syntax must be used to define arrays
(#121) Short array syntax must be used to define arrays
(#163) Line indented incorrectly; expected at least 4 spaces, found 2
(#165) Expected "} else {\n"; found "}\nelse {\n"
(#166) Line indented incorrectly; expected at least 4 spaces, found 2
(#204) Line exceeds 132 characters; contains 136 characters
(#211) Short array syntax must be used to define arrays
(#226) Short array syntax must be used to define arrays
(#242) Short array syntax must be used to define arrays
(#257) Short array syntax must be used to define arrays
(#264) Short array syntax must be used to define arrays
(#264) Line exceeds 132 characters; contains 135 characters
(#271) Short array syntax must be used to define arrays
(#370) Short array syntax must be used to define arrays
(#376) Short array syntax must be used to define arrays
(#392) Short array syntax must be used to define arrays
(#408) Short array syntax must be used to define arrays
(#426) Short array syntax must be used to define arrays
(#445) Short array syntax must be used to define arrays
(#491) Short array syntax must be used to define arrays
(#495) Short array syntax must be used to define arrays
(#506) Short array syntax must be used to define arrays
(#511) Short array syntax must be used to define arrays
(#512) Short array syntax must be used to define arrays
(#518) Short array syntax must be used to define arrays
(#529) Short array syntax must be used to define arrays
(#529) Line exceeds 132 characters; contains 141 characters
(#531) Short array syntax must be used to define arrays
(#543) Short array syntax must be used to define arrays
(#544) Short array syntax must be used to define arrays
(#545) Short array syntax must be used to define arrays
(#545) Line exceeds 132 characters; contains 140 characters
(#547) Short array syntax must be used to define arrays
(#548) Short array syntax must be used to define arrays
(#549) Short array syntax must be used to define arrays
(#549) There should be a comma after the last array item in a multi-line array.
(#553) Short array syntax must be used to define arrays
(#558) Line exceeds 132 characters; contains 155 characters
(#563) Short array syntax must be used to define arrays
(#573) Short array syntax must be used to define arrays
(#574) Short array syntax must be used to define arrays
(#583) Short array syntax must be used to define arrays
(#586) Short array syntax must be used to define arrays
(#593) Short array syntax must be used to define arrays
(#605) Short array syntax must be used to define arrays
(#616) Short array syntax must be used to define arrays
(#623) Short array syntax must be used to define arrays
(#630) Short array syntax must be used to define arrays
(#637) Short array syntax must be used to define arrays
(#649) Short array syntax must be used to define arrays
(#664) Short array syntax must be used to define arrays
(#668) Line exceeds 132 characters; contains 136 characters
(#679) Line exceeds 132 characters; contains 133 characters
(#682) Short array syntax must be used to define arrays
(#682) Line exceeds 132 characters; contains 135 characters
(#683) Line exceeds 132 characters; contains 138 characters
(#684) Short array syntax must be used to define arrays
(#686) Short array syntax must be used to define arrays
(#693) Short array syntax must be used to define arrays
(#697) Short array syntax must be used to define arrays
(#728) Short array syntax must be used to define arrays
(#730) Short array syntax must be used to define arrays
(#759) Short array syntax must be used to define arrays
(#787) Short array syntax must be used to define arrays
(#787) Line exceeds 132 characters; contains 143 characters
(#791) Short array syntax must be used to define arrays
(#792) Short array syntax must be used to define arrays
(#793) Short array syntax must be used to define arrays
(#794) Short array syntax must be used to define arrays
(#796) Short array syntax must be used to define arrays
(#798) Short array syntax must be used to define arrays
(#799) Short array syntax must be used to define arrays
(#802) Short array syntax must be used to define arrays
(#803) Short array syntax must be used to define arrays
(#804) Short array syntax must be used to define arrays
(#805) Short array syntax must be used to define arrays
(#813) Short array syntax must be used to define arrays
(#819) Short array syntax must be used to define arrays

Javascript coding style problems

(2459 errors, 9987 warnings)

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

mod/turnitintooltwo/amd/src/migration_tool_launch.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#19) Identifier 'migration_tool_launch' is not in camel case. (camelcase)
(#32) Operator '+' must be spaced. (space-infix-ops)
(#34) Expected catch,fail,always() or return (promise/catch-or-return)
(#41) Each then() should return a value or throw (promise/always-return)
mod/turnitintooltwo/amd/src/migration_tool_migrate.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#13) Identifier 'migration_tool_migrate' is not in camel case. (camelcase)
(#20) Operator '+' must be spaced. (space-infix-ops)
mod/turnitintooltwo/amd/src/modal_migration_tool.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#59) The function binding is unnecessary. (no-extra-bind)
mod/turnitintooltwo/gulpfile.js
(#23) Missing space before opening brace. (space-before-blocks)
(#24) Unexpected console statement. (no-console)
mod/turnitintooltwo/jquery/jquery.colorbox.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#7) Unexpected space before function parentheses. (space-before-function-paren)
(#98) Identifier 'event_open' is not in camel case. (camelcase)
(#99) Identifier 'event_load' is not in camel case. (camelcase)
(#100) Identifier 'event_complete' is not in camel case. (camelcase)
(#101) Identifier 'event_cleanup' is not in camel case. (camelcase)
(#102) Identifier 'event_closed' is not in camel case. (camelcase)
(#103) Identifier 'event_purge' is not in camel case. (camelcase)
(#222) This line has a length of 150. Maximum allowed is 132. (max-len)
(#243) Unexpected space before function parentheses. (space-before-function-paren)
(#267) Missing space before opening brace. (space-before-blocks)
(#273) Unexpected space before function parentheses. (space-before-function-paren)
(#307) Unexpected space before function parentheses. (space-before-function-paren)
(#325) Missing space before opening brace. (space-before-blocks)
(#358) This line has a length of 138. Maximum allowed is 132. (max-len)
(#363) Missing space before value for key 'visibility'. (key-spacing)
(#363) Missing space before value for key 'display'. (key-spacing)
(#363) Missing space before value for key 'opacity'. (key-spacing)
(#366) Missing space before value for key 'width'. (key-spacing)
(#366) Missing space before value for key 'height'. (key-spacing)
(#380) This line has a length of 145. Maximum allowed is 132. (max-len)
(#381) This line has a length of 151. Maximum allowed is 132. (max-len)
(#383) Missing space before value for key 'width'. (key-spacing)
(#383) Missing space before value for key 'height'. (key-spacing)
(#400) Unexpected space before function parentheses. (space-before-function-paren)
(#408) Unexpected space before function parentheses. (space-before-function-paren)
(#443) A space is required after ','. (comma-spacing)
(#448) Missing space before value for key 'id'. (key-spacing)
(#449) Missing space before value for key 'id'. (key-spacing)
(#454) Missing space before value for key 'id'. (key-spacing)
(#497) This line has a length of 135. Maximum allowed is 132. (max-len)
(#498) Unexpected space before function parentheses. (space-before-function-paren)
(#501) Unexpected space before function parentheses. (space-before-function-paren)
(#504) Unexpected space before function parentheses. (space-before-function-paren)
(#507) Unexpected space before function parentheses. (space-before-function-paren)
(#514) Unexpected space before function parentheses. (space-before-function-paren)
(#558) Unexpected space before function parentheses. (space-before-function-paren)
(#583) Unexpected space before function parentheses. (space-before-function-paren)
(#598) Unexpected space before function parentheses. (space-before-function-paren)
(#642) Missing space before value for key 'visibility'. (key-spacing)
(#650) This line has a length of 156. Maximum allowed is 132. (max-len)
(#650) A space is required after ','. (comma-spacing)
(#651) This line has a length of 161. Maximum allowed is 132. (max-len)
(#651) A space is required after ','. (comma-spacing)
(#654) This line has a length of 140. Maximum allowed is 132. (max-len)
(#659) Missing space before opening brace. (space-before-blocks)
(#676) Unexpected space before function parentheses. (space-before-function-paren)
(#686) Unexpected space before function parentheses. (space-before-function-paren)
(#686) Multiple spaces found before '// Small delay...'. (no-multi-spaces)
(#699) Unexpected space before function parentheses. (space-before-function-paren)
(#731) Expected space(s) after "if". (keyword-spacing)
(#739) Unexpected space before function parentheses. (space-before-function-paren)
(#744) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#764) This line has a length of 137. Maximum allowed is 132. (max-len)
(#769) This line has a length of 164. Maximum allowed is 132. (max-len)
(#775) Unexpected space before function parentheses. (space-before-function-paren)
(#790) Unexpected space before function parentheses. (space-before-function-paren)
(#812) Missing space before opening brace. (space-before-blocks)
(#849) Extra space after key 'allowFullScreen'. (key-spacing)
(#854) Unexpected space before function parentheses. (space-before-function-paren)
(#873) Unexpected space before function parentheses. (space-before-function-paren)
(#881) Unexpected space before function parentheses. (space-before-function-paren)
(#882) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#882) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#882) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#915) Unexpected space before function parentheses. (space-before-function-paren)
(#925) Unexpected space before function parentheses. (space-before-function-paren)
(#944) A space is required after ','. (comma-spacing)
(#944) Unexpected space before function parentheses. (space-before-function-paren)
(#947) Unexpected space before function parentheses. (space-before-function-paren)
(#954) Missing space before opening brace. (space-before-blocks)
(#957) A space is required after ','. (comma-spacing)
(#957) Missing space before opening brace. (space-before-blocks)
(#970) Unexpected space before function parentheses. (space-before-function-paren)
(#990) Unexpected space before function parentheses. (space-before-function-paren)
(#1004) Unexpected space before function parentheses. (space-before-function-paren)
(#1013) Unexpected space before function parentheses. (space-before-function-paren)
(#1020) Unexpected space before function parentheses. (space-before-function-paren)
(#1028) Unexpected space before function parentheses. (space-before-function-paren)
(#1038) Unexpected space before function parentheses. (space-before-function-paren)
(#1044) Unexpected space before function parentheses. (space-before-function-paren)
(#1054) Unexpected space before function parentheses. (space-before-function-paren)
(#1055) Statement inside of curly braces should be on next line. (brace-style)
(#1055) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1072) Unexpected space before function parentheses. (space-before-function-paren)
(#1078) 'jQuery' is not defined. (no-undef)
mod/turnitintooltwo/jquery/jquery.cookie.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#14) 'jQuery' is not defined. (no-undef)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Expected to return a value at the end of function 'converted'. (consistent-return)
(#35) Expected space(s) after "catch". (keyword-spacing)
(#35) Empty block statement. (no-empty)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#53) This line has a length of 142. Maximum allowed is 132. (max-len)
(#84) Unexpected space before function parentheses. (space-before-function-paren)
(#86) There should be no space after '{'. (object-curly-spacing)
(#86) There should be no space before '}'. (object-curly-spacing)
mod/turnitintooltwo/jquery/jquery.dataTables.columnFilter.js
(#16) This line has a length of 159. Maximum allowed is 132. (max-len)
(#17) This line has a length of 140. Maximum allowed is 132. (max-len)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#27) Comments should not begin with a lowercase character. (capitalized-comments)
(#27) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Unexpected empty function. (no-empty-function)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#40) Expected space or tab after '//' in comment. (spaced-comment)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Expected { after 'if' condition. (curly)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) Expected { after 'if' condition. (curly)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Expected { after 'if' condition. (curly)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Expected { after 'if' condition. (curly)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#62) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Expected { after 'if' condition. (curly)
(#64) Comments should not begin with a lowercase character. (capitalized-comments)
(#65) Expected { after 'else'. (curly)
(#65) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected { after 'if' condition. (curly)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) 'jQuery' is not defined. (no-undef)
(#79) Expected { after 'if' condition. (curly)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected { after 'else'. (curly)
(#90) Expected { after 'if' condition. (curly)
(#92) Expected { after 'else'. (curly)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected { after 'if' condition. (curly)
(#104) Identifier 'search_init' is not in camel case. (camelcase)
(#108) Expected { after 'if' condition. (curly)
(#108) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#110) Expected { after 'else'. (curly)
(#111) Identifier 'search_init' is not in camel case. (camelcase)
(#114) Identifier 'search_init' is not in camel case. (camelcase)
(#120) Expected { after 'if' condition. (curly)
(#122) Expected { after 'else'. (curly)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Unexpected space before function parentheses. (space-before-function-paren)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#139) 'currentFilter' is assigned a value but never used. (no-unused-vars)
(#142) Expected { after 'if' condition. (curly)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Unexpected space before function parentheses. (space-before-function-paren)
(#167) Unexpected space before function parentheses. (space-before-function-paren)
(#177) Comments should not begin with a lowercase character. (capitalized-comments)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#189) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#192) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#199) Expected space or tab after '//' in comment. (spaced-comment)
(#201) Unexpected space before function parentheses. (space-before-function-paren)
(#201) 'iDataIndex' is defined but never used. (no-unused-vars)
(#203) Expected { after 'if' condition. (curly)
(#205) Use '===' to compare with null. (no-eq-null)
(#206) Expected { after 'if' condition. (curly)
(#212) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#215) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#218) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#228) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#229) Unexpected space before function parentheses. (space-before-function-paren)
(#234) Expected { after 'if' condition. (curly)
(#249) Comments should not begin with a lowercase character. (capitalized-comments)
(#249) Expected space or tab after '//' in comment. (spaced-comment)
(#253) Comments should not begin with a lowercase character. (capitalized-comments)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#254) Expected space or tab after '//' in comment. (spaced-comment)
(#257) Comments should not begin with a lowercase character. (capitalized-comments)
(#257) Expected space or tab after '//' in comment. (spaced-comment)
(#258) Expected space or tab after '//' in comment. (spaced-comment)
(#260) 'ti' is not defined. (no-undef)
(#260) 'ti' is not defined. (no-undef)
(#260) 'ti' is not defined. (no-undef)
(#262) 'ti' is not defined. (no-undef)
(#265) 'ti' is not defined. (no-undef)
(#268) 'ti' is not defined. (no-undef)
(#277) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#279) Expected space or tab after '//' in comment. (spaced-comment)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#283) Unexpected space before function parentheses. (space-before-function-paren)
(#283) 'iDataIndex' is defined but never used. (no-unused-vars)
(#285) Expected { after 'if' condition. (curly)
(#291) Use '===' to compare with null. (no-eq-null)
(#291) Use '===' to compare with null. (no-eq-null)
(#297) Use '===' to compare with null. (no-eq-null)
(#298) Expected { after 'if' condition. (curly)
(#303) Use '===' to compare with null. (no-eq-null)
(#304) Expected { after 'if' condition. (curly)
(#307) Use '===' to compare with null. (no-eq-null)
(#309) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#310) Use '===' to compare with null. (no-eq-null)
(#312) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#319) Expected space or tab after '//' in comment. (spaced-comment)
(#321) Unexpected space before function parentheses. (space-before-function-paren)
(#330) Use '===' to compare with null. (no-eq-null)
(#331) Expected { after 'if' condition. (curly)
(#332) 'index' is assigned a value but never used. (no-unused-vars)
(#334) Use '===' to compare with null. (no-eq-null)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
(#335) Expected { after 'if' condition. (curly)
(#342) 'selected' declared on line 350 column 25 is used outside of binding context. (block-scoped-var)
(#346) Expected { after 'if' condition. (curly)
(#346) 'selected' declared on line 350 column 25 is used outside of binding context. (block-scoped-var)
(#346) Missing semicolon. (semi)
(#347) 'selected' declared on line 350 column 25 is used outside of binding context. (block-scoped-var)
(#348) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#350) 'selected' is already defined. (no-redeclare)
(#350) 'selected' declared on line 342 column 25 is used outside of binding context. (block-scoped-var)
(#352) Expected space or tab after '//' in comment. (spaced-comment)
(#353) 'selected' declared on line 342 column 25 is used outside of binding context. (block-scoped-var)
(#353) Expected { after 'if' condition. (curly)
(#354) 'selected' declared on line 342 column 25 is used outside of binding context. (block-scoped-var)
(#356) 'selected' declared on line 342 column 25 is used outside of binding context. (block-scoped-var)
(#356) Expected { after 'if' condition. (curly)
(#357) 'selected' declared on line 342 column 25 is used outside of binding context. (block-scoped-var)
(#365) Unexpected space before function parentheses. (space-before-function-paren)
(#366) Comments should not begin with a lowercase character. (capitalized-comments)
(#366) Expected space or tab after '//' in comment. (spaced-comment)
(#373) Expected { after 'if' condition. (curly)
(#373) Expected space or tab after '//' in comment. (spaced-comment)
(#375) Expected { after 'else'. (curly)
(#375) Expected space or tab after '//' in comment. (spaced-comment)
(#378) Use '===' to compare with null. (no-eq-null)
(#378) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Expected { after 'if' condition. (curly)
(#384) Use '===' to compare with null. (no-eq-null)
(#389) Unexpected space before function parentheses. (space-before-function-paren)
(#390) Expected to return a value at the end of function. (consistent-return)
(#390) Unexpected space before function parentheses. (space-before-function-paren)
(#393) This line has a length of 155. Maximum allowed is 132. (max-len)
(#393) Use '===' to compare with null. (no-eq-null)
(#394) This line has a length of 142. Maximum allowed is 132. (max-len)
(#394) Expected space or tab after '//' in comment. (spaced-comment)
(#402) Expected space or tab after '//' in comment. (spaced-comment)
(#408) Use '===' to compare with null. (no-eq-null)
(#409) Expected { after 'if' condition. (curly)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#412) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#414) Comments should not begin with a lowercase character. (capitalized-comments)
(#414) Expected space or tab after '//' in comment. (spaced-comment)
(#415) This line has a length of 157. Maximum allowed is 132. (max-len)
(#417) Comments should not begin with a lowercase character. (capitalized-comments)
(#417) Expected space or tab after '//' in comment. (spaced-comment)
(#419) Expected space or tab after '//' in comment. (spaced-comment)
(#421) Use '===' to compare with null. (no-eq-null)
(#426) Comments should not begin with a lowercase character. (capitalized-comments)
(#426) Expected space or tab after '//' in comment. (spaced-comment)
(#430) Unnecessary semicolon. (no-extra-semi)
(#432) Comments should not begin with a lowercase character. (capitalized-comments)
(#432) Expected space or tab after '//' in comment. (spaced-comment)
(#447) This line has a length of 135. Maximum allowed is 132. (max-len)
(#447) Comments should not begin with a lowercase character. (capitalized-comments)
(#447) Expected space or tab after '//' in comment. (spaced-comment)
(#450) Comments should not begin with a lowercase character. (capitalized-comments)
(#450) Expected space or tab after '//' in comment. (spaced-comment)
(#451) This line has a length of 174. Maximum allowed is 132. (max-len)
(#451) Expected space or tab after '//' in comment. (spaced-comment)
(#456) Comments should not begin with a lowercase character. (capitalized-comments)
(#456) Expected space or tab after '//' in comment. (spaced-comment)
(#461) Comments should not begin with a lowercase character. (capitalized-comments)
(#461) Expected space or tab after '//' in comment. (spaced-comment)
(#462) This line has a length of 180. Maximum allowed is 132. (max-len)
(#467) Comments should not begin with a lowercase character. (capitalized-comments)
(#467) Expected space or tab after '//' in comment. (spaced-comment)
(#468) Function declared in a loop contains unsafe references to variable(s) 'fnOnFiltered'. (no-loop-func)
(#468) Unexpected space before function parentheses. (space-before-function-paren)
(#471) Comments should not begin with a lowercase character. (capitalized-comments)
(#471) Expected space or tab after '//' in comment. (spaced-comment)
(#473) Unexpected space before function parentheses. (space-before-function-paren)
(#475) Comments should not begin with a lowercase character. (capitalized-comments)
(#475) Expected space or tab after '//' in comment. (spaced-comment)
(#476) Expected space or tab after '//' in comment. (spaced-comment)
(#481) Comments should not begin with a lowercase character. (capitalized-comments)
(#481) Expected space or tab after '//' in comment. (spaced-comment)
(#506) Comments should not begin with a lowercase character. (capitalized-comments)
(#506) Expected space or tab after '//' in comment. (spaced-comment)
(#508) Comments should not begin with a lowercase character. (capitalized-comments)
(#508) Expected space or tab after '//' in comment. (spaced-comment)
(#512) Unexpected space before function parentheses. (space-before-function-paren)
(#513) Expected space or tab after '//' in comment. (spaced-comment)
(#514) Unexpected space before function parentheses. (space-before-function-paren)
(#514) 'index3' is defined but never used. (no-unused-vars)
(#525) Unexpected space before function parentheses. (space-before-function-paren)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#531) Unexpected space before function parentheses. (space-before-function-paren)
(#535) There should be no space after '{'. (object-curly-spacing)
(#545) Unexpected space before function parentheses. (space-before-function-paren)
(#547) There should be no space after '{'. (object-curly-spacing)
(#593) Unexpected space before function parentheses. (space-before-function-paren)
(#596) Expected { after 'if' condition. (curly)
(#605) 'tr' declared on line 624 column 25 is used outside of binding context. (block-scoped-var)
(#608) 'tr' declared on line 624 column 25 is used outside of binding context. (block-scoped-var)
(#611) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#613) 'tr' declared on line 624 column 25 is used outside of binding context. (block-scoped-var)
(#624) 'tr' is already defined. (no-redeclare)
(#624) 'tr' declared on line 605 column 21 is used outside of binding context. (block-scoped-var)
(#625) 'tr' declared on line 605 column 21 is used outside of binding context. (block-scoped-var)
(#631) 'sFilterRow' is assigned a value but never used. (no-unused-vars)
(#633) 'oHost' is assigned a value but never used. (no-unused-vars)
(#636) Unexpected space before function parentheses. (space-before-function-paren)
(#638) There should be no space after '{'. (object-curly-spacing)
(#644) Use '===' to compare with null. (no-eq-null)
(#645) Use '===' to compare with null. (no-eq-null)
(#646) Expected { after 'if' condition. (curly)
(#650) Use '===' to compare with null. (no-eq-null)
(#652) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#660) Use '===' to compare with null. (no-eq-null)
(#661) Use '===' to compare with null. (no-eq-null)
(#689) 'bRegex' is not defined. (no-undef)
(#689) Use '===' to compare with null. (no-eq-null)
(#690) 'bSmart' is not defined. (no-undef)
(#690) Use '===' to compare with null. (no-eq-null)
(#691) 'bRegex' is not defined. (no-undef)
(#691) 'bSmart' is not defined. (no-undef)
(#698) 'j' is not defined. (no-undef)
(#698) 'j' is not defined. (no-undef)
(#698) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#698) 'j' is not defined. (no-undef)
(#700) Unexpected space before function parentheses. (space-before-function-paren)
(#702) This line has a length of 181. Maximum allowed is 132. (max-len)
(#702) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#702) 'j' is not defined. (no-undef)
(#702) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#702) 'j' is not defined. (no-undef)
(#702) Missing semicolon. (semi)
(#703) Missing semicolon. (semi)
(#711) Unexpected space before function parentheses. (space-before-function-paren)
(#713) 'j' is not defined. (no-undef)
(#713) 'j' is not defined. (no-undef)
(#713) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#713) 'j' is not defined. (no-undef)
(#714) Identifier 'aiCustomSearch_Indexes' is not in camel case. (camelcase)
(#714) 'j' is not defined. (no-undef)
(#716) 'k' is not defined. (no-undef)
(#716) 'k' is not defined. (no-undef)
(#716) 'k' is not defined. (no-undef)
(#717) 'k' is not defined. (no-undef)
(#718) 'k' is not defined. (no-undef)
(#718) 'j' is not defined. (no-undef)
(#722) There should be no space after '{'. (object-curly-spacing)
(#722) There should be no space before '}'. (object-curly-spacing)
(#724) Use '===' to compare with null. (no-eq-null)
(#726) Use '===' to compare with null. (no-eq-null)
(#729) Unexpected space before function parentheses. (space-before-function-paren)
(#739) Use '===' to compare with null. (no-eq-null)
(#742) Unexpected space before function parentheses. (space-before-function-paren)
(#743) Unexpected space before function parentheses. (space-before-function-paren)
(#744) Missing semicolon. (semi)
(#756) 'jQuery' is not defined. (no-undef)
mod/turnitintooltwo/jquery/jquery.dataTables.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#24) Expected space or tab after '/*' in comment. (spaced-comment)
(#25) This line has a length of 1716. Maximum allowed is 132. (max-len)
(#25) Expected space or tab after '/*' in comment. (spaced-comment)
(#25) '$' is defined but never used. (no-unused-vars)
(#25) 'require' is already defined as a built-in global variable. (no-redeclare)
(#25) 'define' is already defined as a built-in global variable. (no-redeclare)
(#25) '_selector_run' is defined but never used. (no-unused-vars)
(#25) '_selector_opts' is defined but never used. (no-unused-vars)
(#25) '_selector_first' is defined but never used. (no-unused-vars)
(#25) '_selector_row_indexes' is defined but never used. (no-unused-vars)
(#25) '_ext' is defined but never used. (no-unused-vars)
(#25) '_Api' is defined but never used. (no-unused-vars)
(#25) '_api_register' is defined but never used. (no-unused-vars)
(#25) '_api_registerPlural' is defined but never used. (no-unused-vars)
(#25) '_re_new_lines' is defined but never used. (no-unused-vars)
(#25) '_re_html' is defined but never used. (no-unused-vars)
(#25) '_re_formatted_numeric' is defined but never used. (no-unused-vars)
(#25) '_re_escape_regex' is defined but never used. (no-unused-vars)
(#25) '_empty' is defined but never used. (no-unused-vars)
(#25) '_intVal' is defined but never used. (no-unused-vars)
(#25) '_numToDecimal' is defined but never used. (no-unused-vars)
(#25) '_isNumber' is defined but never used. (no-unused-vars)
(#25) '_isHtml' is defined but never used. (no-unused-vars)
(#25) '_htmlNumeric' is defined but never used. (no-unused-vars)
(#25) '_pluck' is defined but never used. (no-unused-vars)
(#25) '_pluck_order' is defined but never used. (no-unused-vars)
(#25) '_range' is defined but never used. (no-unused-vars)
(#25) '_stripHtml' is defined but never used. (no-unused-vars)
(#25) '_unique' is defined but never used. (no-unused-vars)
(#25) '_fnBuildAjax' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxUpdate' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxParameters' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxUpdateDraw' is defined but never used. (no-unused-vars)
(#25) '_fnAjaxDataSrc' is defined but never used. (no-unused-vars)
(#25) '_fnAddColumn' is defined but never used. (no-unused-vars)
(#25) '_fnColumnOptions' is defined but never used. (no-unused-vars)
(#25) '_fnAdjustColumnSizing' is defined but never used. (no-unused-vars)
(#25) '_fnVisibleToColumnIndex' is defined but never used. (no-unused-vars)
(#25) '_fnColumnIndexToVisible' is defined but never used. (no-unused-vars)
(#25) '_fnVisbleColumns' is defined but never used. (no-unused-vars)
(#25) '_fnGetColumns' is defined but never used. (no-unused-vars)
(#25) '_fnColumnTypes' is defined but never used. (no-unused-vars)
(#25) '_fnApplyColumnDefs' is defined but never used. (no-unused-vars)
(#25) '_fnHungarianMap' is defined but never used. (no-unused-vars)
(#25) '_fnCamelToHungarian' is defined but never used. (no-unused-vars)
(#25) '_fnLanguageCompat' is defined but never used. (no-unused-vars)
(#25) '_fnBrowserDetect' is defined but never used. (no-unused-vars)
(#25) '_fnAddData' is defined but never used. (no-unused-vars)
(#25) '_fnAddTr' is defined but never used. (no-unused-vars)
(#25) '_fnNodeToDataIndex' is defined but never used. (no-unused-vars)
(#25) '_fnNodeToColumnIndex' is defined but never used. (no-unused-vars)
(#25) '_fnGetCellData' is defined but never used. (no-unused-vars)
(#25) '_fnSetCellData' is defined but never used. (no-unused-vars)
(#25) '_fnSplitObjNotation' is defined but never used. (no-unused-vars)
(#25) '_fnGetObjectDataFn' is defined but never used. (no-unused-vars)
(#25) '_fnSetObjectDataFn' is defined but never used. (no-unused-vars)
(#25) '_fnGetDataMaster' is defined but never used. (no-unused-vars)
(#25) '_fnClearTable' is defined but never used. (no-unused-vars)
(#25) '_fnDeleteIndex' is defined but never used. (no-unused-vars)
(#25) '_fnInvalidate' is defined but never used. (no-unused-vars)
(#25) '_fnGetRowElements' is defined but never used. (no-unused-vars)
(#25) '_fnCreateTr' is defined but never used. (no-unused-vars)
(#25) '_fnBuildHead' is defined but never used. (no-unused-vars)
(#25) '_fnDrawHead' is defined but never used. (no-unused-vars)
(#25) '_fnDraw' is defined but never used. (no-unused-vars)
(#25) '_fnReDraw' is defined but never used. (no-unused-vars)
(#25) '_fnAddOptionsHtml' is defined but never used. (no-unused-vars)
(#25) '_fnDetectHeader' is defined but never used. (no-unused-vars)
(#25) '_fnGetUniqueThs' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlFilter' is defined but never used. (no-unused-vars)
(#25) '_fnFilterComplete' is defined but never used. (no-unused-vars)
(#25) '_fnFilterCustom' is defined but never used. (no-unused-vars)
(#25) '_fnFilterColumn' is defined but never used. (no-unused-vars)
(#25) '_fnFilter' is defined but never used. (no-unused-vars)
(#25) '_fnFilterCreateSearch' is defined but never used. (no-unused-vars)
(#25) '_fnEscapeRegex' is defined but never used. (no-unused-vars)
(#25) '_fnFilterData' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlInfo' is defined but never used. (no-unused-vars)
(#25) '_fnUpdateInfo' is defined but never used. (no-unused-vars)
(#25) '_fnInfoMacros' is defined but never used. (no-unused-vars)
(#25) '_fnInitialise' is defined but never used. (no-unused-vars)
(#25) '_fnInitComplete' is defined but never used. (no-unused-vars)
(#25) '_fnLengthChange' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlLength' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlPaginate' is defined but never used. (no-unused-vars)
(#25) '_fnPageChange' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlProcessing' is defined but never used. (no-unused-vars)
(#25) '_fnProcessingDisplay' is defined but never used. (no-unused-vars)
(#25) '_fnFeatureHtmlTable' is defined but never used. (no-unused-vars)
(#25) '_fnScrollDraw' is defined but never used. (no-unused-vars)
(#25) '_fnApplyToChildren' is defined but never used. (no-unused-vars)
(#25) '_fnCalculateColumnWidths' is defined but never used. (no-unused-vars)
(#25) '_fnThrottle' is defined but never used. (no-unused-vars)
(#25) '_fnConvertToWidth' is defined but never used. (no-unused-vars)
(#25) '_fnGetWidestNode' is defined but never used. (no-unused-vars)
(#25) '_fnGetMaxLenString' is defined but never used. (no-unused-vars)
(#25) '_fnStringToCss' is defined but never used. (no-unused-vars)
(#25) '_fnSortFlatten' is defined but never used. (no-unused-vars)
(#25) '_fnSort' is defined but never used. (no-unused-vars)
(#25) '_fnSortAria' is defined but never used. (no-unused-vars)
(#25) '_fnSortListener' is defined but never used. (no-unused-vars)
(#25) '_fnSortAttachListener' is defined but never used. (no-unused-vars)
(#25) '_fnSortingClasses' is defined but never used. (no-unused-vars)
(#25) '_fnSortData' is defined but never used. (no-unused-vars)
(#25) '_fnSaveState' is defined but never used. (no-unused-vars)
(#25) '_fnLoadState' is defined but never used. (no-unused-vars)
(#25) '_fnSettingsFromNode' is defined but never used. (no-unused-vars)
(#25) '_fnLog' is defined but never used. (no-unused-vars)
(#25) '_fnMap' is defined but never used. (no-unused-vars)
(#25) '_fnBindAction' is defined but never used. (no-unused-vars)
(#25) '_fnCallbackReg' is defined but never used. (no-unused-vars)
(#25) '_fnCallbackFire' is defined but never used. (no-unused-vars)
(#25) '_fnLengthOverflow' is defined but never used. (no-unused-vars)
(#25) '_fnRenderer' is defined but never used. (no-unused-vars)
(#25) '_fnDataSource' is defined but never used. (no-unused-vars)
(#25) '_fnRowAttributes' is defined but never used. (no-unused-vars)
(#27) There should be no space after this paren. (space-in-parens)
(#27) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#27) There should be no space before this paren. (space-in-parens)
(#29) There should be no space after this paren. (space-in-parens)
(#29) There should be no space before this paren. (space-in-parens)
(#32) There should be no space after this paren. (space-in-parens)
(#32) There should be no space before this paren. (space-in-parens)
(#34) There should be no space after this paren. (space-in-parens)
(#34) There should be no space before this paren. (space-in-parens)
(#35) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#36) There should be no space after this paren. (space-in-parens)
(#36) There should be no space before this paren. (space-in-parens)
(#38) 'module' is not defined. (no-undef)
(#38) There should be no space after this paren. (space-in-parens)
(#38) There should be no space after this paren. (space-in-parens)
(#38) There should be no space before this paren. (space-in-parens)
(#38) There should be no space before this paren. (space-in-parens)
(#39) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#40) There should be no space after this paren. (space-in-parens)
(#40) There should be no space before this paren. (space-in-parens)
(#43) There should be no space after this paren. (space-in-parens)
(#43) There should be no space before this paren. (space-in-parens)
(#45) Unexpected whitespace between function name and paren. (func-call-spacing)
(#46) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#46) There should be no space after this paren. (space-in-parens)
(#46) There should be no space before this paren. (space-in-parens)
(#100) Identifier '_api_register' is not in camel case. (camelcase)
(#101) Identifier '_api_registerPlural' is not in camel case. (camelcase)
(#103) Identifier '_re_dic' is not in camel case. (camelcase)
(#104) Identifier '_re_new_lines' is not in camel case. (camelcase)
(#105) Identifier '_re_html' is not in camel case. (camelcase)
(#106) Identifier '_re_date_start' is not in camel case. (camelcase)
(#106) Unnecessary escape character: \+. (no-useless-escape)
(#106) Unnecessary escape character: \-. (no-useless-escape)
(#107) Identifier '_re_date_end' is not in camel case. (camelcase)
(#107) Unnecessary escape character: \+. (no-useless-escape)
(#107) Unnecessary escape character: \-. (no-useless-escape)
(#110) This line has a length of 156. Maximum allowed is 132. (max-len)
(#110) Identifier '_re_escape_regex' is not in camel case. (camelcase)
(#110) There should be no space after this paren. (space-in-parens)
(#110) There should be no space after '['. (array-bracket-spacing)
(#110) There should be no space before ']'. (array-bracket-spacing)
(#110) There should be no space before this paren. (space-in-parens)
(#122) Identifier '_re_formatted_numeric' is not in camel case. (camelcase)
(#124) Unexpected space before function parentheses. (space-before-function-paren)
(#124) There should be no space after this paren. (space-in-parens)
(#124) There should be no space before this paren. (space-in-parens)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#128) There should be no space after this paren. (space-in-parens)
(#128) There should be no space before this paren. (space-in-parens)
(#129) There should be no space after this paren. (space-in-parens)
(#129) There should be no space before this paren. (space-in-parens)
(#135) Unexpected space before function parentheses. (space-before-function-paren)
(#135) There should be no space after this paren. (space-in-parens)
(#135) There should be no space before this paren. (space-in-parens)
(#137) There should be no space after this paren. (space-in-parens)
(#137) Unexpected space after unary operator '!'. (space-unary-ops)
(#137) Identifier '_re_dic' is not in camel case. (camelcase)
(#137) There should be no space after '['. (computed-property-spacing)
(#137) There should be no space before ']'. (computed-property-spacing)
(#137) There should be no space before this paren. (space-in-parens)
(#138) Identifier '_re_dic' is not in camel case. (camelcase)
(#138) There should be no space after '['. (computed-property-spacing)
(#138) There should be no space before ']'. (computed-property-spacing)
(#138) There should be no space after this paren. (space-in-parens)
(#138) There should be no space after this paren. (space-in-parens)
(#138) There should be no space before this paren. (space-in-parens)
(#138) There should be no space before this paren. (space-in-parens)
(#140) This line has a length of 136. Maximum allowed is 132. (max-len)
(#140) There should be no space after this paren. (space-in-parens)
(#140) There should be no space before this paren. (space-in-parens)
(#140) There should be no space after this paren. (space-in-parens)
(#140) Identifier '_re_dic' is not in camel case. (camelcase)
(#140) There should be no space after '['. (computed-property-spacing)
(#140) There should be no space before ']'. (computed-property-spacing)
(#140) There should be no space before this paren. (space-in-parens)
(#143) Unexpected space before function parentheses. (space-before-function-paren)
(#143) There should be no space after this paren. (space-in-parens)
(#143) There should be no space before this paren. (space-in-parens)
(#149) There should be no space after this paren. (space-in-parens)
(#149) There should be no space after this paren. (space-in-parens)
(#149) There should be no space before this paren. (space-in-parens)
(#149) There should be no space before this paren. (space-in-parens)
(#153) There should be no space after this paren. (space-in-parens)
(#153) There should be no space before this paren. (space-in-parens)
(#154) There should be no space after this paren. (space-in-parens)
(#154) There should be no space before this paren. (space-in-parens)
(#157) There should be no space after this paren. (space-in-parens)
(#157) There should be no space before this paren. (space-in-parens)
(#158) There should be no space after this paren. (space-in-parens)
(#158) There should be no space before this paren. (space-in-parens)
(#161) There should be no space after this paren. (space-in-parens)
(#161) There should be no space before this paren. (space-in-parens)
(#161) There should be no space after this paren. (space-in-parens)
(#161) There should be no space before this paren. (space-in-parens)
(#166) Unexpected space before function parentheses. (space-before-function-paren)
(#166) There should be no space after this paren. (space-in-parens)
(#166) There should be no space before this paren. (space-in-parens)
(#167) There should be no space after this paren. (space-in-parens)
(#167) There should be no space before this paren. (space-in-parens)
(#171) Unexpected space before function parentheses. (space-before-function-paren)
(#171) There should be no space after this paren. (space-in-parens)
(#171) There should be no space before this paren. (space-in-parens)
(#172) There should be no space after this paren. (space-in-parens)
(#172) There should be no space after this paren. (space-in-parens)
(#172) There should be no space before this paren. (space-in-parens)
(#172) There should be no space before this paren. (space-in-parens)
(#176) There should be no space after this paren. (space-in-parens)
(#176) There should be no space before this paren. (space-in-parens)
(#177) Do not nest ternary expressions. (no-nested-ternary)
(#177) Unexpected space after unary operator '!'. (space-unary-ops)
(#179) There should be no space after this paren. (space-in-parens)
(#179) There should be no space after this paren. (space-in-parens)
(#179) There should be no space before this paren. (space-in-parens)
(#179) There should be no space before this paren. (space-in-parens)
(#184) Unexpected space before function parentheses. (space-before-function-paren)
(#184) There should be no space after this paren. (space-in-parens)
(#184) There should be no space before this paren. (space-in-parens)
(#186) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#190) There should be no space after this paren. (space-in-parens)
(#190) There should be no space before this paren. (space-in-parens)
(#191) There should be no space after this paren. (space-in-parens)
(#191) There should be no space before this paren. (space-in-parens)
(#192) There should be no space after this paren. (space-in-parens)
(#192) There should be no space after '['. (computed-property-spacing)
(#192) There should be no space before ']'. (computed-property-spacing)
(#192) There should be no space before this paren. (space-in-parens)
(#193) There should be no space after this paren. (space-in-parens)
(#193) There should be no space after '['. (computed-property-spacing)
(#193) There should be no space before ']'. (computed-property-spacing)
(#193) There should be no space after '['. (computed-property-spacing)
(#193) There should be no space before ']'. (computed-property-spacing)
(#193) There should be no space before this paren. (space-in-parens)
(#196) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#198) There should be no space after this paren. (space-in-parens)
(#198) There should be no space before this paren. (space-in-parens)
(#199) There should be no space after this paren. (space-in-parens)
(#199) There should be no space before this paren. (space-in-parens)
(#200) There should be no space after this paren. (space-in-parens)
(#200) There should be no space after '['. (computed-property-spacing)
(#200) There should be no space before ']'. (computed-property-spacing)
(#200) There should be no space before this paren. (space-in-parens)
(#211) Identifier '_pluck_order' is not in camel case. (camelcase)
(#211) Unexpected space before function parentheses. (space-before-function-paren)
(#211) There should be no space after this paren. (space-in-parens)
(#211) There should be no space before this paren. (space-in-parens)
(#212) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#218) There should be no space after this paren. (space-in-parens)
(#218) There should be no space before this paren. (space-in-parens)
(#219) There should be no space after this paren. (space-in-parens)
(#219) Unexpected whitespace before semicolon. (semi-spacing)
(#219) There should be no space before this paren. (space-in-parens)
(#220) There should be no space after this paren. (space-in-parens)
(#220) There should be no space after '['. (computed-property-spacing)
(#220) There should be no space before ']'. (computed-property-spacing)
(#220) There should be no space after '['. (computed-property-spacing)
(#220) There should be no space before ']'. (computed-property-spacing)
(#220) There should be no space before this paren. (space-in-parens)
(#221) There should be no space after this paren. (space-in-parens)
(#221) There should be no space after '['. (computed-property-spacing)
(#221) There should be no space before ']'. (computed-property-spacing)
(#221) There should be no space after '['. (computed-property-spacing)
(#221) There should be no space before ']'. (computed-property-spacing)
(#221) There should be no space after '['. (computed-property-spacing)
(#221) There should be no space before ']'. (computed-property-spacing)
(#221) There should be no space before this paren. (space-in-parens)
(#224) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#226) There should be no space after this paren. (space-in-parens)
(#226) Unexpected whitespace before semicolon. (semi-spacing)
(#226) There should be no space before this paren. (space-in-parens)
(#227) There should be no space after this paren. (space-in-parens)
(#227) There should be no space after '['. (computed-property-spacing)
(#227) There should be no space before ']'. (computed-property-spacing)
(#227) There should be no space after '['. (computed-property-spacing)
(#227) There should be no space before ']'. (computed-property-spacing)
(#227) There should be no space before this paren. (space-in-parens)
(#234) Unexpected space before function parentheses. (space-before-function-paren)
(#234) There should be no space after this paren. (space-in-parens)
(#234) There should be no space before this paren. (space-in-parens)
(#235) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#239) There should be no space after this paren. (space-in-parens)
(#239) There should be no space before this paren. (space-in-parens)
(#242) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#248) There should be no space after this paren. (space-in-parens)
(#248) Unexpected whitespace before semicolon. (semi-spacing)
(#248) Unexpected whitespace before semicolon. (semi-spacing)
(#248) There should be no space before this paren. (space-in-parens)
(#249) There should be no space after this paren. (space-in-parens)
(#249) There should be no space before this paren. (space-in-parens)
(#255) Unexpected space before function parentheses. (space-before-function-paren)
(#255) There should be no space after this paren. (space-in-parens)
(#255) There should be no space before this paren. (space-in-parens)
(#256) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#259) There should be no space after this paren. (space-in-parens)
(#259) Unexpected whitespace before semicolon. (semi-spacing)
(#259) Unexpected whitespace before semicolon. (semi-spacing)
(#259) There should be no space before this paren. (space-in-parens)
(#260) There should be no space after this paren. (space-in-parens)
(#260) There should be no space before this paren. (space-in-parens)
(#261) There should be no space after this paren. (space-in-parens)
(#261) There should be no space before this paren. (space-in-parens)
(#269) Unexpected space before function parentheses. (space-before-function-paren)
(#269) There should be no space after this paren. (space-in-parens)
(#269) There should be no space before this paren. (space-in-parens)
(#270) There should be no space after this paren. (space-in-parens)
(#270) There should be no space before this paren. (space-in-parens)
(#281) Unexpected space before function parentheses. (space-before-function-paren)
(#281) There should be no space after this paren. (space-in-parens)
(#281) There should be no space before this paren. (space-in-parens)
(#282) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#290) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#291) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#293) Unexpected labeled statement. (no-labels)
(#293) There should be no space after this paren. (space-in-parens)
(#293) Unexpected whitespace before semicolon. (semi-spacing)
(#293) Unexpected whitespace before semicolon. (semi-spacing)
(#293) There should be no space before this paren. (space-in-parens)
(#296) There should be no space after this paren. (space-in-parens)
(#296) Unexpected whitespace before semicolon. (semi-spacing)
(#296) Unexpected whitespace before semicolon. (semi-spacing)
(#296) There should be no space before this paren. (space-in-parens)
(#297) There should be no space after this paren. (space-in-parens)
(#297) There should be no space before this paren. (space-in-parens)
(#298) Unexpected label in continue statement. (no-labels)
(#302) There should be no space after this paren. (space-in-parens)
(#302) There should be no space before this paren. (space-in-parens)
(#310) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#318) Unexpected space before function parentheses. (space-before-function-paren)
(#318) There should be no space after this paren. (space-in-parens)
(#318) There should be no space before this paren. (space-in-parens)
(#319) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#326) There should be no space after this paren. (space-in-parens)
(#326) Unexpected space before function parentheses. (space-before-function-paren)
(#326) 'val' is defined but never used. (no-unused-vars)
(#329) There should be no space after this paren. (space-in-parens)
(#329) Operator '+' must be spaced. (space-infix-ops)
(#329) There should be no space before this paren. (space-in-parens)
(#330) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#331) There should be no space after this paren. (space-in-parens)
(#331) There should be no space before this paren. (space-in-parens)
(#332) There should be no space after '['. (computed-property-spacing)
(#332) There should be no space before ']'. (computed-property-spacing)
(#334) There should be no space after this paren. (space-in-parens)
(#334) There should be no space before this paren. (space-in-parens)
(#335) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#336) There should be no space after this paren. (space-in-parens)
(#336) There should be no space before this paren. (space-in-parens)
(#339) There should be no space before this paren. (space-in-parens)
(#356) Unexpected space before function parentheses. (space-before-function-paren)
(#356) There should be no space after this paren. (space-in-parens)
(#356) There should be no space before this paren. (space-in-parens)
(#357) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#358) There should be no space after this paren. (space-in-parens)
(#358) Unexpected space after unary operator '!'. (space-unary-ops)
(#358) There should be no space before this paren. (space-in-parens)
(#359) There should be no space after this paren. (space-in-parens)
(#359) There should be no space before this paren. (space-in-parens)
(#364) There should be no space after this paren. (space-in-parens)
(#364) Unexpected space before function parentheses. (space-before-function-paren)
(#364) 'val' is defined but never used. (no-unused-vars)
(#365) There should be no space after '['. (computed-property-spacing)
(#365) There should be no space before ']'. (computed-property-spacing)
(#367) There should be no space after this paren. (space-in-parens)
(#367) There should be no space before this paren. (space-in-parens)
(#368) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#370) There should be no space after this paren. (space-in-parens)
(#370) There should be no space before this paren. (space-in-parens)
(#371) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#373) There should be no space after this paren. (space-in-parens)
(#373) Unexpected space after unary operator '!'. (space-unary-ops)
(#373) There should be no space after '['. (computed-property-spacing)
(#373) There should be no space before ']'. (computed-property-spacing)
(#373) There should be no space before this paren. (space-in-parens)
(#374) There should be no space after '['. (computed-property-spacing)
(#374) There should be no space before ']'. (computed-property-spacing)
(#376) There should be no space after this paren. (space-in-parens)
(#376) There should be no space before this paren. (space-in-parens)
(#378) There should be no space after this paren. (space-in-parens)
(#378) There should be no space before this paren. (space-in-parens)
(#379) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#381) There should be no space after '['. (computed-property-spacing)
(#381) There should be no space before ']'. (computed-property-spacing)
(#384) There should be no space before this paren. (space-in-parens)
(#395) There should be no space after this paren. (space-in-parens)
(#395) There should be no space before this paren. (space-in-parens)
(#396) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#403) There should be no space after this paren. (space-in-parens)
(#403) Unexpected space after unary operator '!'. (space-unary-ops)
(#404) There should be no space before this paren. (space-in-parens)
(#405) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#406) There should be no space after this paren. (space-in-parens)
(#406) There should be no space before this paren. (space-in-parens)
(#410) There should be no space after this paren. (space-in-parens)
(#410) Unexpected space after unary operator '!'. (space-unary-ops)
(#411) There should be no space before this paren. (space-in-parens)
(#412) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#413) There should be no space after this paren. (space-in-parens)
(#413) There should be no space before this paren. (space-in-parens)
(#417) There should be no space after this paren. (space-in-parens)
(#417) There should be no space before this paren. (space-in-parens)
(#422) There should be no space after this paren. (space-in-parens)
(#422) There should be no space before this paren. (space-in-parens)
(#423) There should be no space after this paren. (space-in-parens)
(#423) There should be no space before this paren. (space-in-parens)
(#434) Unexpected space before function parentheses. (space-before-function-paren)
(#434) There should be no space after this paren. (space-in-parens)
(#434) There should be no space before this paren. (space-in-parens)
(#435) There should be no space after this paren. (space-in-parens)
(#435) There should be no space after '['. (computed-property-spacing)
(#435) There should be no space before ']'. (computed-property-spacing)
(#435) There should be no space before this paren. (space-in-parens)
(#436) There should be no space after '['. (computed-property-spacing)
(#436) There should be no space before ']'. (computed-property-spacing)
(#436) There should be no space after '['. (computed-property-spacing)
(#436) There should be no space before ']'. (computed-property-spacing)
(#447) Unexpected space before function parentheses. (space-before-function-paren)
(#447) There should be no space after this paren. (space-in-parens)
(#447) There should be no space before this paren. (space-in-parens)
(#448) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#449) There should be no space after this paren. (space-in-parens)
(#449) Multiple spaces found before ''bSort''. (no-multi-spaces)
(#449) There should be no space before this paren. (space-in-parens)
(#450) There should be no space after this paren. (space-in-parens)
(#450) Multiple spaces found before ''bSortMulti''. (no-multi-spaces)
(#450) There should be no space before this paren. (space-in-parens)
(#451) There should be no space after this paren. (space-in-parens)
(#451) Multiple spaces found before ''bSortClasses''. (no-multi-spaces)
(#451) There should be no space before this paren. (space-in-parens)
(#452) There should be no space after this paren. (space-in-parens)
(#452) There should be no space before this paren. (space-in-parens)
(#453) There should be no space after this paren. (space-in-parens)
(#453) Multiple spaces found before ''aaSorting''. (no-multi-spaces)
(#453) There should be no space before this paren. (space-in-parens)
(#454) There should be no space after this paren. (space-in-parens)
(#454) Multiple spaces found before ''aaSortingFixed''. (no-multi-spaces)
(#454) There should be no space before this paren. (space-in-parens)
(#455) There should be no space after this paren. (space-in-parens)
(#455) Multiple spaces found before ''bPaginate''. (no-multi-spaces)
(#455) There should be no space before this paren. (space-in-parens)
(#456) There should be no space after this paren. (space-in-parens)
(#456) Multiple spaces found before ''sPaginationType''. (no-multi-spaces)
(#456) There should be no space before this paren. (space-in-parens)
(#457) There should be no space after this paren. (space-in-parens)
(#457) Multiple spaces found before ''iDisplayLength''. (no-multi-spaces)
(#457) There should be no space before this paren. (space-in-parens)
(#458) There should be no space after this paren. (space-in-parens)
(#458) Multiple spaces found before ''bFilter''. (no-multi-spaces)
(#458) There should be no space before this paren. (space-in-parens)
(#461) There should be no space after this paren. (space-in-parens)
(#461) There should be no space before this paren. (space-in-parens)
(#469) There should be no space after this paren. (space-in-parens)
(#469) There should be no space before this paren. (space-in-parens)
(#470) There should be no space after this paren. (space-in-parens)
(#470) Unexpected whitespace before semicolon. (semi-spacing)
(#470) Unexpected whitespace before semicolon. (semi-spacing)
(#470) There should be no space before this paren. (space-in-parens)
(#471) There should be no space after this paren. (space-in-parens)
(#471) There should be no space before this paren. (space-in-parens)
(#472) There should be no space after this paren. (space-in-parens)
(#472) There should be no space before this paren. (space-in-parens)
(#485) Unexpected space before function parentheses. (space-before-function-paren)
(#485) There should be no space after this paren. (space-in-parens)
(#485) There should be no space before this paren. (space-in-parens)
(#486) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#487) There should be no space after this paren. (space-in-parens)
(#487) Multiple spaces found before ''bSortable''. (no-multi-spaces)
(#487) There should be no space before this paren. (space-in-parens)
(#488) There should be no space after this paren. (space-in-parens)
(#488) Multiple spaces found before ''aDataSort''. (no-multi-spaces)
(#488) There should be no space before this paren. (space-in-parens)
(#489) There should be no space after this paren. (space-in-parens)
(#489) There should be no space before this paren. (space-in-parens)
(#490) There should be no space after this paren. (space-in-parens)
(#490) There should be no space before this paren. (space-in-parens)
(#492) Comments should not begin with a lowercase character. (capitalized-comments)
(#494) There should be no space after this paren. (space-in-parens)
(#494) Unexpected space after unary operator '!'. (space-unary-ops)
(#494) There should be no space after this paren. (space-in-parens)
(#494) There should be no space before this paren. (space-in-parens)
(#494) There should be no space before this paren. (space-in-parens)
(#495) There should be no space after '['. (array-bracket-spacing)
(#495) There should be no space before ']'. (array-bracket-spacing)
(#505) There should be no space after this paren. (space-in-parens)
(#505) There should be no space before this paren. (space-in-parens)
(#506) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#510) There should be no space after this paren. (space-in-parens)
(#510) Unexpected space after unary operator '!'. (space-unary-ops)
(#510) There should be no space before this paren. (space-in-parens)
(#516) There should be no space after this paren. (space-in-parens)
(#523) There should be no space before this paren. (space-in-parens)
(#526) There should be no space after this paren. (space-in-parens)
(#532) There should be no space before this paren. (space-in-parens)
(#535) There should be no space after this paren. (space-in-parens)
(#538) There should be no space before this paren. (space-in-parens)
(#541) There should be no space after this paren. (space-in-parens)
(#541) There should be no space before this paren. (space-in-parens)
(#562) Expected space or tab after '//' in comment. (spaced-comment)
(#567) There should be no space after this paren. (space-in-parens)
(#567) There should be no space before this paren. (space-in-parens)
(#575) There should be no space after this paren. (space-in-parens)
(#575) There should be no space before this paren. (space-in-parens)
(#586) Unexpected space before function parentheses. (space-before-function-paren)
(#586) There should be no space after this paren. (space-in-parens)
(#586) There should be no space before this paren. (space-in-parens)
(#587) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#593) There should be no space after this paren. (space-in-parens)
(#593) There should be no space before this paren. (space-in-parens)
(#598) There should be no space after this paren. (space-in-parens)
(#598) There should be no space before this paren. (space-in-parens)
(#599) There should be no space after this paren. (space-in-parens)
(#599) Unexpected space after unary operator '!'. (space-unary-ops)
(#599) There should be no space before this paren. (space-in-parens)
(#604) There should be no space after this paren. (space-in-parens)
(#604) There should be no space before this paren. (space-in-parens)
(#620) There should be no space after this paren. (space-in-parens)
(#620) There should be no space before this paren. (space-in-parens)
(#621) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#625) There should be no space after this paren. (space-in-parens)
(#627) Do not nest ternary expressions. (no-nested-ternary)
(#627) Multiple spaces found before '?'. (no-multi-spaces)
(#627) Multiple spaces found before ':'. (no-multi-spaces)
(#631) There should be no space before this paren. (space-in-parens)
(#632) There should be no space after this paren. (space-in-parens)
(#632) There should be no space before this paren. (space-in-parens)
(#638) There should be no space after '['. (computed-property-spacing)
(#638) There should be no space before ']'. (computed-property-spacing)
(#638) There should be no space after this paren. (space-in-parens)
(#638) There should be no space after '['. (computed-property-spacing)
(#638) There should be no space before ']'. (computed-property-spacing)
(#638) There should be no space before this paren. (space-in-parens)
(#641) There should be no space after this paren. (space-in-parens)
(#641) There should be no space before this paren. (space-in-parens)
(#652) Function '_fnColumnOptions' has a complexity of 26. Maximum allowed is 20. (complexity)
(#652) There should be no space after this paren. (space-in-parens)
(#652) There should be no space before this paren. (space-in-parens)
(#653) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#654) There should be no space after '['. (computed-property-spacing)
(#654) There should be no space before ']'. (computed-property-spacing)
(#660) There should be no space after this paren. (space-in-parens)
(#660) Unexpected space after unary operator '!'. (space-unary-ops)
(#660) There should be no space before this paren. (space-in-parens)
(#666) There should be no space after this paren. (space-in-parens)
(#666) There should be no space before this paren. (space-in-parens)
(#672) There should be no space after this paren. (space-in-parens)
(#672) There should be no space before this paren. (space-in-parens)
(#673) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#675) There should be no space after this paren. (space-in-parens)
(#675) There should be no space before this paren. (space-in-parens)
(#678) There should be no space after this paren. (space-in-parens)
(#678) There should be no space before this paren. (space-in-parens)
(#681) There should be no space after this paren. (space-in-parens)
(#681) There should be no space before this paren. (space-in-parens)
(#682) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#686) There should be no space after this paren. (space-in-parens)
(#686) There should be no space before this paren. (space-in-parens)
(#687) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#693) There should be no space after this paren. (space-in-parens)
(#693) Unexpected space after unary operator '!'. (space-unary-ops)
(#693) There should be no space before this paren. (space-in-parens)
(#694) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#698) There should be no space after this paren. (space-in-parens)
(#698) There should be no space before this paren. (space-in-parens)
(#699) There should be no space after this paren. (space-in-parens)
(#699) There should be no space before this paren. (space-in-parens)
(#701) Comments should not begin with a lowercase character. (capitalized-comments)
(#704) There should be no space after this paren. (space-in-parens)
(#704) There should be no space before this paren. (space-in-parens)
(#705) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#706) There should be no space after '['. (array-bracket-spacing)
(#706) There should be no space before ']'. (array-bracket-spacing)
(#708) There should be no space after this paren. (space-in-parens)
(#708) There should be no space before this paren. (space-in-parens)
(#713) There should be no space after this paren. (space-in-parens)
(#713) There should be no space before this paren. (space-in-parens)
(#714) There should be no space after this paren. (space-in-parens)
(#714) There should be no space before this paren. (space-in-parens)
(#716) There should be no space after this paren. (space-in-parens)
(#716) There should be no space before this paren. (space-in-parens)
(#719) There should be no space after this paren. (space-in-parens)
(#719) There should be no space before this paren. (space-in-parens)
(#723) Unexpected space before function parentheses. (space-before-function-paren)
(#724) There should be no space after this paren. (space-in-parens)
(#724) There should be no space before this paren. (space-in-parens)
(#727) There should be no space after this paren. (space-in-parens)
(#727) There should be no space before this paren. (space-in-parens)
(#730) Unexpected space before function parentheses. (space-before-function-paren)
(#730) There should be no space after this paren. (space-in-parens)
(#730) There should be no space before this paren. (space-in-parens)
(#731) There should be no space after this paren. (space-in-parens)
(#731) There should be no space before this paren. (space-in-parens)
(#731) There should be no space after this paren. (space-in-parens)
(#731) There should be no space before this paren. (space-in-parens)
(#736) There should be no space after this paren. (space-in-parens)
(#736) There should be no space before this paren. (space-in-parens)
(#741) There should be no space after this paren. (space-in-parens)
(#741) There should be no space before this paren. (space-in-parens)
(#742) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#744) There should be no space after this paren. (space-in-parens)
(#744) There should be no space before this paren. (space-in-parens)
(#750) There should be no space after this paren. (space-in-parens)
(#750) There should be no space before this paren. (space-in-parens)
(#751) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#754) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#755) There should be no space after this paren. (space-in-parens)
(#755) There should be no space before this paren. (space-in-parens)
(#756) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#759) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#760) There should be no space after this paren. (space-in-parens)
(#760) There should be no space before this paren. (space-in-parens)
(#761) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#764) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#766) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#779) Unexpected space before function parentheses. (space-before-function-paren)
(#779) There should be no space after this paren. (space-in-parens)
(#779) There should be no space before this paren. (space-in-parens)
(#780) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#782) There should be no space after this paren. (space-in-parens)
(#782) There should be no space before this paren. (space-in-parens)
(#783) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#786) There should be no space after this paren. (space-in-parens)
(#786) There should be no space before this paren. (space-in-parens)
(#787) There should be no space after this paren. (space-in-parens)
(#787) There should be no space before ','. (comma-spacing)
(#787) Unexpected whitespace before semicolon. (semi-spacing)
(#787) Unexpected whitespace before semicolon. (semi-spacing)
(#787) There should be no space before this paren. (space-in-parens)
(#788) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#794) There should be no space after this paren. (space-in-parens)
(#795) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#796) There should be no space after this paren. (space-in-parens)
(#796) There should be no space before this paren. (space-in-parens)
(#799) There should be no space after this paren. (space-in-parens)
(#799) There should be no space before this paren. (space-in-parens)
(#811) There should be no space after this paren. (space-in-parens)
(#811) There should be no space before this paren. (space-in-parens)
(#812) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#813) There should be no space after this paren. (space-in-parens)
(#813) There should be no space before this paren. (space-in-parens)
(#829) There should be no space after this paren. (space-in-parens)
(#829) There should be no space before this paren. (space-in-parens)
(#830) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#831) There should be no space after this paren. (space-in-parens)
(#831) There should be no space before this paren. (space-in-parens)
(#832) There should be no space after this paren. (space-in-parens)
(#832) There should be no space before this paren. (space-in-parens)
(#844) There should be no space after this paren. (space-in-parens)
(#844) There should be no space before this paren. (space-in-parens)
(#845) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#846) There should be no space after this paren. (space-in-parens)
(#846) There should be no space before this paren. (space-in-parens)
(#858) There should be no space after this paren. (space-in-parens)
(#858) There should be no space before this paren. (space-in-parens)
(#859) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#862) There should be no space after this paren. (space-in-parens)
(#863) There should be no space after this paren. (space-in-parens)
(#863) There should be no space before this paren. (space-in-parens)
(#864) There should be no space after this paren. (space-in-parens)
(#864) There should be no space before this paren. (space-in-parens)
(#866) There should be no space before this paren. (space-in-parens)
(#877) Unexpected space before function parentheses. (space-before-function-paren)
(#877) There should be no space after this paren. (space-in-parens)
(#877) There should be no space before this paren. (space-in-parens)
(#878) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#883) 'cell' is defined but never used. (no-unused-vars)
(#886) There should be no space after this paren. (space-in-parens)
(#886) Unexpected whitespace before semicolon. (semi-spacing)
(#886) Unexpected whitespace before semicolon. (semi-spacing)
(#886) There should be no space before this paren. (space-in-parens)
(#890) There should be no space after this paren. (space-in-parens)
(#890) Unexpected space after unary operator '!'. (space-unary-ops)
(#890) There should be no space before this paren. (space-in-parens)
(#892) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#893) There should be no space after this paren. (space-in-parens)
(#893) Unexpected space after unary operator '!'. (space-unary-ops)
(#893) There should be no space before this paren. (space-in-parens)
(#894) There should be no space after this paren. (space-in-parens)
(#894) Unexpected whitespace before semicolon. (semi-spacing)
(#894) Unexpected whitespace before semicolon. (semi-spacing)
(#894) There should be no space before this paren. (space-in-parens)
(#895) There should be no space after this paren. (space-in-parens)
(#895) Unexpected whitespace before semicolon. (semi-spacing)
(#895) Unexpected whitespace before semicolon. (semi-spacing)
(#895) There should be no space before this paren. (space-in-parens)
(#898) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#898) There should be no space after this paren. (space-in-parens)
(#898) There should be no space before this paren. (space-in-parens)
(#899) There should be no space after this paren. (space-in-parens)
(#899) There should be no space before this paren. (space-in-parens)
(#902) There should be no space after this paren. (space-in-parens)
(#902) There should be no space before this paren. (space-in-parens)
(#909) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#909) There should be no space after this paren. (space-in-parens)
(#909) Unexpected space after unary operator '!'. (space-unary-ops)
(#909) Operator '-' must be spaced. (space-infix-ops)
(#909) There should be no space before this paren. (space-in-parens)
(#915) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#915) There should be no space after this paren. (space-in-parens)
(#915) There should be no space before this paren. (space-in-parens)
(#922) There should be no space after this paren. (space-in-parens)
(#922) There should be no space before this paren. (space-in-parens)
(#929) There should be no space after this paren. (space-in-parens)
(#929) Unexpected space after unary operator '!'. (space-unary-ops)
(#929) There should be no space before this paren. (space-in-parens)
(#948) There should be no space after this paren. (space-in-parens)
(#948) There should be no space before this paren. (space-in-parens)
(#949) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#954) There should be no space after this paren. (space-in-parens)
(#954) There should be no space before this paren. (space-in-parens)
(#955) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#957) There should be no space after this paren. (space-in-parens)
(#957) Operator '=' must be spaced. (space-infix-ops)
(#957) Operator '-' must be spaced. (space-infix-ops)
(#957) Unexpected whitespace before semicolon. (semi-spacing)
(#957) Operator '>=' must be spaced. (space-infix-ops)
(#957) Unexpected whitespace before semicolon. (semi-spacing)
(#957) There should be no space before this paren. (space-in-parens)
(#958) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#966) There should be no space after this paren. (space-in-parens)
(#966) Unexpected space after unary operator '!'. (space-unary-ops)
(#966) There should be no space after this paren. (space-in-parens)
(#966) There should be no space before this paren. (space-in-parens)
(#966) There should be no space before this paren. (space-in-parens)
(#967) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#968) There should be no space after '['. (array-bracket-spacing)
(#968) There should be no space before ']'. (array-bracket-spacing)
(#971) There should be no space after this paren. (space-in-parens)
(#971) Unexpected whitespace before semicolon. (semi-spacing)
(#971) Unexpected whitespace before semicolon. (semi-spacing)
(#971) There should be no space before this paren. (space-in-parens)
(#972) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#973) There should be no space after this paren. (space-in-parens)
(#973) There should be no space before this paren. (space-in-parens)
(#974) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#976) Expected space(s) after "while". (keyword-spacing)
(#976) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#976) There should be no space after this paren. (space-in-parens)
(#976) There should be no space before this paren. (space-in-parens)
(#977) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#978) There should be no space after this paren. (space-in-parens)
(#978) There should be no space before this paren. (space-in-parens)
(#982) There should be no space after this paren. (space-in-parens)
(#982) There should be no space before this paren. (space-in-parens)
(#983) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#984) There should be no space after this paren. (space-in-parens)
(#984) There should be no space before this paren. (space-in-parens)
(#985) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#987) There should be no space after this paren. (space-in-parens)
(#987) There should be no space before this paren. (space-in-parens)
(#988) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#989) There should be no space after this paren. (space-in-parens)
(#989) There should be no space before this paren. (space-in-parens)
(#990) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#992) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#992) There should be no space after this paren. (space-in-parens)
(#992) Unexpected whitespace before semicolon. (semi-spacing)
(#992) Unexpected whitespace before semicolon. (semi-spacing)
(#992) There should be no space before this paren. (space-in-parens)
(#993) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#994) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#994) There should be no space after this paren. (space-in-parens)
(#995) There should be no space after this paren. (space-in-parens)
(#995) There should be no space before this paren. (space-in-parens)
(#995) There should be no space before this paren. (space-in-parens)
(#996) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#997) There should be no space after this paren. (space-in-parens)
(#997) There should be no space before this paren. (space-in-parens)
(#1006) There should be no space after this paren. (space-in-parens)
(#1006) There should be no space before this paren. (space-in-parens)
(#1007) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1008) There should be no space after this paren. (space-in-parens)
(#1008) Operator '=' must be spaced. (space-infix-ops)
(#1008) Operator '=' must be spaced. (space-infix-ops)
(#1008) Unexpected whitespace before semicolon. (semi-spacing)
(#1008) Operator '<' must be spaced. (space-infix-ops)
(#1008) Unexpected whitespace before semicolon. (semi-spacing)
(#1008) There should be no space before this paren. (space-in-parens)
(#1009) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1010) There should be no space after this paren. (space-in-parens)
(#1010) There should be no space before this paren. (space-in-parens)
(#1028) Unexpected space before function parentheses. (space-before-function-paren)
(#1028) There should be no space after this paren. (space-in-parens)
(#1028) There should be no space before this paren. (space-in-parens)
(#1029) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1032) There should be no space after this paren. (space-in-parens)
(#1035) There should be no space before this paren. (space-in-parens)
(#1038) There should be no space after this paren. (space-in-parens)
(#1038) There should be no space before this paren. (space-in-parens)
(#1041) 'nTd' is defined but never used. (no-unused-vars)
(#1041) 'sThisType' is defined but never used. (no-unused-vars)
(#1045) There should be no space after this paren. (space-in-parens)
(#1045) Operator '=' must be spaced. (space-infix-ops)
(#1045) Operator '=' must be spaced. (space-infix-ops)
(#1045) Unexpected whitespace before semicolon. (semi-spacing)
(#1045) Operator '<' must be spaced. (space-infix-ops)
(#1045) Unexpected whitespace before semicolon. (semi-spacing)
(#1045) There should be no space before this paren. (space-in-parens)
(#1046) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1051) There should be no space after this paren. (space-in-parens)
(#1051) There should be no space before this paren. (space-in-parens)
(#1053) There should be no space after this paren. (space-in-parens)
(#1053) There should be no space before this paren. (space-in-parens)
(#1054) There should be no space after this paren. (space-in-parens)
(#1054) There should be no space before this paren. (space-in-parens)
(#1055) There should be no space after '['. (computed-property-spacing)
(#1055) There should be no space before ']'. (computed-property-spacing)
(#1059) There should be no space after this paren. (space-in-parens)
(#1059) Unexpected space after unary operator '!'. (space-unary-ops)
(#1059) There should be no space before this paren. (space-in-parens)
(#1060) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1061) There should be no space after this paren. (space-in-parens)
(#1061) There should be no space before this paren. (space-in-parens)
(#1078) There should be no space after this paren. (space-in-parens)
(#1078) There should be no space before this paren. (space-in-parens)
(#1079) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1083) There should be no space after this paren. (space-in-parens)
(#1083) Unexpected space after unary operator '!'. (space-unary-ops)
(#1083) There should be no space before this paren. (space-in-parens)
(#1087) There should be no space after this paren. (space-in-parens)
(#1087) Unexpected space before function parentheses. (space-before-function-paren)
(#1088) There should be no space after this paren. (space-in-parens)
(#1088) There should be no space before this paren. (space-in-parens)
(#1089) There should be no space after this paren. (space-in-parens)
(#1089) There should be no space before this paren. (space-in-parens)
(#1090) There should be no space before this paren. (space-in-parens)
(#1101) There should be no space after this paren. (space-in-parens)
(#1101) There should be no space before this paren. (space-in-parens)
(#1102) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1103) Operator '!==' must be spaced. (space-infix-ops)
(#1115) There should be no space after this paren. (space-in-parens)
(#1115) There should be no space before this paren. (space-in-parens)
(#1116) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1117) There should be no space after this paren. (space-in-parens)
(#1117) There should be no space after '['. (computed-property-spacing)
(#1117) There should be no space before ']'. (computed-property-spacing)
(#1117) There should be no space before this paren. (space-in-parens)
(#1130) There should be no space after this paren. (space-in-parens)
(#1130) There should be no space before this paren. (space-in-parens)
(#1131) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1132) Multiple spaces found before '='. (no-multi-spaces)
(#1133) Multiple spaces found before '='. (no-multi-spaces)
(#1134) Multiple spaces found before '='. (no-multi-spaces)
(#1136) Multiple spaces found before '='. (no-multi-spaces)
(#1136) There should be no space after this paren. (space-in-parens)
(#1140) There should be no space before this paren. (space-in-parens)
(#1142) There should be no space after this paren. (space-in-parens)
(#1142) There should be no space before this paren. (space-in-parens)
(#1143) There should be no space after this paren. (space-in-parens)
(#1143) There should be no space before this paren. (space-in-parens)
(#1144) There should be no space after this paren. (space-in-parens)
(#1144) Operator '+' must be spaced. (space-infix-ops)
(#1145) Operator '==' must be spaced. (space-infix-ops)
(#1145) Operator '+' must be spaced. (space-infix-ops)
(#1145) Operator '+' must be spaced. (space-infix-ops)
(#1145) Operator '+' must be spaced. (space-infix-ops)
(#1146) Operator '+' must be spaced. (space-infix-ops)
(#1146) There should be no space before this paren. (space-in-parens)
(#1153) There should be no space after this paren. (space-in-parens)
(#1153) There should be no space before this paren. (space-in-parens)
(#1155) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1156) There should be no space after this paren. (space-in-parens)
(#1156) There should be no space before this paren. (space-in-parens)
(#1159) There should be no space after this paren. (space-in-parens)
(#1159) There should be no space before this paren. (space-in-parens)
(#1162) There should be no space after this paren. (space-in-parens)
(#1162) There should be no space before this paren. (space-in-parens)
(#1177) There should be no space after this paren. (space-in-parens)
(#1177) There should be no space before this paren. (space-in-parens)
(#1178) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1179) Multiple spaces found before '='. (no-multi-spaces)
(#1182) There should be no space after this paren. (space-in-parens)
(#1186) Multiple spaces found before ')'. (no-multi-spaces)
(#1186) There should be no space before this paren. (space-in-parens)
(#1199) There should be no space after this paren. (space-in-parens)
(#1199) There should be no space before this paren. (space-in-parens)
(#1200) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1201) There should be no space after this paren. (space-in-parens)
(#1201) Unnecessary escape character: \.. (no-useless-escape)
(#1201) Unexpected space before function parentheses. (space-before-function-paren)
(#1201) There should be no space after this paren. (space-in-parens)
(#1201) There should be no space before this paren. (space-in-parens)
(#1203) There should be no space before this paren. (space-in-parens)
(#1214) There should be no space after this paren. (space-in-parens)
(#1214) There should be no space before this paren. (space-in-parens)
(#1215) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1216) There should be no space after this paren. (space-in-parens)
(#1216) There should be no space after this paren. (space-in-parens)
(#1216) There should be no space before this paren. (space-in-parens)
(#1216) There should be no space before this paren. (space-in-parens)
(#1217) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1220) There should be no space after this paren. (space-in-parens)
(#1220) Unexpected space before function parentheses. (space-before-function-paren)
(#1221) There should be no space after this paren. (space-in-parens)
(#1221) There should be no space before this paren. (space-in-parens)
(#1222) There should be no space after this paren. (space-in-parens)
(#1222) There should be no space before this paren. (space-in-parens)
(#1224) There should be no space before this paren. (space-in-parens)
(#1226) Unexpected space before function parentheses. (space-before-function-paren)
(#1232) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1233) There should be no space after this paren. (space-in-parens)
(#1233) There should be no space before this paren. (space-in-parens)
(#1234) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1236) Unexpected space before function parentheses. (space-before-function-paren)
(#1236) Comments should not begin with a lowercase character. (capitalized-comments)
(#1239) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1240) There should be no space after this paren. (space-in-parens)
(#1240) There should be no space before this paren. (space-in-parens)
(#1241) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1242) Unexpected space before function parentheses. (space-before-function-paren)
(#1243) There should be no space after this paren. (space-in-parens)
(#1243) There should be no space before this paren. (space-in-parens)
(#1245) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1246) There should be no space after this paren. (space-in-parens)
(#1247) There should be no space before this paren. (space-in-parens)
(#1248) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1255) Unexpected space before function parentheses. (space-before-function-paren)
(#1258) There should be no space after this paren. (space-in-parens)
(#1258) There should be no space before this paren. (space-in-parens)
(#1259) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1260) There should be no space after this paren. (space-in-parens)
(#1260) There should be no space before this paren. (space-in-parens)
(#1262) There should be no space after this paren. (space-in-parens)
(#1262) Operator '=' must be spaced. (space-infix-ops)
(#1262) Operator '=' must be spaced. (space-infix-ops)
(#1262) Unexpected whitespace before semicolon. (semi-spacing)
(#1262) Operator '<' must be spaced. (space-infix-ops)
(#1262) Unexpected whitespace before semicolon. (semi-spacing)
(#1262) There should be no space before this paren. (space-in-parens)
(#1263) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1268) There should be no space after this paren. (space-in-parens)
(#1268) There should be no space before this paren. (space-in-parens)
(#1269) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1274) There should be no space after this paren. (space-in-parens)
(#1274) There should be no space before this paren. (space-in-parens)
(#1275) There should be no space after '['. (computed-property-spacing)
(#1275) There should be no space before ']'. (computed-property-spacing)
(#1280) There should be no space after this paren. (space-in-parens)
(#1280) Operator '+' must be spaced. (space-infix-ops)
(#1280) There should be no space before this paren. (space-in-parens)
(#1284) There should be no space after this paren. (space-in-parens)
(#1284) There should be no space after this paren. (space-in-parens)
(#1284) There should be no space before this paren. (space-in-parens)
(#1284) There should be no space before this paren. (space-in-parens)
(#1285) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1285) There should be no space after this paren. (space-in-parens)
(#1285) Operator '=' must be spaced. (space-infix-ops)
(#1285) Operator '=' must be spaced. (space-infix-ops)
(#1285) Unexpected whitespace before semicolon. (semi-spacing)
(#1285) Operator '<' must be spaced. (space-infix-ops)
(#1285) Unexpected whitespace before semicolon. (semi-spacing)
(#1285) There should be no space before this paren. (space-in-parens)
(#1286) There should be no space after this paren. (space-in-parens)
(#1286) There should be no space after this paren. (space-in-parens)
(#1286) There should be no space before this paren. (space-in-parens)
(#1286) There should be no space before this paren. (space-in-parens)
(#1292) Operator '-' must be spaced. (space-infix-ops)
(#1293) Operator '===' must be spaced. (space-infix-ops)
(#1298) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1299) There should be no space after this paren. (space-in-parens)
(#1299) There should be no space before this paren. (space-in-parens)
(#1300) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1303) There should be no space after '['. (computed-property-spacing)
(#1303) There should be no space before ']'. (computed-property-spacing)
(#1307) There should be no space after this paren. (space-in-parens)
(#1307) There should be no space after '['. (computed-property-spacing)
(#1307) There should be no space before ']'. (computed-property-spacing)
(#1307) There should be no space before this paren. (space-in-parens)
(#1308) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1311) There should be no space after '['. (computed-property-spacing)
(#1311) There should be no space before ']'. (computed-property-spacing)
(#1318) Unexpected space before function parentheses. (space-before-function-paren)
(#1318) Comments should not begin with a lowercase character. (capitalized-comments)
(#1319) There should be no space after this paren. (space-in-parens)
(#1319) There should be no space before this paren. (space-in-parens)
(#1321) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1323) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1325) Unexpected space before function parentheses. (space-before-function-paren)
(#1325) 'type' is defined but never used. (no-unused-vars)
(#1325) Comments should not begin with a lowercase character. (capitalized-comments)
(#1339) There should be no space after this paren. (space-in-parens)
(#1339) There should be no space before this paren. (space-in-parens)
(#1340) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1341) There should be no space after this paren. (space-in-parens)
(#1341) There should be no space after this paren. (space-in-parens)
(#1341) There should be no space before this paren. (space-in-parens)
(#1341) There should be no space before this paren. (space-in-parens)
(#1342) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1348) There should be no space after this paren. (space-in-parens)
(#1348) There should be no space before this paren. (space-in-parens)
(#1349) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1350) There should be no space after this paren. (space-in-parens)
(#1350) There should be no space before this paren. (space-in-parens)
(#1351) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1353) Unexpected space before function parentheses. (space-before-function-paren)
(#1353) Unexpected empty function. (no-empty-function)
(#1354) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1355) There should be no space after this paren. (space-in-parens)
(#1355) There should be no space before this paren. (space-in-parens)
(#1356) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1357) Unexpected space before function parentheses. (space-before-function-paren)
(#1358) There should be no space after this paren. (space-in-parens)
(#1358) There should be no space before this paren. (space-in-parens)
(#1360) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1361) There should be no space after this paren. (space-in-parens)
(#1362) There should be no space before this paren. (space-in-parens)
(#1363) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1365) Unexpected space before function parentheses. (space-before-function-paren)
(#1366) There should be no space after this paren. (space-in-parens)
(#1366) There should be no space before this paren. (space-in-parens)
(#1366) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1367) Operator '-' must be spaced. (space-infix-ops)
(#1370) There should be no space after this paren. (space-in-parens)
(#1370) Operator '=' must be spaced. (space-infix-ops)
(#1370) Operator '=' must be spaced. (space-infix-ops)
(#1370) Operator '-' must be spaced. (space-infix-ops)
(#1370) Unexpected whitespace before semicolon. (semi-spacing)
(#1370) Operator '<' must be spaced. (space-infix-ops)
(#1370) Unexpected whitespace before semicolon. (semi-spacing)
(#1370) There should be no space before this paren. (space-in-parens)
(#1371) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1376) There should be no space after this paren. (space-in-parens)
(#1376) There should be no space before this paren. (space-in-parens)
(#1377) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1379) There should be no space after '['. (computed-property-spacing)
(#1379) There should be no space before ']'. (computed-property-spacing)
(#1383) There should be no space after this paren. (space-in-parens)
(#1383) Operator '+' must be spaced. (space-infix-ops)
(#1383) There should be no space before this paren. (space-in-parens)
(#1387) There should be no space after this paren. (space-in-parens)
(#1387) There should be no space after this paren. (space-in-parens)
(#1387) There should be no space before this paren. (space-in-parens)
(#1387) There should be no space before this paren. (space-in-parens)
(#1388) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1389) There should be no space after this paren. (space-in-parens)
(#1389) Operator '=' must be spaced. (space-infix-ops)
(#1389) Operator '=' must be spaced. (space-infix-ops)
(#1389) Unexpected whitespace before semicolon. (semi-spacing)
(#1389) Operator '<' must be spaced. (space-infix-ops)
(#1389) Unexpected whitespace before semicolon. (semi-spacing)
(#1389) There should be no space before this paren. (space-in-parens)
(#1390) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1392) There should be no space after this paren. (space-in-parens)
(#1392) There should be no space before this paren. (space-in-parens)
(#1393) There should be no space after '['. (computed-property-spacing)
(#1393) There should be no space before ']'. (computed-property-spacing)
(#1393) There should be no space after this paren. (space-in-parens)
(#1393) There should be no space before this paren. (space-in-parens)
(#1395) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1397) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1401) There should be no space after '['. (computed-property-spacing)
(#1401) There should be no space before ']'. (computed-property-spacing)
(#1407) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1408) There should be no space after this paren. (space-in-parens)
(#1408) There should be no space before this paren. (space-in-parens)
(#1409) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1412) There should be no space after '['. (computed-property-spacing)
(#1412) There should be no space before ']'. (computed-property-spacing)
(#1412) There should be no space after this paren. (space-in-parens)
(#1412) There should be no space before this paren. (space-in-parens)
(#1417) There should be no space after this paren. (space-in-parens)
(#1417) There should be no space after '['. (computed-property-spacing)
(#1417) There should be no space before ']'. (computed-property-spacing)
(#1417) There should be no space after '['. (computed-property-spacing)
(#1417) There should be no space before ']'. (computed-property-spacing)
(#1417) There should be no space before this paren. (space-in-parens)
(#1418) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1419) There should be no space after '['. (computed-property-spacing)
(#1419) There should be no space before ']'. (computed-property-spacing)
(#1421) There should be no space after '['. (computed-property-spacing)
(#1421) There should be no space before ']'. (computed-property-spacing)
(#1425) There should be no space after this paren. (space-in-parens)
(#1425) There should be no space before this paren. (space-in-parens)
(#1425) There should be no space before this paren. (space-in-parens)
(#1426) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1428) There should be no space after '['. (computed-property-spacing)
(#1428) There should be no space before ']'. (computed-property-spacing)
(#1428) There should be no space after this paren. (space-in-parens)
(#1428) There should be no space before this paren. (space-in-parens)
(#1429) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1431) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1434) There should be no space after '['. (computed-property-spacing)
(#1434) There should be no space before ']'. (computed-property-spacing)
(#1438) Unexpected space before function parentheses. (space-before-function-paren)
(#1438) Comments should not begin with a lowercase character. (capitalized-comments)
(#1439) There should be no space after this paren. (space-in-parens)
(#1439) There should be no space before this paren. (space-in-parens)
(#1441) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1443) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1445) Unexpected space before function parentheses. (space-before-function-paren)
(#1445) Comments should not begin with a lowercase character. (capitalized-comments)
(#1458) Unexpected space before function parentheses. (space-before-function-paren)
(#1458) There should be no space after this paren. (space-in-parens)
(#1458) There should be no space before this paren. (space-in-parens)
(#1459) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1460) There should be no space after this paren. (space-in-parens)
(#1460) There should be no space before this paren. (space-in-parens)
(#1469) There should be no space after this paren. (space-in-parens)
(#1469) There should be no space before this paren. (space-in-parens)
(#1470) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1485) There should be no space after this paren. (space-in-parens)
(#1485) There should be no space before this paren. (space-in-parens)
(#1486) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1489) There should be no space after this paren. (space-in-parens)
(#1489) Operator '=' must be spaced. (space-infix-ops)
(#1489) Operator '=' must be spaced. (space-infix-ops)
(#1489) Unexpected whitespace before semicolon. (semi-spacing)
(#1489) Operator '<' must be spaced. (space-infix-ops)
(#1489) Unexpected whitespace before semicolon. (semi-spacing)
(#1489) There should be no space before this paren. (space-in-parens)
(#1490) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1491) There should be no space after this paren. (space-in-parens)
(#1491) There should be no space before this paren. (space-in-parens)
(#1492) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1494) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1495) There should be no space after this paren. (space-in-parens)
(#1495) There should be no space before this paren. (space-in-parens)
(#1496) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1501) There should be no space after this paren. (space-in-parens)
(#1501) There should be no space before this paren. (space-in-parens)
(#1502) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1503) There should be no space after this paren. (space-in-parens)
(#1503) There should be no space before this paren. (space-in-parens)
(#1524) There should be no space after this paren. (space-in-parens)
(#1524) There should be no space before this paren. (space-in-parens)
(#1525) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1526) There should be no space after '['. (computed-property-spacing)
(#1526) There should be no space before ']'. (computed-property-spacing)
(#1528) Unexpected space before function parentheses. (space-before-function-paren)
(#1528) There should be no space after this paren. (space-in-parens)
(#1528) There should be no space before this paren. (space-in-parens)
(#1532) There should be no space after this paren. (space-in-parens)
(#1532) There should be no space before this paren. (space-in-parens)
(#1533) There should be no space after this paren. (space-in-parens)
(#1533) There should be no space before this paren. (space-in-parens)
(#1536) There should be no space after this paren. (space-in-parens)
(#1536) There should be no space before this paren. (space-in-parens)
(#1540) There should be no space after this paren. (space-in-parens)
(#1540) Unexpected space after unary operator '!'. (space-unary-ops)
(#1540) There should be no space before this paren. (space-in-parens)
(#1546) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1551) There should be no space after this paren. (space-in-parens)
(#1551) There should be no space before this paren. (space-in-parens)
(#1552) There should be no space after this paren. (space-in-parens)
(#1552) There should be no space before this paren. (space-in-parens)
(#1553) There should be no space after this paren. (space-in-parens)
(#1553) There should be no space before this paren. (space-in-parens)
(#1554) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1556) There should be no space after this paren. (space-in-parens)
(#1556) Operator '=' must be spaced. (space-infix-ops)
(#1556) Operator '=' must be spaced. (space-infix-ops)
(#1556) Unexpected whitespace before semicolon. (semi-spacing)
(#1556) Operator '<' must be spaced. (space-infix-ops)
(#1556) Unexpected whitespace before semicolon. (semi-spacing)
(#1556) There should be no space before this paren. (space-in-parens)
(#1557) There should be no space after this paren. (space-in-parens)
(#1557) There should be no space before this paren. (space-in-parens)
(#1571) There should be no space after this paren. (space-in-parens)
(#1571) There should be no space before this paren. (space-in-parens)
(#1572) There should be no space after '['. (computed-property-spacing)
(#1572) There should be no space before ']'. (computed-property-spacing)
(#1573) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1575) There should be no space after this paren. (space-in-parens)
(#1575) Operator '=' must be spaced. (space-infix-ops)
(#1575) Operator '=' must be spaced. (space-infix-ops)
(#1575) Unexpected whitespace before semicolon. (semi-spacing)
(#1575) Operator '<' must be spaced. (space-infix-ops)
(#1575) Unexpected whitespace before semicolon. (semi-spacing)
(#1575) There should be no space before this paren. (space-in-parens)
(#1580) There should be no space after this paren. (space-in-parens)
(#1580) There should be no space before this paren. (space-in-parens)
(#1602) There should be no space after this paren. (space-in-parens)
(#1602) There should be no space before this paren. (space-in-parens)
(#1603) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1607) 'o' is defined but never used. (no-unused-vars)
(#1607) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1607) Operator '=' must be spaced. (space-infix-ops)
(#1607) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1612) Do not nest ternary expressions. (no-nested-ternary)
(#1618) Unexpected space before function parentheses. (space-before-function-paren)
(#1618) There should be no space after this paren. (space-in-parens)
(#1618) Multiple spaces found before ')'. (no-multi-spaces)
(#1618) There should be no space before this paren. (space-in-parens)
(#1619) There should be no space after this paren. (space-in-parens)
(#1619) There should be no space before this paren. (space-in-parens)
(#1622) There should be no space after this paren. (space-in-parens)
(#1622) There should be no space before this paren. (space-in-parens)
(#1623) There should be no space after this paren. (space-in-parens)
(#1623) Operator '+' must be spaced. (space-infix-ops)
(#1623) There should be no space before this paren. (space-in-parens)
(#1624) There should be no space after this paren. (space-in-parens)
(#1624) There should be no space before this paren. (space-in-parens)
(#1625) There should be no space after this paren. (space-in-parens)
(#1625) There should be no space after this paren. (space-in-parens)
(#1625) There should be no space before this paren. (space-in-parens)
(#1625) There should be no space before this paren. (space-in-parens)
(#1631) Unexpected space before function parentheses. (space-before-function-paren)
(#1631) There should be no space after this paren. (space-in-parens)
(#1631) There should be no space before this paren. (space-in-parens)
(#1632) There should be no space after this paren. (space-in-parens)
(#1632) There should be no space before this paren. (space-in-parens)
(#1636) There should be no space after this paren. (space-in-parens)
(#1636) There should be no space before this paren. (space-in-parens)
(#1637) There should be no space after this paren. (space-in-parens)
(#1637) There should be no space before this paren. (space-in-parens)
(#1638) There should be no space after this paren. (space-in-parens)
(#1638) There should be no space before this paren. (space-in-parens)
(#1640) There should be no space after this paren. (space-in-parens)
(#1640) There should be no space before this paren. (space-in-parens)
(#1641) There should be no space after this paren. (space-in-parens)
(#1641) There should be no space before this paren. (space-in-parens)
(#1642) There should be no space after this paren. (space-in-parens)
(#1642) There should be no space before this paren. (space-in-parens)
(#1643) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1647) There should be no space after this paren. (space-in-parens)
(#1647) There should be no space before this paren. (space-in-parens)
(#1648) There should be no space after this paren. (space-in-parens)
(#1648) Unexpected space after unary operator '!'. (space-unary-ops)
(#1648) There should be no space before this paren. (space-in-parens)
(#1650) There should be no space after this paren. (space-in-parens)
(#1650) There should be no space before this paren. (space-in-parens)
(#1652) There should be no space after this paren. (space-in-parens)
(#1652) There should be no space before this paren. (space-in-parens)
(#1653) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1663) There should be no space after this paren. (space-in-parens)
(#1663) There should be no space before this paren. (space-in-parens)
(#1665) There should be no space after this paren. (space-in-parens)
(#1665) There should be no space before this paren. (space-in-parens)
(#1668) There should be no space after this paren. (space-in-parens)
(#1668) There should be no space before this paren. (space-in-parens)
(#1669) There should be no space after this paren. (space-in-parens)
(#1669) There should be no space before this paren. (space-in-parens)
(#1670) There should be no space after this paren. (space-in-parens)
(#1670) There should be no space before this paren. (space-in-parens)
(#1675) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1680) There should be no space after this paren. (space-in-parens)
(#1680) Operator '=' must be spaced. (space-infix-ops)
(#1680) Operator '=' must be spaced. (space-infix-ops)
(#1680) Unexpected whitespace before semicolon. (semi-spacing)
(#1680) Operator '<' must be spaced. (space-infix-ops)
(#1680) Unexpected whitespace before semicolon. (semi-spacing)
(#1680) There should be no space before this paren. (space-in-parens)
(#1681) There should be no space after this paren. (space-in-parens)
(#1681) There should be no space before this paren. (space-in-parens)
(#1688) There should be no space after this paren. (space-in-parens)
(#1688) There should be no space before this paren. (space-in-parens)
(#1689) There should be no space after this paren. (space-in-parens)
(#1689) There should be no space before this paren. (space-in-parens)
(#1691) There should be no space after this paren. (space-in-parens)
(#1691) There should be no space before this paren. (space-in-parens)
(#1692) There should be no space after this paren. (space-in-parens)
(#1692) There should be no space before this paren. (space-in-parens)
(#1692) There should be no space after this paren. (space-in-parens)
(#1692) There should be no space before this paren. (space-in-parens)
(#1711) Unexpected space before function parentheses. (space-before-function-paren)
(#1711) There should be no space after this paren. (space-in-parens)
(#1711) There should be no space before this paren. (space-in-parens)
(#1712) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1720) There should be no space after this paren. (space-in-parens)
(#1720) There should be no space before this paren. (space-in-parens)
(#1721) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1730) Identifier '_DT_RowIndex' is not in camel case. (camelcase)
(#1733) There should be no space after this paren. (space-in-parens)
(#1733) There should be no space before this paren. (space-in-parens)
(#1736) There should be no space after this paren. (space-in-parens)
(#1736) Operator '=' must be spaced. (space-infix-ops)
(#1736) Operator '=' must be spaced. (space-infix-ops)
(#1736) Unexpected whitespace before semicolon. (semi-spacing)
(#1736) Operator '<' must be spaced. (space-infix-ops)
(#1736) Unexpected whitespace before semicolon. (semi-spacing)
(#1736) There should be no space before this paren. (space-in-parens)
(#1737) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1740) There should be no space after this paren. (space-in-parens)
(#1740) There should be no space before this paren. (space-in-parens)
(#1741) There should be no space after this paren. (space-in-parens)
(#1741) There should be no space before this paren. (space-in-parens)
(#1744) There should be no space after this paren. (space-in-parens)
(#1744) There should be no space before this paren. (space-in-parens)
(#1745) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1746) There should be no space after this paren. (space-in-parens)
(#1746) There should be no space before this paren. (space-in-parens)
(#1750) There should be no space after this paren. (space-in-parens)
(#1750) There should be no space before this paren. (space-in-parens)
(#1751) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1752) Operator '+' must be spaced. (space-infix-ops)
(#1756) There should be no space after this paren. (space-in-parens)
(#1756) Unexpected space after unary operator '!'. (space-unary-ops)
(#1756) There should be no space before this paren. (space-in-parens)
(#1757) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1758) There should be no space after this paren. (space-in-parens)
(#1758) There should be no space before this paren. (space-in-parens)
(#1759) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1760) There should be no space after this paren. (space-in-parens)
(#1760) Unexpected space after unary operator '!'. (space-unary-ops)
(#1760) There should be no space before this paren. (space-in-parens)
(#1761) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1762) There should be no space after this paren. (space-in-parens)
(#1762) There should be no space before this paren. (space-in-parens)
(#1765) There should be no space after this paren. (space-in-parens)
(#1765) There should be no space before this paren. (space-in-parens)
(#1766) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1767) There should be no space after this paren. (space-in-parens)
(#1768) There should be no space after this paren. (space-in-parens)
(#1768) There should be no space before this paren. (space-in-parens)
(#1773) There should be no space after this paren. (space-in-parens)
(#1773) There should be no space before this paren. (space-in-parens)
(#1778) There should be no space after this paren. (space-in-parens)
(#1778) There should be no space before this paren. (space-in-parens)
(#1789) There should be no space after this paren. (space-in-parens)
(#1789) There should be no space before this paren. (space-in-parens)
(#1790) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1794) There should be no space after this paren. (space-in-parens)
(#1794) There should be no space before this paren. (space-in-parens)
(#1795) There should be no space after this paren. (space-in-parens)
(#1795) There should be no space before this paren. (space-in-parens)
(#1797) There should be no space after this paren. (space-in-parens)
(#1797) There should be no space before this paren. (space-in-parens)
(#1801) There should be no space after this paren. (space-in-parens)
(#1801) There should be no space before this paren. (space-in-parens)
(#1805) There should be no space after this paren. (space-in-parens)
(#1805) There should be no space after this paren. (space-in-parens)
(#1805) There should be no space before this paren. (space-in-parens)
(#1805) There should be no space before this paren. (space-in-parens)
(#1809) There should be no space after this paren. (space-in-parens)
(#1809) There should be no space before this paren. (space-in-parens)
(#1810) There should be no space after this paren. (space-in-parens)
(#1810) There should be no space before this paren. (space-in-parens)
(#1813) There should be no space after this paren. (space-in-parens)
(#1813) There should be no space before this paren. (space-in-parens)
(#1814) There should be no space after this paren. (space-in-parens)
(#1814) There should be no space before this paren. (space-in-parens)
(#1817) There should be no space after this paren. (space-in-parens)
(#1817) There should be no space before this paren. (space-in-parens)
(#1818) There should be no space after this paren. (space-in-parens)
(#1818) There should be no space before this paren. (space-in-parens)
(#1829) There should be no space after this paren. (space-in-parens)
(#1829) There should be no space before this paren. (space-in-parens)
(#1830) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1838) There should be no space after this paren. (space-in-parens)
(#1838) There should be no space before this paren. (space-in-parens)
(#1839) There should be no space after this paren. (space-in-parens)
(#1839) There should be no space before this paren. (space-in-parens)
(#1842) There should be no space after this paren. (space-in-parens)
(#1842) Operator '=' must be spaced. (space-infix-ops)
(#1842) Operator '=' must be spaced. (space-infix-ops)
(#1842) Unexpected whitespace before semicolon. (semi-spacing)
(#1842) Operator '<' must be spaced. (space-infix-ops)
(#1842) Unexpected whitespace before semicolon. (semi-spacing)
(#1842) There should be no space before this paren. (space-in-parens)
(#1844) There should be no space after this paren. (space-in-parens)
(#1844) There should be no space before this paren. (space-in-parens)
(#1844) There should be no space after this paren. (space-in-parens)
(#1844) There should be no space before this paren. (space-in-parens)
(#1846) There should be no space after this paren. (space-in-parens)
(#1846) There should be no space before this paren. (space-in-parens)
(#1847) There should be no space after this paren. (space-in-parens)
(#1847) There should be no space before this paren. (space-in-parens)
(#1851) There should be no space after this paren. (space-in-parens)
(#1851) There should be no space before this paren. (space-in-parens)
(#1852) There should be no space after this paren. (space-in-parens)
(#1852) There should be no space before this paren. (space-in-parens)
(#1854) There should be no space after this paren. (space-in-parens)
(#1854) There should be no space before this paren. (space-in-parens)
(#1856) There should be no space after this paren. (space-in-parens)
(#1856) There should be no space before this paren. (space-in-parens)
(#1857) There should be no space after this paren. (space-in-parens)
(#1857) There should be no space before this paren. (space-in-parens)
(#1859) There should be no space after this paren. (space-in-parens)
(#1859) There should be no space before this paren. (space-in-parens)
(#1863) There should be no space after this paren. (space-in-parens)
(#1863) There should be no space before this paren. (space-in-parens)
(#1864) There should be no space after this paren. (space-in-parens)
(#1864) There should be no space before this paren. (space-in-parens)
(#1867) There should be no space after this paren. (space-in-parens)
(#1867) There should be no space before this paren. (space-in-parens)
(#1872) There should be no space after this paren. (space-in-parens)
(#1872) There should be no space before this paren. (space-in-parens)
(#1873) There should be no space after this paren. (space-in-parens)
(#1873) There should be no space before this paren. (space-in-parens)
(#1880) There should be no space after this paren. (space-in-parens)
(#1880) There should be no space before this paren. (space-in-parens)
(#1881) There should be no space after this paren. (space-in-parens)
(#1881) There should be no space before this paren. (space-in-parens)
(#1887) There should be no space after this paren. (space-in-parens)
(#1887) There should be no space before this paren. (space-in-parens)
(#1890) There should be no space after this paren. (space-in-parens)
(#1890) Operator '=' must be spaced. (space-infix-ops)
(#1890) Operator '=' must be spaced. (space-infix-ops)
(#1890) Unexpected whitespace before semicolon. (semi-spacing)
(#1890) Operator '<' must be spaced. (space-infix-ops)
(#1890) Unexpected whitespace before semicolon. (semi-spacing)
(#1890) There should be no space before this paren. (space-in-parens)
(#1894) There should be no space after this paren. (space-in-parens)
(#1894) There should be no space before this paren. (space-in-parens)
(#1895) There should be no space after this paren. (space-in-parens)
(#1895) There should be no space before this paren. (space-in-parens)
(#1915) There should be no space after this paren. (space-in-parens)
(#1915) There should be no space before this paren. (space-in-parens)
(#1916) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1917) 'kLen' is defined but never used. (no-unused-vars)
(#1923) There should be no space after this paren. (space-in-parens)
(#1923) Unexpected space after unary operator '!'. (space-unary-ops)
(#1923) There should be no space before this paren. (space-in-parens)
(#1924) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1928) Multiple spaces found before 'bIncludeHidden'. (no-multi-spaces)
(#1928) There should be no space after this paren. (space-in-parens)
(#1928) There should be no space before this paren. (space-in-parens)
(#1929) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1934) There should be no space after this paren. (space-in-parens)
(#1934) Operator '=' must be spaced. (space-infix-ops)
(#1934) Operator '=' must be spaced. (space-infix-ops)
(#1934) Unexpected whitespace before semicolon. (semi-spacing)
(#1934) Operator '<' must be spaced. (space-infix-ops)
(#1934) Unexpected whitespace before semicolon. (semi-spacing)
(#1934) There should be no space before this paren. (space-in-parens)
(#1935) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1940) There should be no space after this paren. (space-in-parens)
(#1940) Operator '=' must be spaced. (space-infix-ops)
(#1940) Operator '-' must be spaced. (space-infix-ops)
(#1940) Unexpected whitespace before semicolon. (semi-spacing)
(#1940) Operator '>=' must be spaced. (space-infix-ops)
(#1940) Unexpected whitespace before semicolon. (semi-spacing)
(#1940) There should be no space before this paren. (space-in-parens)
(#1941) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1942) There should be no space after this paren. (space-in-parens)
(#1942) There should be no space before this paren. (space-in-parens)
(#1943) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1944) There should be no space after this paren. (space-in-parens)
(#1944) There should be no space before this paren. (space-in-parens)
(#1949) There should be no space after this paren. (space-in-parens)
(#1949) There should be no space before this paren. (space-in-parens)
(#1952) There should be no space after this paren. (space-in-parens)
(#1952) Operator '=' must be spaced. (space-infix-ops)
(#1952) Operator '=' must be spaced. (space-infix-ops)
(#1952) Unexpected whitespace before semicolon. (semi-spacing)
(#1952) Operator '<' must be spaced. (space-infix-ops)
(#1952) Unexpected whitespace before semicolon. (semi-spacing)
(#1952) There should be no space before this paren. (space-in-parens)
(#1953) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1957) There should be no space after this paren. (space-in-parens)
(#1957) There should be no space before this paren. (space-in-parens)
(#1958) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1959) Expected space(s) after "while". (keyword-spacing)
(#1959) There should be no space after this paren. (space-in-parens)
(#1959) There should be no space before this paren. (space-in-parens)
(#1960) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1961) There should be no space after this paren. (space-in-parens)
(#1961) There should be no space before this paren. (space-in-parens)
(#1965) There should be no space after this paren. (space-in-parens)
(#1965) Operator '=' must be spaced. (space-infix-ops)
(#1965) Operator '=' must be spaced. (space-infix-ops)
(#1965) Unexpected whitespace before semicolon. (semi-spacing)
(#1965) Operator '<' must be spaced. (space-infix-ops)
(#1965) Unexpected whitespace before semicolon. (semi-spacing)
(#1965) There should be no space before this paren. (space-in-parens)
(#1966) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1973) There should be no space after this paren. (space-in-parens)
(#1973) There should be no space before this paren. (space-in-parens)
(#1974) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1975) There should be no space after this paren. (space-in-parens)
(#1975) There should be no space before this paren. (space-in-parens)
(#1979) There should be no space after this paren. (space-in-parens)
(#1979) Operator '+' must be spaced. (space-infix-ops)
(#1980) Operator '+' must be spaced. (space-infix-ops)
(#1980) There should be no space before this paren. (space-in-parens)
(#1981) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1982) Operator '+' must be spaced. (space-infix-ops)
(#1987) There should be no space after this paren. (space-in-parens)
(#1987) Operator '+' must be spaced. (space-infix-ops)
(#1988) Operator '+' must be spaced. (space-infix-ops)
(#1988) There should be no space before this paren. (space-in-parens)
(#1989) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1991) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1991) There should be no space after this paren. (space-in-parens)
(#1991) Operator '=' must be spaced. (space-infix-ops)
(#1991) Unexpected whitespace before semicolon. (semi-spacing)
(#1991) Operator '<' must be spaced. (space-infix-ops)
(#1991) Unexpected whitespace before semicolon. (semi-spacing)
(#1991) There should be no space before this paren. (space-in-parens)
(#1992) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1993) Operator '+' must be spaced. (space-infix-ops)
(#1993) Operator '+' must be spaced. (space-infix-ops)
(#2013) Function '_fnDraw' has a complexity of 22. Maximum allowed is 20. (complexity)
(#2013) There should be no space after this paren. (space-in-parens)
(#2013) There should be no space before this paren. (space-in-parens)
(#2014) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2016) There should be no space after this paren. (space-in-parens)
(#2016) There should be no space before this paren. (space-in-parens)
(#2017) There should be no space after this paren. (space-in-parens)
(#2017) There should be no space after this paren. (space-in-parens)
(#2017) There should be no space before this paren. (space-in-parens)
(#2017) There should be no space before this paren. (space-in-parens)
(#2018) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2019) There should be no space after this paren. (space-in-parens)
(#2019) There should be no space before this paren. (space-in-parens)
(#2023) 'i' is defined but never used. (no-unused-vars)
(#2023) 'iLen' is defined but never used. (no-unused-vars)
(#2023) 'n' is defined but never used. (no-unused-vars)
(#2028) 'iOpenRows' is assigned a value but never used. (no-unused-vars)
(#2031) There should be no space after this paren. (space-in-parens)
(#2031) There should be no space before this paren. (space-in-parens)
(#2037) There should be no space after this paren. (space-in-parens)
(#2037) There should be no space before this paren. (space-in-parens)
(#2038) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2039) Do not nest ternary expressions. (no-nested-ternary)
(#2052) There should be no space after this paren. (space-in-parens)
(#2052) There should be no space before this paren. (space-in-parens)
(#2053) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2056) There should be no space after this paren. (space-in-parens)
(#2056) There should be no space before this paren. (space-in-parens)
(#2057) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2058) There should be no space after this paren. (space-in-parens)
(#2058) There should be no space before this paren. (space-in-parens)
(#2059) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2061) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2062) There should be no space after this paren. (space-in-parens)
(#2062) There should be no space after this paren. (space-in-parens)
(#2062) There should be no space before this paren. (space-in-parens)
(#2062) There should be no space before this paren. (space-in-parens)
(#2063) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2067) There should be no space after this paren. (space-in-parens)
(#2067) There should be no space before this paren. (space-in-parens)
(#2068) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2072) There should be no space after this paren. (space-in-parens)
(#2072) Operator '=' must be spaced. (space-infix-ops)
(#2072) Unexpected whitespace before semicolon. (semi-spacing)
(#2072) Operator '<' must be spaced. (space-infix-ops)
(#2072) Unexpected whitespace before semicolon. (semi-spacing)
(#2072) There should be no space before this paren. (space-in-parens)
(#2073) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2075) There should be no space after '['. (computed-property-spacing)
(#2075) There should be no space before ']'. (computed-property-spacing)
(#2076) There should be no space after this paren. (space-in-parens)
(#2076) There should be no space before this paren. (space-in-parens)
(#2077) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2078) There should be no space after this paren. (space-in-parens)
(#2078) There should be no space before this paren. (space-in-parens)
(#2084) There should be no space after this paren. (space-in-parens)
(#2084) There should be no space before this paren. (space-in-parens)
(#2085) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2086) There should be no space after '['. (computed-property-spacing)
(#2086) There should be no space before ']'. (computed-property-spacing)
(#2087) There should be no space after this paren. (space-in-parens)
(#2087) There should be no space before this paren. (space-in-parens)
(#2088) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2089) There should be no space after this paren. (space-in-parens)
(#2089) There should be no space before this paren. (space-in-parens)
(#2089) There should be no space after this paren. (space-in-parens)
(#2089) There should be no space before this paren. (space-in-parens)
(#2097) There should be no space after this paren. (space-in-parens)
(#2098) There should be no space before this paren. (space-in-parens)
(#2100) There should be no space after this paren. (space-in-parens)
(#2100) There should be no space before this paren. (space-in-parens)
(#2103) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2105) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2108) There should be no space after this paren. (space-in-parens)
(#2108) Multiple spaces found before '_fnDataSource'. (no-multi-spaces)
(#2108) There should be no space after this paren. (space-in-parens)
(#2108) There should be no space before this paren. (space-in-parens)
(#2108) There should be no space before this paren. (space-in-parens)
(#2109) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2111) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2112) There should be no space after this paren. (space-in-parens)
(#2112) There should be no space before this paren. (space-in-parens)
(#2113) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2117) There should be no space after '['. (computed-property-spacing)
(#2117) There should be no space before ']'. (computed-property-spacing)
(#2117) There should be no space after this paren. (space-in-parens)
(#2117) There should be no space after '{'. (object-curly-spacing)
(#2117) There should be no space before '}'. (object-curly-spacing)
(#2117) There should be no space before this paren. (space-in-parens)
(#2118) There should be no space after this paren. (space-in-parens)
(#2120) There should be no space after this paren. (space-in-parens)
(#2120) There should be no space before this paren. (space-in-parens)
(#2122) There should be no space before this paren. (space-in-parens)
(#2122) There should be no space after this paren. (space-in-parens)
(#2122) There should be no space before this paren. (space-in-parens)
(#2122) There should be no space before this paren. (space-in-parens)
(#2126) There should be no space after this paren. (space-in-parens)
(#2126) There should be no space after '['. (array-bracket-spacing)
(#2127) There should be no space after this paren. (space-in-parens)
(#2127) There should be no space before this paren. (space-in-parens)
(#2127) There should be no space before ']'. (array-bracket-spacing)
(#2127) There should be no space before this paren. (space-in-parens)
(#2129) There should be no space after this paren. (space-in-parens)
(#2129) There should be no space after '['. (array-bracket-spacing)
(#2130) There should be no space after this paren. (space-in-parens)
(#2130) There should be no space before this paren. (space-in-parens)
(#2130) There should be no space before ']'. (array-bracket-spacing)
(#2130) There should be no space before this paren. (space-in-parens)
(#2135) There should be no space after this paren. (space-in-parens)
(#2135) There should be no space before this paren. (space-in-parens)
(#2138) There should be no space after this paren. (space-in-parens)
(#2138) There should be no space before this paren. (space-in-parens)
(#2154) There should be no space after this paren. (space-in-parens)
(#2154) There should be no space before this paren. (space-in-parens)
(#2155) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2158) Multiple spaces found before '='. (no-multi-spaces)
(#2159) Multiple spaces found before '='. (no-multi-spaces)
(#2161) There should be no space after this paren. (space-in-parens)
(#2161) There should be no space before this paren. (space-in-parens)
(#2162) There should be no space after this paren. (space-in-parens)
(#2162) There should be no space before this paren. (space-in-parens)
(#2165) There should be no space after this paren. (space-in-parens)
(#2165) There should be no space before this paren. (space-in-parens)
(#2166) There should be no space after this paren. (space-in-parens)
(#2166) There should be no space before this paren. (space-in-parens)
(#2167) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2173) There should be no space after this paren. (space-in-parens)
(#2173) There should be no space before this paren. (space-in-parens)
(#2181) There should be no space after this paren. (space-in-parens)
(#2181) There should be no space before this paren. (space-in-parens)
(#2192) Function '_fnAddOptionsHtml' has a complexity of 29. Maximum allowed is 20. (complexity)
(#2192) Unexpected space before function parentheses. (space-before-function-paren)
(#2192) There should be no space after this paren. (space-in-parens)
(#2192) There should be no space before this paren. (space-in-parens)
(#2193) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2196) There should be no space after this paren. (space-in-parens)
(#2196) There should be no space before this paren. (space-in-parens)
(#2201) Operator '+' must be spaced. (space-infix-ops)
(#2202) Operator '+' must be spaced. (space-infix-ops)
(#2203) There should be no space before this paren. (space-in-parens)
(#2212) There should be no space after this paren. (space-in-parens)
(#2212) Operator '=' must be spaced. (space-infix-ops)
(#2212) Unexpected whitespace before semicolon. (semi-spacing)
(#2212) Operator '<' must be spaced. (space-infix-ops)
(#2212) Unexpected whitespace before semicolon. (semi-spacing)
(#2212) There should be no space before this paren. (space-in-parens)
(#2213) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2217) There should be no space after this paren. (space-in-parens)
(#2217) There should be no space before this paren. (space-in-parens)
(#2218) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2223) Operator '+' must be spaced. (space-infix-ops)
(#2224) There should be no space after this paren. (space-in-parens)
(#2224) There should be no space before this paren. (space-in-parens)
(#2225) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2228) There should be no space after this paren. (space-in-parens)
(#2228) Operator '+' must be spaced. (space-infix-ops)
(#2228) There should be no space before this paren. (space-in-parens)
(#2229) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2230) Operator '+' must be spaced. (space-infix-ops)
(#2235) There should be no space after this paren. (space-in-parens)
(#2235) There should be no space before this paren. (space-in-parens)
(#2236) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2238) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2239) There should be no space after this paren. (space-in-parens)
(#2239) There should be no space before this paren. (space-in-parens)
(#2240) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2247) There should be no space after this paren. (space-in-parens)
(#2247) There should be no space before this paren. (space-in-parens)
(#2248) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2250) Operator '-' must be spaced. (space-infix-ops)
(#2252) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2253) There should be no space after this paren. (space-in-parens)
(#2253) There should be no space before this paren. (space-in-parens)
(#2254) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2255) Operator '-' must be spaced. (space-infix-ops)
(#2256) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2258) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2265) There should be no space after this paren. (space-in-parens)
(#2265) There should be no space before this paren. (space-in-parens)
(#2267) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2268) There should be no space after this paren. (space-in-parens)
(#2268) There should be no space before this paren. (space-in-parens)
(#2269) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2272) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2274) There should be no space after this paren. (space-in-parens)
(#2274) There should be no space before this paren. (space-in-parens)
(#2275) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2277) There should be no space after this paren. (space-in-parens)
(#2277) There should be no space before this paren. (space-in-parens)
(#2278) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2279) There should be no space after this paren. (space-in-parens)
(#2279) There should be no space before this paren. (space-in-parens)
(#2280) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2282) There should be no space after this paren. (space-in-parens)
(#2282) There should be no space before this paren. (space-in-parens)
(#2283) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2284) There should be no space after this paren. (space-in-parens)
(#2284) There should be no space before this paren. (space-in-parens)
(#2285) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2286) Comments should not begin with a lowercase character. (capitalized-comments)
(#2287) There should be no space after this paren. (space-in-parens)
(#2287) There should be no space before this paren. (space-in-parens)
(#2288) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2289) There should be no space after this paren. (space-in-parens)
(#2289) There should be no space before this paren. (space-in-parens)
(#2290) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2292) There should be no space after this paren. (space-in-parens)
(#2292) There should be no space before this paren. (space-in-parens)
(#2293) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2294) There should be no space after this paren. (space-in-parens)
(#2294) Multiple spaces found before ''i''. (no-multi-spaces)
(#2294) There should be no space before this paren. (space-in-parens)
(#2295) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2297) There should be no space after this paren. (space-in-parens)
(#2297) There should be no space before this paren. (space-in-parens)
(#2298) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2299) There should be no space after this paren. (space-in-parens)
(#2299) There should be no space before this paren. (space-in-parens)
(#2300) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2302) There should be no space after this paren. (space-in-parens)
(#2302) There should be no space before this paren. (space-in-parens)
(#2303) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2304) There should be no space after this paren. (space-in-parens)
(#2304) There should be no space before this paren. (space-in-parens)
(#2305) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2308) There should be no space after this paren. (space-in-parens)
(#2308) Operator '=' must be spaced. (space-infix-ops)
(#2308) Operator '=' must be spaced. (space-infix-ops)
(#2308) Unexpected whitespace before semicolon. (semi-spacing)
(#2308) Operator '<' must be spaced. (space-infix-ops)
(#2308) Unexpected whitespace before semicolon. (semi-spacing)
(#2308) There should be no space before this paren. (space-in-parens)
(#2309) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2310) There should be no space after this paren. (space-in-parens)
(#2310) There should be no space before this paren. (space-in-parens)
(#2311) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2312) There should be no space after this paren. (space-in-parens)
(#2312) There should be no space before this paren. (space-in-parens)
(#2319) There should be no space after this paren. (space-in-parens)
(#2319) There should be no space before this paren. (space-in-parens)
(#2320) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2323) There should be no space after this paren. (space-in-parens)
(#2323) Unexpected space after unary operator '!'. (space-unary-ops)
(#2323) There should be no space before this paren. (space-in-parens)
(#2324) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2328) There should be no space after this paren. (space-in-parens)
(#2328) There should be no space before this paren. (space-in-parens)
(#2329) There should be no space after this paren. (space-in-parens)
(#2329) There should be no space before this paren. (space-in-parens)
(#2334) There should be no space after this paren. (space-in-parens)
(#2334) There should be no space before this paren. (space-in-parens)
(#2348) Unexpected space before function parentheses. (space-before-function-paren)
(#2348) There should be no space after this paren. (space-in-parens)
(#2348) There should be no space before this paren. (space-in-parens)
(#2349) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2352) 'jLen' is defined but never used. (no-unused-vars)
(#2354) Unexpected space before function parentheses. (space-before-function-paren)
(#2354) There should be no space after this paren. (space-in-parens)
(#2354) There should be no space before this paren. (space-in-parens)
(#2356) There should be no space after this paren. (space-in-parens)
(#2356) There should be no space before this paren. (space-in-parens)
(#2362) There should be no space after this paren. (space-in-parens)
(#2362) There should be no space before this paren. (space-in-parens)
(#2365) There should be no space after this paren. (space-in-parens)
(#2365) Operator '=' must be spaced. (space-infix-ops)
(#2365) Operator '=' must be spaced. (space-infix-ops)
(#2365) Unexpected whitespace before semicolon. (semi-spacing)
(#2365) Operator '<' must be spaced. (space-infix-ops)
(#2365) Unexpected whitespace before semicolon. (semi-spacing)
(#2365) There should be no space before this paren. (space-in-parens)
(#2366) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2367) There should be no space after this paren. (space-in-parens)
(#2367) There should be no space before this paren. (space-in-parens)
(#2371) There should be no space after this paren. (space-in-parens)
(#2371) Operator '=' must be spaced. (space-infix-ops)
(#2371) Operator '=' must be spaced. (space-infix-ops)
(#2371) Unexpected whitespace before semicolon. (semi-spacing)
(#2371) Operator '<' must be spaced. (space-infix-ops)
(#2371) Unexpected whitespace before semicolon. (semi-spacing)
(#2371) There should be no space before this paren. (space-in-parens)
(#2372) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2378) There should be no space after this paren. (space-in-parens)
(#2378) There should be no space before this paren. (space-in-parens)
(#2379) There should be no space after this paren. (space-in-parens)
(#2380) There should be no space before this paren. (space-in-parens)
(#2381) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2385) Operator '===' must be spaced. (space-infix-ops)
(#2385) Operator '===' must be spaced. (space-infix-ops)
(#2386) Operator '===' must be spaced. (space-infix-ops)
(#2386) Operator '===' must be spaced. (space-infix-ops)
(#2391) There should be no space after this paren. (space-in-parens)
(#2391) There should be no space before this paren. (space-in-parens)
(#2397) There should be no space after this paren. (space-in-parens)
(#2397) Operator '=' must be spaced. (space-infix-ops)
(#2397) Unexpected whitespace before semicolon. (semi-spacing)
(#2397) Operator '<' must be spaced. (space-infix-ops)
(#2397) Unexpected whitespace before semicolon. (semi-spacing)
(#2397) There should be no space before this paren. (space-in-parens)
(#2398) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2399) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2399) There should be no space after this paren. (space-in-parens)
(#2399) Operator '=' must be spaced. (space-infix-ops)
(#2399) Unexpected whitespace before semicolon. (semi-spacing)
(#2399) Operator '<' must be spaced. (space-infix-ops)
(#2399) Unexpected whitespace before semicolon. (semi-spacing)
(#2399) There should be no space before this paren. (space-in-parens)
(#2400) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2401) Operator '+' must be spaced. (space-infix-ops)
(#2401) Operator '+' must be spaced. (space-infix-ops)
(#2405) Operator '+' must be spaced. (space-infix-ops)
(#2423) Unexpected space before function parentheses. (space-before-function-paren)
(#2423) There should be no space after this paren. (space-in-parens)
(#2423) There should be no space before this paren. (space-in-parens)
(#2424) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2426) There should be no space after this paren. (space-in-parens)
(#2426) There should be no space before this paren. (space-in-parens)
(#2427) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2429) There should be no space after this paren. (space-in-parens)
(#2429) There should be no space before this paren. (space-in-parens)
(#2430) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2432) There should be no space after this paren. (space-in-parens)
(#2432) There should be no space before this paren. (space-in-parens)
(#2436) There should be no space after this paren. (space-in-parens)
(#2436) Operator '=' must be spaced. (space-infix-ops)
(#2436) Operator '=' must be spaced. (space-infix-ops)
(#2436) Unexpected whitespace before semicolon. (semi-spacing)
(#2436) Operator '<' must be spaced. (space-infix-ops)
(#2436) Unexpected whitespace before semicolon. (semi-spacing)
(#2436) There should be no space before this paren. (space-in-parens)
(#2437) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2438) There should be no space after this paren. (space-in-parens)
(#2438) Operator '=' must be spaced. (space-infix-ops)
(#2438) Operator '=' must be spaced. (space-infix-ops)
(#2438) Unexpected whitespace before semicolon. (semi-spacing)
(#2438) Operator '<' must be spaced. (space-infix-ops)
(#2438) Unexpected whitespace before semicolon. (semi-spacing)
(#2438) There should be no space before this paren. (space-in-parens)
(#2439) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2440) There should be no space after this paren. (space-in-parens)
(#2441) There should be no space before this paren. (space-in-parens)
(#2442) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2460) There should be no space after this paren. (space-in-parens)
(#2460) There should be no space before this paren. (space-in-parens)
(#2461) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2463) There should be no space after this paren. (space-in-parens)
(#2463) There should be no space before this paren. (space-in-parens)
(#2467) There should be no space after this paren. (space-in-parens)
(#2467) There should be no space before this paren. (space-in-parens)
(#2471) There should be no space after this paren. (space-in-parens)
(#2471) Unexpected space before function parentheses. (space-before-function-paren)
(#2474) There should be no space after this paren. (space-in-parens)
(#2474) There should be no space before this paren. (space-in-parens)
(#2478) There should be no space after this paren. (space-in-parens)
(#2478) Unexpected space after unary operator '!'. (space-unary-ops)
(#2478) There should be no space after '['. (computed-property-spacing)
(#2478) There should be no space before ']'. (computed-property-spacing)
(#2478) There should be no space before this paren. (space-in-parens)
(#2479) There should be no space after '['. (computed-property-spacing)
(#2479) There should be no space before ']'. (computed-property-spacing)
(#2481) There should be no space after '['. (computed-property-spacing)
(#2481) There should be no space before ']'. (computed-property-spacing)
(#2481) There should be no space after this paren. (space-in-parens)
(#2481) There should be no space before this paren. (space-in-parens)
(#2482) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2486) There should be no space before this paren. (space-in-parens)
(#2493) Unexpected space before function parentheses. (space-before-function-paren)
(#2493) There should be no space after this paren. (space-in-parens)
(#2493) There should be no space before this paren. (space-in-parens)
(#2494) There should be no space after this paren. (space-in-parens)
(#2494) There should be no space before this paren. (space-in-parens)
(#2495) There should be no space after this paren. (space-in-parens)
(#2495) There should be no space before this paren. (space-in-parens)
(#2498) There should be no space after this paren. (space-in-parens)
(#2498) There should be no space after this paren. (space-in-parens)
(#2498) There should be no space before this paren. (space-in-parens)
(#2498) There should be no space before this paren. (space-in-parens)
(#2499) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2502) There should be no space after this paren. (space-in-parens)
(#2502) There should be no space before this paren. (space-in-parens)
(#2503) There should be no space after this paren. (space-in-parens)
(#2503) There should be no space before this paren. (space-in-parens)
(#2503) Multiple spaces found before '// fn can mani...'. (no-multi-spaces)
(#2503) Comments should not begin with a lowercase character. (capitalized-comments)
(#2504) Multiple spaces found before '// an object o...'. (no-multi-spaces)
(#2504) Comments should not begin with a lowercase character. (capitalized-comments)
(#2507) There should be no space after this paren. (space-in-parens)
(#2507) There should be no space before this paren. (space-in-parens)
(#2509) There should be no space after this paren. (space-in-parens)
(#2509) There should be no space before this paren. (space-in-parens)
(#2518) Unexpected space before function parentheses. (space-before-function-paren)
(#2520) There should be no space after this paren. (space-in-parens)
(#2520) There should be no space before this paren. (space-in-parens)
(#2521) There should be no space after this paren. (space-in-parens)
(#2521) There should be no space before this paren. (space-in-parens)
(#2525) There should be no space after this paren. (space-in-parens)
(#2525) There should be no space before this paren. (space-in-parens)
(#2530) Unexpected space before function parentheses. (space-before-function-paren)
(#2530) 'thrown' is defined but never used. (no-unused-vars)
(#2531) There should be no space after this paren. (space-in-parens)
(#2531) There should be no space before this paren. (space-in-parens)
(#2533) There should be no space after this paren. (space-in-parens)
(#2533) There should be no space after this paren. (space-in-parens)
(#2533) There should be no space before this paren. (space-in-parens)
(#2533) There should be no space before this paren. (space-in-parens)
(#2534) There should be no space after this paren. (space-in-parens)
(#2534) There should be no space before this paren. (space-in-parens)
(#2535) There should be no space after this paren. (space-in-parens)
(#2535) There should be no space before this paren. (space-in-parens)
(#2536) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2537) There should be no space after this paren. (space-in-parens)
(#2537) There should be no space before this paren. (space-in-parens)
(#2538) There should be no space after this paren. (space-in-parens)
(#2538) There should be no space before this paren. (space-in-parens)
(#2542) There should be no space after this paren. (space-in-parens)
(#2542) There should be no space before this paren. (space-in-parens)
(#2550) There should be no space after this paren. (space-in-parens)
(#2550) There should be no space before this paren. (space-in-parens)
(#2552) There should be no space after this paren. (space-in-parens)
(#2552) There should be no space before this paren. (space-in-parens)
(#2553) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2555) There should be no space after this paren. (space-in-parens)
(#2557) There should be no space after this paren. (space-in-parens)
(#2557) Unexpected space before function parentheses. (space-before-function-paren)
(#2558) There should be no space after '{'. (object-curly-spacing)
(#2558) There should be no space before '}'. (object-curly-spacing)
(#2559) There should be no space before this paren. (space-in-parens)
(#2563) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2564) There should be no space after this paren. (space-in-parens)
(#2564) There should be no space before this paren. (space-in-parens)
(#2565) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2567) There should be no space after this paren. (space-in-parens)
(#2567) There should be no space after this paren. (space-in-parens)
(#2569) There should be no space before this paren. (space-in-parens)
(#2569) There should be no space before this paren. (space-in-parens)
(#2570) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2571) There should be no space after this paren. (space-in-parens)
(#2571) There should be no space after this paren. (space-in-parens)
(#2571) There should be no space before this paren. (space-in-parens)
(#2571) There should be no space before this paren. (space-in-parens)
(#2572) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2574) There should be no space after this paren. (space-in-parens)
(#2574) There should be no space before this paren. (space-in-parens)
(#2575) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2577) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2579) There should be no space after this paren. (space-in-parens)
(#2579) There should be no space after this paren. (space-in-parens)
(#2579) There should be no space before this paren. (space-in-parens)
(#2579) There should be no space before this paren. (space-in-parens)
(#2593) There should be no space after this paren. (space-in-parens)
(#2593) There should be no space before this paren. (space-in-parens)
(#2594) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2595) There should be no space after this paren. (space-in-parens)
(#2595) There should be no space before this paren. (space-in-parens)
(#2597) There should be no space after this paren. (space-in-parens)
(#2597) There should be no space before this paren. (space-in-parens)
(#2601) There should be no space after this paren. (space-in-parens)
(#2601) There should be no space before this paren. (space-in-parens)
(#2603) There should be no space after this paren. (space-in-parens)
(#2603) There should be no space before this paren. (space-in-parens)
(#2624) There should be no space after this paren. (space-in-parens)
(#2624) There should be no space before this paren. (space-in-parens)
(#2625) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2632) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2633) There should be no space after this paren. (space-in-parens)
(#2633) There should be no space before this paren. (space-in-parens)
(#2639) Unexpected space before function parentheses. (space-before-function-paren)
(#2639) There should be no space after this paren. (space-in-parens)
(#2639) There should be no space before this paren. (space-in-parens)
(#2640) There should be no space after this paren. (space-in-parens)
(#2640) There should be no space after '{'. (object-curly-spacing)
(#2640) There should be no space before '}'. (object-curly-spacing)
(#2640) There should be no space before this paren. (space-in-parens)
(#2644) There should be no space after this paren. (space-in-parens)
(#2644) Multiple spaces found before 'settings'. (no-multi-spaces)
(#2644) There should be no space before this paren. (space-in-parens)
(#2645) There should be no space after this paren. (space-in-parens)
(#2645) Multiple spaces found before 'columnCount'. (no-multi-spaces)
(#2645) There should be no space before this paren. (space-in-parens)
(#2646) There should be no space after this paren. (space-in-parens)
(#2646) Multiple spaces found before '_pluck'. (no-multi-spaces)
(#2646) There should be no space after this paren. (space-in-parens)
(#2646) There should be no space before this paren. (space-in-parens)
(#2646) There should be no space before this paren. (space-in-parens)
(#2647) There should be no space after this paren. (space-in-parens)
(#2647) Multiple spaces found before 'displayStart'. (no-multi-spaces)
(#2647) There should be no space before this paren. (space-in-parens)
(#2648) There should be no space after this paren. (space-in-parens)
(#2648) There should be no space before this paren. (space-in-parens)
(#2663) There should be no space after this paren. (space-in-parens)
(#2663) Operator '=' must be spaced. (space-infix-ops)
(#2663) Unexpected whitespace before semicolon. (semi-spacing)
(#2663) Operator '<' must be spaced. (space-infix-ops)
(#2663) Unexpected whitespace before semicolon. (semi-spacing)
(#2663) There should be no space before this paren. (space-in-parens)
(#2666) Operator '==' must be spaced. (space-infix-ops)
(#2666) Unexpected whitespace before semicolon. (semi-spacing)
(#2668) There should be no space after this paren. (space-in-parens)
(#2677) There should be no space before this paren. (space-in-parens)
(#2679) There should be no space after this paren. (space-in-parens)
(#2679) Operator '+' must be spaced. (space-infix-ops)
(#2679) There should be no space before this paren. (space-in-parens)
(#2681) There should be no space after this paren. (space-in-parens)
(#2681) There should be no space before this paren. (space-in-parens)
(#2682) There should be no space after this paren. (space-in-parens)
(#2682) Operator '+' must be spaced. (space-infix-ops)
(#2682) Multiple spaces found before 'columnSearch'. (no-multi-spaces)
(#2682) There should be no space before this paren. (space-in-parens)
(#2683) There should be no space after this paren. (space-in-parens)
(#2683) Operator '+' must be spaced. (space-infix-ops)
(#2683) Multiple spaces found before 'columnSearch'. (no-multi-spaces)
(#2683) There should be no space before this paren. (space-in-parens)
(#2684) There should be no space after this paren. (space-in-parens)
(#2684) Operator '+' must be spaced. (space-infix-ops)
(#2684) There should be no space before this paren. (space-in-parens)
(#2687) There should be no space after this paren. (space-in-parens)
(#2687) There should be no space before this paren. (space-in-parens)
(#2688) There should be no space after this paren. (space-in-parens)
(#2688) Operator '+' must be spaced. (space-infix-ops)
(#2688) There should be no space before this paren. (space-in-parens)
(#2692) There should be no space after this paren. (space-in-parens)
(#2692) There should be no space before this paren. (space-in-parens)
(#2693) There should be no space after this paren. (space-in-parens)
(#2693) There should be no space before this paren. (space-in-parens)
(#2694) There should be no space after this paren. (space-in-parens)
(#2694) There should be no space before this paren. (space-in-parens)
(#2697) There should be no space after this paren. (space-in-parens)
(#2697) There should be no space before this paren. (space-in-parens)
(#2698) There should be no space after this paren. (space-in-parens)
(#2698) Unexpected space before function parentheses. (space-before-function-paren)
(#2698) There should be no space after this paren. (space-in-parens)
(#2698) There should be no space before this paren. (space-in-parens)
(#2699) There should be no space after this paren. (space-in-parens)
(#2699) There should be no space after '{'. (object-curly-spacing)
(#2699) There should be no space before '}'. (object-curly-spacing)
(#2699) There should be no space before this paren. (space-in-parens)
(#2701) There should be no space after this paren. (space-in-parens)
(#2701) Operator '+' must be spaced. (space-infix-ops)
(#2701) There should be no space before this paren. (space-in-parens)
(#2702) There should be no space after this paren. (space-in-parens)
(#2702) Operator '+' must be spaced. (space-infix-ops)
(#2702) There should be no space before this paren. (space-in-parens)
(#2703) There should be no space before this paren. (space-in-parens)
(#2705) There should be no space after this paren. (space-in-parens)
(#2705) There should be no space before this paren. (space-in-parens)
(#2711) There should be no space after this paren. (space-in-parens)
(#2711) There should be no space before this paren. (space-in-parens)
(#2732) Unexpected space before function parentheses. (space-before-function-paren)
(#2732) There should be no space after this paren. (space-in-parens)
(#2732) There should be no space before this paren. (space-in-parens)
(#2733) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2734) Comments should not begin with a lowercase character. (capitalized-comments)
(#2736) Unexpected space before function parentheses. (space-before-function-paren)
(#2736) There should be no space after this paren. (space-in-parens)
(#2736) There should be no space before this paren. (space-in-parens)
(#2740) There should be no space after this paren. (space-in-parens)
(#2740) There should be no space before this paren. (space-in-parens)
(#2741) Multiple spaces found before '='. (no-multi-spaces)
(#2741) There should be no space after this paren. (space-in-parens)
(#2741) Multiple spaces found before ''draw''. (no-multi-spaces)
(#2741) There should be no space before this paren. (space-in-parens)
(#2742) Multiple spaces found before '='. (no-multi-spaces)
(#2742) There should be no space after this paren. (space-in-parens)
(#2742) Multiple spaces found before ''recordsTotal''. (no-multi-spaces)
(#2742) There should be no space before this paren. (space-in-parens)
(#2743) There should be no space after this paren. (space-in-parens)
(#2743) There should be no space before this paren. (space-in-parens)
(#2745) There should be no space after this paren. (space-in-parens)
(#2745) There should be no space before this paren. (space-in-parens)
(#2747) There should be no space after this paren. (space-in-parens)
(#2747) Operator '*' must be spaced. (space-infix-ops)
(#2747) There should be no space before this paren. (space-in-parens)
(#2753) There should be no space after this paren. (space-in-parens)
(#2753) There should be no space before this paren. (space-in-parens)
(#2754) Multiple spaces found before '='. (no-multi-spaces)
(#2757) There should be no space after this paren. (space-in-parens)
(#2757) Operator '=' must be spaced. (space-infix-ops)
(#2757) Operator '=' must be spaced. (space-infix-ops)
(#2757) Unexpected whitespace before semicolon. (semi-spacing)
(#2757) Operator '<' must be spaced. (space-infix-ops)
(#2757) Unexpected whitespace before semicolon. (semi-spacing)
(#2757) There should be no space before this paren. (space-in-parens)
(#2758) There should be no space after this paren. (space-in-parens)
(#2758) There should be no space before this paren. (space-in-parens)
(#2763) There should be no space after this paren. (space-in-parens)
(#2763) There should be no space before this paren. (space-in-parens)
(#2765) There should be no space after this paren. (space-in-parens)
(#2765) Unexpected space after unary operator '!'. (space-unary-ops)
(#2765) There should be no space before this paren. (space-in-parens)
(#2766) There should be no space after this paren. (space-in-parens)
(#2766) There should be no space before this paren. (space-in-parens)
(#2770) There should be no space after this paren. (space-in-parens)
(#2770) There should be no space before this paren. (space-in-parens)
(#2782) Unexpected space before function parentheses. (space-before-function-paren)
(#2782) There should be no space after this paren. (space-in-parens)
(#2782) There should be no space before this paren. (space-in-parens)
(#2783) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2784) There should be no space after this paren. (space-in-parens)
(#2784) There should be no space before this paren. (space-in-parens)
(#2790) There should be no space after this paren. (space-in-parens)
(#2790) There should be no space before this paren. (space-in-parens)
(#2795) There should be no space after this paren. (space-in-parens)
(#2795) There should be no space before this paren. (space-in-parens)
(#2795) There should be no space after this paren. (space-in-parens)
(#2795) There should be no space before this paren. (space-in-parens)
(#2805) Unexpected space before function parentheses. (space-before-function-paren)
(#2805) There should be no space after this paren. (space-in-parens)
(#2805) There should be no space before this paren. (space-in-parens)
(#2806) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2812) Operator '+' must be spaced. (space-infix-ops)
(#2812) Operator '+' must be spaced. (space-infix-ops)
(#2817) Operator '+' must be spaced. (space-infix-ops)
(#2820) Unexpected space after unary operator '!'. (space-unary-ops)
(#2820) Operator '+' must be spaced. (space-infix-ops)
(#2822) There should be no space before this paren. (space-in-parens)
(#2823) There should be no space after this paren. (space-in-parens)
(#2823) There should be no space before this paren. (space-in-parens)
(#2823) There should be no space after this paren. (space-in-parens)
(#2823) There should be no space before this paren. (space-in-parens)
(#2823) There should be no space before this paren. (space-in-parens)
(#2827) 'n' is assigned a value but never used. (no-unused-vars)
(#2828) Unexpected 'this'. (no-invalid-this)
(#2828) Unexpected 'this'. (no-invalid-this)
(#2828) Comments should not begin with a lowercase character. (capitalized-comments)
(#2831) There should be no space after this paren. (space-in-parens)
(#2831) There should be no space before this paren. (space-in-parens)
(#2832) There should be no space after this paren. (space-in-parens)
(#2835) There should be no space before ','. (comma-spacing)
(#2837) There should be no space before this paren. (space-in-parens)
(#2841) There should be no space after this paren. (space-in-parens)
(#2841) There should be no space before this paren. (space-in-parens)
(#2845) Do not nest ternary expressions. (no-nested-ternary)
(#2847) There should be no space after this paren. (space-in-parens)
(#2847) There should be no space before this paren. (space-in-parens)
(#2852) There should be no space after this paren. (space-in-parens)
(#2852) There should be no space before this paren. (space-in-parens)
(#2853) There should be no space after this paren. (space-in-parens)
(#2853) There should be no space before this paren. (space-in-parens)
(#2857) There should be no space after this paren. (space-in-parens)
(#2857) There should be no space before this paren. (space-in-parens)
(#2860) There should be no space after this paren. (space-in-parens)
(#2860) Expected to return a value at the end of function. (consistent-return)
(#2862) There should be no space after this paren. (space-in-parens)
(#2862) There should be no space before this paren. (space-in-parens)
(#2865) There should be no space before this paren. (space-in-parens)
(#2869) There should be no space after this paren. (space-in-parens)
(#2869) Unexpected space before function parentheses. (space-before-function-paren)
(#2869) There should be no space after this paren. (space-in-parens)
(#2869) There should be no space before this paren. (space-in-parens)
(#2870) There should be no space after this paren. (space-in-parens)
(#2870) There should be no space before this paren. (space-in-parens)
(#2874) There should be no space after this paren. (space-in-parens)
(#2874) There should be no space before this paren. (space-in-parens)
(#2875) There should be no space after this paren. (space-in-parens)
(#2875) There should be no space before this paren. (space-in-parens)
(#2877) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2878) There should be no space after this paren. (space-in-parens)
(#2878) There should be no space before this paren. (space-in-parens)
(#2878) Empty block statement. (no-empty)
(#2880) There should be no space before this paren. (space-in-parens)
(#2893) Unexpected space before function parentheses. (space-before-function-paren)
(#2893) There should be no space after this paren. (space-in-parens)
(#2893) There should be no space before this paren. (space-in-parens)
(#2894) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2897) Unexpected space before function parentheses. (space-before-function-paren)
(#2897) There should be no space after this paren. (space-in-parens)
(#2897) There should be no space before this paren. (space-in-parens)
(#2904) Unexpected space before function parentheses. (space-before-function-paren)
(#2904) There should be no space after this paren. (space-in-parens)
(#2904) There should be no space before this paren. (space-in-parens)
(#2911) There should be no space after this paren. (space-in-parens)
(#2911) There should be no space before this paren. (space-in-parens)
(#2914) There should be no space after this paren. (space-in-parens)
(#2914) There should be no space after this paren. (space-in-parens)
(#2914) There should be no space before this paren. (space-in-parens)
(#2914) There should be no space before this paren. (space-in-parens)
(#2915) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2917) There should be no space after this paren. (space-in-parens)
(#2917) There should be no space before this paren. (space-in-parens)
(#2918) There should be no space after this paren. (space-in-parens)
(#2918) There should be no space before this paren. (space-in-parens)
(#2921) There should be no space after this paren. (space-in-parens)
(#2921) Operator '=' must be spaced. (space-infix-ops)
(#2921) Unexpected whitespace before semicolon. (semi-spacing)
(#2921) Operator '<' must be spaced. (space-infix-ops)
(#2921) Unexpected whitespace before semicolon. (semi-spacing)
(#2921) There should be no space before this paren. (space-in-parens)
(#2922) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2923) There should be no space after this paren. (space-in-parens)
(#2924) There should be no space before this paren. (space-in-parens)
(#2928) There should be no space after this paren. (space-in-parens)
(#2928) There should be no space before this paren. (space-in-parens)
(#2929) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2931) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2932) There should be no space after this paren. (space-in-parens)
(#2932) There should be no space before this paren. (space-in-parens)
(#2937) There should be no space after this paren. (space-in-parens)
(#2937) There should be no space before this paren. (space-in-parens)
(#2946) There should be no space after this paren. (space-in-parens)
(#2946) There should be no space before this paren. (space-in-parens)
(#2947) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2952) There should be no space after this paren. (space-in-parens)
(#2952) Operator '=' must be spaced. (space-infix-ops)
(#2952) Operator '=' must be spaced. (space-infix-ops)
(#2952) Unexpected whitespace before semicolon. (semi-spacing)
(#2952) Operator '<' must be spaced. (space-infix-ops)
(#2952) Unexpected whitespace before semicolon. (semi-spacing)
(#2952) There should be no space before this paren. (space-in-parens)
(#2956) There should be no space after this paren. (space-in-parens)
(#2956) Operator '=' must be spaced. (space-infix-ops)
(#2956) Operator '=' must be spaced. (space-infix-ops)
(#2956) Unexpected whitespace before semicolon. (semi-spacing)
(#2956) Operator '<' must be spaced. (space-infix-ops)
(#2956) Unexpected whitespace before semicolon. (semi-spacing)
(#2956) There should be no space before this paren. (space-in-parens)
(#2957) There should be no space after '['. (computed-property-spacing)
(#2957) There should be no space before ']'. (computed-property-spacing)
(#2958) There should be no space after '['. (computed-property-spacing)
(#2958) There should be no space before ']'. (computed-property-spacing)
(#2960) There should be no space after this paren. (space-in-parens)
(#2960) There should be no space after this paren. (space-in-parens)
(#2960) There should be no space before this paren. (space-in-parens)
(#2960) There should be no space before this paren. (space-in-parens)
(#2961) There should be no space after this paren. (space-in-parens)
(#2961) There should be no space before this paren. (space-in-parens)
(#2968) There should be no space after this paren. (space-in-parens)
(#2968) There should be no space before this paren. (space-in-parens)
(#2983) Unexpected space before function parentheses. (space-before-function-paren)
(#2983) There should be no space after this paren. (space-in-parens)
(#2983) There should be no space before this paren. (space-in-parens)
(#2984) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#2985) There should be no space after this paren. (space-in-parens)
(#2985) There should be no space before this paren. (space-in-parens)
(#2991) There should be no space after this paren. (space-in-parens)
(#2991) There should be no space before this paren. (space-in-parens)
(#2993) There should be no space after this paren. (space-in-parens)
(#2993) Operator '=' must be spaced. (space-infix-ops)
(#2993) Operator '-' must be spaced. (space-infix-ops)
(#2993) Unexpected whitespace before semicolon. (semi-spacing)
(#2993) Operator '>=' must be spaced. (space-infix-ops)
(#2993) Unexpected whitespace before semicolon. (semi-spacing)
(#2993) There should be no space before this paren. (space-in-parens)
(#2994) There should be no space after '['. (computed-property-spacing)
(#2994) There should be no space before ']'. (computed-property-spacing)
(#2994) There should be no space after '['. (computed-property-spacing)
(#2994) There should be no space before ']'. (computed-property-spacing)
(#2996) There should be no space after this paren. (space-in-parens)
(#2996) Unexpected space after unary operator '!'. (space-unary-ops)
(#2996) There should be no space after this paren. (space-in-parens)
(#2996) There should be no space before this paren. (space-in-parens)
(#2996) There should be no space before this paren. (space-in-parens)
(#2997) There should be no space after this paren. (space-in-parens)
(#2997) There should be no space before this paren. (space-in-parens)
(#3013) There should be no space after this paren. (space-in-parens)
(#3013) There should be no space before this paren. (space-in-parens)
(#3014) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3015) There should be no space after this paren. (space-in-parens)
(#3015) There should be no space before this paren. (space-in-parens)
(#3021) There should be no space after this paren. (space-in-parens)
(#3021) There should be no space before this paren. (space-in-parens)
(#3026) There should be no space after this paren. (space-in-parens)
(#3026) There should be no space before this paren. (space-in-parens)
(#3029) There should be no space after this paren. (space-in-parens)
(#3029) There should be no space before this paren. (space-in-parens)
(#3031) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3034) There should be no space after this paren. (space-in-parens)
(#3047) There should be no space after this paren. (space-in-parens)
(#3047) Operator '=' must be spaced. (space-infix-ops)
(#3047) Operator '-' must be spaced. (space-infix-ops)
(#3047) Unexpected whitespace before semicolon. (semi-spacing)
(#3047) Operator '>=' must be spaced. (space-infix-ops)
(#3047) Unexpected whitespace before semicolon. (semi-spacing)
(#3047) There should be no space before this paren. (space-in-parens)
(#3048) There should be no space after this paren. (space-in-parens)
(#3048) Unexpected space after unary operator '!'. (space-unary-ops)
(#3048) There should be no space after this paren. (space-in-parens)
(#3048) There should be no space after '['. (computed-property-spacing)
(#3048) There should be no space before ']'. (computed-property-spacing)
(#3048) There should be no space before this paren. (space-in-parens)
(#3048) There should be no space before this paren. (space-in-parens)
(#3049) There should be no space after this paren. (space-in-parens)
(#3049) There should be no space before this paren. (space-in-parens)
(#3065) There should be no space after this paren. (space-in-parens)
(#3065) There should be no space before this paren. (space-in-parens)
(#3066) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3069) There should be no space after this paren. (space-in-parens)
(#3069) There should be no space before this paren. (space-in-parens)
(#3071) There should be no space after this paren. (space-in-parens)
(#3071) There should be no space before this paren. (space-in-parens)
(#3079) There should be no space after this paren. (space-in-parens)
(#3079) There should be no space after this paren. (space-in-parens)
(#3079) There should be no space before this paren. (space-in-parens)
(#3079) Unexpected space before function parentheses. (space-before-function-paren)
(#3079) There should be no space after this paren. (space-in-parens)
(#3079) There should be no space before this paren. (space-in-parens)
(#3080) There should be no space after this paren. (space-in-parens)
(#3080) There should be no space before this paren. (space-in-parens)
(#3081) There should be no space after this paren. (space-in-parens)
(#3081) There should be no space before this paren. (space-in-parens)
(#3086) There should be no space before this paren. (space-in-parens)
(#3088) Operator '+' must be spaced. (space-infix-ops)
(#3088) There should be no space after this paren. (space-in-parens)
(#3088) There should be no space before this paren. (space-in-parens)
(#3088) Operator '+' must be spaced. (space-infix-ops)
(#3091) There should be no space after this paren. (space-in-parens)
(#3091) There should be no space before this paren. (space-in-parens)
(#3101) Unexpected space before function parentheses. (space-before-function-paren)
(#3101) There should be no space after this paren. (space-in-parens)
(#3101) There should be no space before this paren. (space-in-parens)
(#3102) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3103) There should be no space after this paren. (space-in-parens)
(#3103) There should be no space before this paren. (space-in-parens)
(#3107) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3108) Identifier '__filter_div' is not in camel case. (camelcase)
(#3109) Identifier '__filter_div_textContent' is not in camel case. (camelcase)
(#3109) Identifier '__filter_div' is not in camel case. (camelcase)
(#3112) Unexpected space before function parentheses. (space-before-function-paren)
(#3112) There should be no space after this paren. (space-in-parens)
(#3112) There should be no space before this paren. (space-in-parens)
(#3113) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3120) There should be no space after this paren. (space-in-parens)
(#3120) Operator '=' must be spaced. (space-infix-ops)
(#3120) Operator '=' must be spaced. (space-infix-ops)
(#3120) Unexpected whitespace before semicolon. (semi-spacing)
(#3120) Operator '<' must be spaced. (space-infix-ops)
(#3120) Unexpected whitespace before semicolon. (semi-spacing)
(#3120) There should be no space before this paren. (space-in-parens)
(#3123) There should be no space after this paren. (space-in-parens)
(#3123) Unexpected space after unary operator '!'. (space-unary-ops)
(#3123) There should be no space before this paren. (space-in-parens)
(#3126) There should be no space after this paren. (space-in-parens)
(#3126) Operator '=' must be spaced. (space-infix-ops)
(#3126) Operator '=' must be spaced. (space-infix-ops)
(#3126) Unexpected whitespace before semicolon. (semi-spacing)
(#3126) Operator '<' must be spaced. (space-infix-ops)
(#3126) Unexpected whitespace before semicolon. (semi-spacing)
(#3126) There should be no space before this paren. (space-in-parens)
(#3129) There should be no space after this paren. (space-in-parens)
(#3129) There should be no space before this paren. (space-in-parens)
(#3130) There should be no space after this paren. (space-in-parens)
(#3130) There should be no space before this paren. (space-in-parens)
(#3132) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#3132) There should be no space after this paren. (space-in-parens)
(#3132) There should be no space after '['. (computed-property-spacing)
(#3132) There should be no space before ']'. (computed-property-spacing)
(#3132) There should be no space before this paren. (space-in-parens)
(#3133) There should be no space after '['. (computed-property-spacing)
(#3133) There should be no space before ']'. (computed-property-spacing)
(#3133) There should be no space after this paren. (space-in-parens)
(#3133) There should be no space before this paren. (space-in-parens)
(#3138) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#3138) There should be no space after this paren. (space-in-parens)
(#3138) There should be no space before this paren. (space-in-parens)
(#3142) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#3142) There should be no space after this paren. (space-in-parens)
(#3142) There should be no space before this paren. (space-in-parens)
(#3145) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3154) There should be no space after this paren. (space-in-parens)
(#3154) There should be no space before this paren. (space-in-parens)
(#3155) Identifier '__filter_div' is not in camel case. (camelcase)
(#3156) Identifier '__filter_div_textContent' is not in camel case. (camelcase)
(#3157) Identifier '__filter_div' is not in camel case. (camelcase)
(#3158) Identifier '__filter_div' is not in camel case. (camelcase)
(#3161) There should be no space after this paren. (space-in-parens)
(#3161) There should be no space before this paren. (space-in-parens)
(#3165) There should be no space after this paren. (space-in-parens)
(#3165) There should be no space before this paren. (space-in-parens)
(#3185) Unexpected space before function parentheses. (space-before-function-paren)
(#3185) There should be no space after this paren. (space-in-parens)
(#3185) There should be no space before this paren. (space-in-parens)
(#3186) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3196) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3204) Unexpected space before function parentheses. (space-before-function-paren)
(#3204) There should be no space after this paren. (space-in-parens)
(#3204) There should be no space before this paren. (space-in-parens)
(#3205) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3220) Unexpected space before function parentheses. (space-before-function-paren)
(#3220) There should be no space after this paren. (space-in-parens)
(#3220) There should be no space before this paren. (space-in-parens)
(#3221) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3227) Unexpected space after unary operator '!'. (space-unary-ops)
(#3227) Operator '+' must be spaced. (space-infix-ops)
(#3228) There should be no space before this paren. (space-in-parens)
(#3230) There should be no space after this paren. (space-in-parens)
(#3230) Unexpected space after unary operator '!'. (space-unary-ops)
(#3230) There should be no space before this paren. (space-in-parens)
(#3232) There should be no space after this paren. (space-in-parens)
(#3235) There should be no space before this paren. (space-in-parens)
(#3238) There should be no space after this paren. (space-in-parens)
(#3238) There should be no space before this paren. (space-in-parens)
(#3239) There should be no space after this paren. (space-in-parens)
(#3239) There should be no space before this paren. (space-in-parens)
(#3242) There should be no space after this paren. (space-in-parens)
(#3242) Operator '+' must be spaced. (space-infix-ops)
(#3242) There should be no space before this paren. (space-in-parens)
(#3254) Unexpected space before function parentheses. (space-before-function-paren)
(#3254) There should be no space after this paren. (space-in-parens)
(#3254) There should be no space before this paren. (space-in-parens)
(#3255) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3258) There should be no space after this paren. (space-in-parens)
(#3258) There should be no space before this paren. (space-in-parens)
(#3263) Multiple spaces found before '='. (no-multi-spaces)
(#3264) Operator '+' must be spaced. (space-infix-ops)
(#3265) Multiple spaces found before '='. (no-multi-spaces)
(#3266) Multiple spaces found before '='. (no-multi-spaces)
(#3268) Multiple spaces found before '='. (no-multi-spaces)
(#3272) There should be no space after this paren. (space-in-parens)
(#3272) There should be no space before this paren. (space-in-parens)
(#3279) There should be no space after this paren. (space-in-parens)
(#3279) There should be no space before this paren. (space-in-parens)
(#3282) There should be no space after this paren. (space-in-parens)
(#3282) There should be no space before this paren. (space-in-parens)
(#3283) There should be no space after this paren. (space-in-parens)
(#3288) There should be no space after this paren. (space-in-parens)
(#3288) There should be no space before this paren. (space-in-parens)
(#3292) Unexpected space before function parentheses. (space-before-function-paren)
(#3292) There should be no space after this paren. (space-in-parens)
(#3292) There should be no space before this paren. (space-in-parens)
(#3293) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3297) Multiple spaces found before '='. (no-multi-spaces)
(#3298) Multiple spaces found before '='. (no-multi-spaces)
(#3298) Operator '+' must be spaced. (space-infix-ops)
(#3299) Multiple spaces found before '='. (no-multi-spaces)
(#3300) Multiple spaces found before '='. (no-multi-spaces)
(#3301) Multiple spaces found before '='. (no-multi-spaces)
(#3304) There should be no space after this paren. (space-in-parens)
(#3304) There should be no space before this paren. (space-in-parens)
(#3304) There should be no space before this paren. (space-in-parens)
(#3305) Multiple spaces found before 'formatter'. (no-multi-spaces)
(#3305) There should be no space after this paren. (space-in-parens)
(#3305) There should be no space before this paren. (space-in-parens)
(#3305) There should be no space before this paren. (space-in-parens)
(#3306) Multiple spaces found before 'formatter'. (no-multi-spaces)
(#3306) There should be no space after this paren. (space-in-parens)
(#3306) There should be no space before this paren. (space-in-parens)
(#3306) There should be no space before this paren. (space-in-parens)
(#3307) There should be no space after this paren. (space-in-parens)
(#3307) There should be no space before this paren. (space-in-parens)
(#3307) There should be no space before this paren. (space-in-parens)
(#3308) Multiple spaces found before 'formatter'. (no-multi-spaces)
(#3308) There should be no space after this paren. (space-in-parens)
(#3308) There should be no space after this paren. (space-in-parens)
(#3308) There should be no space before this paren. (space-in-parens)
(#3308) There should be no space before this paren. (space-in-parens)
(#3308) There should be no space before this paren. (space-in-parens)
(#3309) There should be no space after this paren. (space-in-parens)
(#3309) There should be no space after this paren. (space-in-parens)
(#3309) There should be no space before this paren. (space-in-parens)
(#3309) There should be no space before this paren. (space-in-parens)
(#3309) There should be no space before this paren. (space-in-parens)
(#3313) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3319) Unexpected space before function parentheses. (space-before-function-paren)
(#3319) There should be no space after this paren. (space-in-parens)
(#3319) There should be no space before this paren. (space-in-parens)
(#3320) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3321) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3321) Operator '=' must be spaced. (space-infix-ops)
(#3322) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3324) Comments should not begin with a lowercase character. (capitalized-comments)
(#3327) There should be no space after this paren. (space-in-parens)
(#3327) Unexpected space after unary operator '!'. (space-unary-ops)
(#3327) There should be no space before this paren. (space-in-parens)
(#3328) There should be no space after this paren. (space-in-parens)
(#3328) Statement inside of curly braces should be on next line. (brace-style)
(#3328) Missing space before opening brace. (space-before-blocks)
(#3328) There should be no space after this paren. (space-in-parens)
(#3328) There should be no space before this paren. (space-in-parens)
(#3328) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3328) There should be no space before this paren. (space-in-parens)
(#3333) There should be no space after this paren. (space-in-parens)
(#3333) There should be no space before this paren. (space-in-parens)
(#3336) There should be no space after this paren. (space-in-parens)
(#3336) There should be no space before this paren. (space-in-parens)
(#3337) There should be no space after this paren. (space-in-parens)
(#3337) There should be no space before this paren. (space-in-parens)
(#3338) There should be no space after this paren. (space-in-parens)
(#3338) There should be no space before this paren. (space-in-parens)
(#3341) There should be no space after this paren. (space-in-parens)
(#3341) There should be no space before this paren. (space-in-parens)
(#3344) There should be no space after this paren. (space-in-parens)
(#3344) There should be no space before this paren. (space-in-parens)
(#3345) There should be no space after this paren. (space-in-parens)
(#3345) There should be no space before this paren. (space-in-parens)
(#3348) There should be no space after this paren. (space-in-parens)
(#3348) Operator '=' must be spaced. (space-infix-ops)
(#3348) Operator '=' must be spaced. (space-infix-ops)
(#3348) Unexpected whitespace before semicolon. (semi-spacing)
(#3348) Operator '<' must be spaced. (space-infix-ops)
(#3348) Unexpected whitespace before semicolon. (semi-spacing)
(#3348) There should be no space before this paren. (space-in-parens)
(#3351) There should be no space after this paren. (space-in-parens)
(#3351) There should be no space before this paren. (space-in-parens)
(#3352) There should be no space after this paren. (space-in-parens)
(#3352) There should be no space before this paren. (space-in-parens)
(#3356) There should be no space after this paren. (space-in-parens)
(#3356) There should be no space before this paren. (space-in-parens)
(#3362) There should be no space after this paren. (space-in-parens)
(#3362) There should be no space before this paren. (space-in-parens)
(#3365) There should be no space after this paren. (space-in-parens)
(#3365) There should be no space before this paren. (space-in-parens)
(#3366) There should be no space after this paren. (space-in-parens)
(#3366) There should be no space before this paren. (space-in-parens)
(#3367) Comments should not begin with a lowercase character. (capitalized-comments)
(#3368) There should be no space after this paren. (space-in-parens)
(#3368) There should be no space before this paren. (space-in-parens)
(#3369) There should be no space after this paren. (space-in-parens)
(#3370) There should be no space after this paren. (space-in-parens)
(#3370) There should be no space before this paren. (space-in-parens)
(#3373) There should be no space after this paren. (space-in-parens)
(#3373) Operator '=' must be spaced. (space-infix-ops)
(#3373) Unexpected whitespace before semicolon. (semi-spacing)
(#3373) Operator '<' must be spaced. (space-infix-ops)
(#3373) Unexpected whitespace before semicolon. (semi-spacing)
(#3373) There should be no space before this paren. (space-in-parens)
(#3374) There should be no space after this paren. (space-in-parens)
(#3374) There should be no space before this paren. (space-in-parens)
(#3382) There should be no space after this paren. (space-in-parens)
(#3382) There should be no space before this paren. (space-in-parens)
(#3384) There should be no space after this paren. (space-in-parens)
(#3384) There should be no space before this paren. (space-in-parens)
(#3385) There should be no space after this paren. (space-in-parens)
(#3385) There should be no space before this paren. (space-in-parens)
(#3386) There should be no space before this paren. (space-in-parens)
(#3387) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3389) There should be no space after this paren. (space-in-parens)
(#3389) There should be no space before this paren. (space-in-parens)
(#3390) There should be no space after this paren. (space-in-parens)
(#3390) There should be no space before this paren. (space-in-parens)
(#3403) Unexpected space before function parentheses. (space-before-function-paren)
(#3403) There should be no space after this paren. (space-in-parens)
(#3403) There should be no space before this paren. (space-in-parens)
(#3404) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3409) There should be no space after this paren. (space-in-parens)
(#3409) There should be no space before this paren. (space-in-parens)
(#3410) There should be no space after this paren. (space-in-parens)
(#3410) There should be no space before this paren. (space-in-parens)
(#3413) There should be no space after this paren. (space-in-parens)
(#3413) There should be no space before this paren. (space-in-parens)
(#3417) Unexpected space before function parentheses. (space-before-function-paren)
(#3417) There should be no space after this paren. (space-in-parens)
(#3417) There should be no space before this paren. (space-in-parens)
(#3418) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3419) There should be no space after this paren. (space-in-parens)
(#3419) There should be no space before this paren. (space-in-parens)
(#3422) There should be no space after this paren. (space-in-parens)
(#3422) There should be no space before this paren. (space-in-parens)
(#3425) There should be no space after this paren. (space-in-parens)
(#3425) There should be no space before this paren. (space-in-parens)
(#3435) Unexpected space before function parentheses. (space-before-function-paren)
(#3435) There should be no space after this paren. (space-in-parens)
(#3435) There should be no space before this paren. (space-in-parens)
(#3436) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3438) Multiple spaces found before '='. (no-multi-spaces)
(#3439) Multiple spaces found before '='. (no-multi-spaces)
(#3440) Multiple spaces found before '='. (no-multi-spaces)
(#3441) Multiple spaces found before '='. (no-multi-spaces)
(#3441) There should be no space after this paren. (space-in-parens)
(#3441) There should be no space before this paren. (space-in-parens)
(#3442) Multiple spaces found before '='. (no-multi-spaces)
(#3446) Operator '+' must be spaced. (space-infix-ops)
(#3449) There should be no space before this paren. (space-in-parens)
(#3451) There should be no space after this paren. (space-in-parens)
(#3451) Operator '=' must be spaced. (space-infix-ops)
(#3451) Operator '=' must be spaced. (space-infix-ops)
(#3451) Unexpected whitespace before semicolon. (semi-spacing)
(#3451) Operator '<' must be spaced. (space-infix-ops)
(#3451) Unexpected whitespace before semicolon. (semi-spacing)
(#3451) There should be no space before this paren. (space-in-parens)
(#3452) There should be no space after '['. (computed-property-spacing)
(#3452) There should be no space before ']'. (computed-property-spacing)
(#3452) There should be no space after this paren. (space-in-parens)
(#3452) There should be no space before this paren. (space-in-parens)
(#3455) There should be no space after this paren. (space-in-parens)
(#3455) There should be no space before this paren. (space-in-parens)
(#3456) There should be no space after this paren. (space-in-parens)
(#3456) Unexpected space after unary operator '!'. (space-unary-ops)
(#3456) There should be no space before this paren. (space-in-parens)
(#3457) Operator '+' must be spaced. (space-infix-ops)
(#3461) There should be no space after this paren. (space-in-parens)
(#3461) There should be no space before this paren. (space-in-parens)
(#3467) There should be no space after this paren. (space-in-parens)
(#3467) There should be no space before this paren. (space-in-parens)
(#3468) There should be no space after this paren. (space-in-parens)
(#3468) 'e' is defined but never used. (no-unused-vars)
(#3469) There should be no space after this paren. (space-in-parens)
(#3469) Unexpected 'this'. (no-invalid-this)
(#3469) There should be no space before this paren. (space-in-parens)
(#3470) There should be no space after this paren. (space-in-parens)
(#3470) There should be no space before this paren. (space-in-parens)
(#3471) There should be no space before this paren. (space-in-parens)
(#3474) There should be no space after this paren. (space-in-parens)
(#3474) Unexpected space before function parentheses. (space-before-function-paren)
(#3475) There should be no space after this paren. (space-in-parens)
(#3475) There should be no space before this paren. (space-in-parens)
(#3476) There should be no space after this paren. (space-in-parens)
(#3476) There should be no space before this paren. (space-in-parens)
(#3478) There should be no space before this paren. (space-in-parens)
(#3484) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3496) Unexpected space before function parentheses. (space-before-function-paren)
(#3496) There should be no space after this paren. (space-in-parens)
(#3496) There should be no space before this paren. (space-in-parens)
(#3497) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3499) Multiple spaces found before '='. (no-multi-spaces)
(#3500) There should be no space after '['. (computed-property-spacing)
(#3500) There should be no space before ']'. (computed-property-spacing)
(#3502) There should be no space after this paren. (space-in-parens)
(#3502) There should be no space before this paren. (space-in-parens)
(#3503) There should be no space after this paren. (space-in-parens)
(#3503) There should be no space before this paren. (space-in-parens)
(#3505) There should be no space after this paren. (space-in-parens)
(#3505) There should be no space before this paren. (space-in-parens)
(#3508) There should be no space after this paren. (space-in-parens)
(#3508) Unexpected space after unary operator '!'. (space-unary-ops)
(#3508) There should be no space before this paren. (space-in-parens)
(#3509) There should be no space after this paren. (space-in-parens)
(#3509) There should be no space before this paren. (space-in-parens)
(#3513) There should be no space after this paren. (space-in-parens)
(#3513) Unexpected space after unary operator '!'. (space-unary-ops)
(#3513) There should be no space before this paren. (space-in-parens)
(#3514) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3515) Operator '+' must be spaced. (space-infix-ops)
(#3517) There should be no space after this paren. (space-in-parens)
(#3518) There should be no space after this paren. (space-in-parens)
(#3518) There should be no space before this paren. (space-in-parens)
(#3519) There should be no space after this paren. (space-in-parens)
(#3519) There should be no space before this paren. (space-in-parens)
(#3521) Multiple spaces found before '='. (no-multi-spaces)
(#3522) Multiple spaces found before '='. (no-multi-spaces)
(#3524) Multiple spaces found before '='. (no-multi-spaces)
(#3525) There should be no space after this paren. (space-in-parens)
(#3525) There should be no space before this paren. (space-in-parens)
(#3526) There should be no space after this paren. (space-in-parens)
(#3526) There should be no space before this paren. (space-in-parens)
(#3530) There should be no space after this paren. (space-in-parens)
(#3530) Operator '=' must be spaced. (space-infix-ops)
(#3530) Operator '=' must be spaced. (space-infix-ops)
(#3530) Unexpected whitespace before semicolon. (semi-spacing)
(#3530) Operator '<' must be spaced. (space-infix-ops)
(#3530) Unexpected whitespace before semicolon. (semi-spacing)
(#3530) There should be no space before this paren. (space-in-parens)
(#3531) There should be no space after this paren. (space-in-parens)
(#3531) There should be no space before this paren. (space-in-parens)
(#3535) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3537) There should be no space after this paren. (space-in-parens)
(#3537) There should be no space before this paren. (space-in-parens)
(#3541) There should be no space before this paren. (space-in-parens)
(#3557) Unexpected space before function parentheses. (space-before-function-paren)
(#3557) There should be no space after this paren. (space-in-parens)
(#3557) There should be no space before this paren. (space-in-parens)
(#3558) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3560) Multiple spaces found before '='. (no-multi-spaces)
(#3561) Multiple spaces found before '='. (no-multi-spaces)
(#3562) Multiple spaces found before '='. (no-multi-spaces)
(#3564) There should be no space after this paren. (space-in-parens)
(#3564) There should be no space before this paren. (space-in-parens)
(#3565) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3567) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3568) There should be no space after this paren. (space-in-parens)
(#3568) There should be no space before this paren. (space-in-parens)
(#3569) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3572) There should be no space after this paren. (space-in-parens)
(#3572) There should be no space before this paren. (space-in-parens)
(#3573) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3576) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3577) There should be no space after this paren. (space-in-parens)
(#3577) There should be no space before this paren. (space-in-parens)
(#3578) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3580) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3581) There should be no space after this paren. (space-in-parens)
(#3581) There should be no space before this paren. (space-in-parens)
(#3582) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3587) There should be no space after this paren. (space-in-parens)
(#3587) There should be no space before this paren. (space-in-parens)
(#3588) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3591) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3592) There should be no space after this paren. (space-in-parens)
(#3592) There should be no space before this paren. (space-in-parens)
(#3593) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3594) There should be no space after this paren. (space-in-parens)
(#3594) There should be no space before this paren. (space-in-parens)
(#3595) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3598) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3599) There should be no space after this paren. (space-in-parens)
(#3599) There should be no space before this paren. (space-in-parens)
(#3600) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3601) There should be no space after this paren. (space-in-parens)
(#3601) Operator '-' must be spaced. (space-infix-ops)
(#3602) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3604) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3605) There should be no space after this paren. (space-in-parens)
(#3605) Operator '+' must be spaced. (space-infix-ops)
(#3605) There should be no space before this paren. (space-in-parens)
(#3611) There should be no space after this paren. (space-in-parens)
(#3611) There should be no space before this paren. (space-in-parens)
(#3612) There should be no space after this paren. (space-in-parens)
(#3612) There should be no space before this paren. (space-in-parens)
(#3614) There should be no space after this paren. (space-in-parens)
(#3614) There should be no space before this paren. (space-in-parens)
(#3615) There should be no space after this paren. (space-in-parens)
(#3615) There should be no space before this paren. (space-in-parens)
(#3623) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3630) Unexpected space before function parentheses. (space-before-function-paren)
(#3630) There should be no space after this paren. (space-in-parens)
(#3630) There should be no space before this paren. (space-in-parens)
(#3631) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3633) Unexpected space after unary operator '!'. (space-unary-ops)
(#3633) Operator '+' must be spaced. (space-infix-ops)
(#3635) There should be no space before this paren. (space-in-parens)
(#3636) There should be no space after this paren. (space-in-parens)
(#3636) There should be no space before this paren. (space-in-parens)
(#3637) There should be no space after this paren. (space-in-parens)
(#3637) There should be no space before this paren. (space-in-parens)
(#3647) Unexpected space before function parentheses. (space-before-function-paren)
(#3647) There should be no space after this paren. (space-in-parens)
(#3647) There should be no space before this paren. (space-in-parens)
(#3648) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3649) There should be no space after this paren. (space-in-parens)
(#3649) There should be no space before this paren. (space-in-parens)
(#3650) There should be no space after this paren. (space-in-parens)
(#3650) There should be no space before this paren. (space-in-parens)
(#3653) There should be no space after this paren. (space-in-parens)
(#3653) There should be no space before this paren. (space-in-parens)
(#3662) Unexpected space before function parentheses. (space-before-function-paren)
(#3662) There should be no space after this paren. (space-in-parens)
(#3662) There should be no space before this paren. (space-in-parens)
(#3663) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3667) There should be no space after this paren. (space-in-parens)
(#3667) There should be no space before this paren. (space-in-parens)
(#3672) There should be no space after this paren. (space-in-parens)
(#3672) There should be no space before this paren. (space-in-parens)
(#3681) There should be no space after this paren. (space-in-parens)
(#3681) There should be no space before this paren. (space-in-parens)
(#3682) There should be no space after this paren. (space-in-parens)
(#3682) There should be no space before this paren. (space-in-parens)
(#3685) Unexpected space before function parentheses. (space-before-function-paren)
(#3685) There should be no space after this paren. (space-in-parens)
(#3685) There should be no space before this paren. (space-in-parens)
(#3686) There should be no space after this paren. (space-in-parens)
(#3686) There should be no space before this paren. (space-in-parens)
(#3696) There should be no space after this paren. (space-in-parens)
(#3696) There should be no space before this paren. (space-in-parens)
(#3700) There should be no space after this paren. (space-in-parens)
(#3700) Unexpected space after unary operator '!'. (space-unary-ops)
(#3700) There should be no space before this paren. (space-in-parens)
(#3720) There should be no space after this paren. (space-in-parens)
(#3720) There should be no space after '{'. (object-curly-spacing)
(#3720) There should be no space before '}'. (object-curly-spacing)
(#3720) There should be no space before this paren. (space-in-parens)
(#3722) There should be no space after '{'. (object-curly-spacing)
(#3722) There should be no space before '}'. (object-curly-spacing)
(#3722) There should be no space before this paren. (space-in-parens)
(#3723) There should be no space after this paren. (space-in-parens)
(#3728) There should be no space before this paren. (space-in-parens)
(#3730) There should be no space after '{'. (object-curly-spacing)
(#3730) There should be no space before '}'. (object-curly-spacing)
(#3730) There should be no space before this paren. (space-in-parens)
(#3731) There should be no space after this paren. (space-in-parens)
(#3734) There should be no space before this paren. (space-in-parens)
(#3738) There should be no space after this paren. (space-in-parens)
(#3738) There should be no space before this paren. (space-in-parens)
(#3739) There should be no space after this paren. (space-in-parens)
(#3739) There should be no space before this paren. (space-in-parens)
(#3747) There should be no space after '{'. (object-curly-spacing)
(#3747) There should be no space before '}'. (object-curly-spacing)
(#3747) There should be no space before this paren. (space-in-parens)
(#3748) There should be no space after this paren. (space-in-parens)
(#3751) There should be no space after this paren. (space-in-parens)
(#3751) There should be no space before this paren. (space-in-parens)
(#3752) There should be no space before this paren. (space-in-parens)
(#3753) There should be no space after this paren. (space-in-parens)
(#3753) There should be no space before this paren. (space-in-parens)
(#3756) There should be no space after this paren. (space-in-parens)
(#3756) There should be no space before this paren. (space-in-parens)
(#3758) There should be no space after '{'. (object-curly-spacing)
(#3758) There should be no space before '}'. (object-curly-spacing)
(#3758) There should be no space before this paren. (space-in-parens)
(#3759) There should be no space after this paren. (space-in-parens)
(#3763) There should be no space before this paren. (space-in-parens)
(#3765) There should be no space after '{'. (object-curly-spacing)
(#3765) There should be no space before '}'. (object-curly-spacing)
(#3765) There should be no space before this paren. (space-in-parens)
(#3769) There should be no space after this paren. (space-in-parens)
(#3769) There should be no space before this paren. (space-in-parens)
(#3770) There should be no space after this paren. (space-in-parens)
(#3770) There should be no space before this paren. (space-in-parens)
(#3785) There should be no space after this paren. (space-in-parens)
(#3785) There should be no space before this paren. (space-in-parens)
(#3786) There should be no space after this paren. (space-in-parens)
(#3786) Unexpected space before function parentheses. (space-before-function-paren)
(#3786) 'e' is defined but never used. (no-unused-vars)
(#3787) Unexpected 'this'. (no-invalid-this)
(#3791) There should be no space after this paren. (space-in-parens)
(#3791) There should be no space before this paren. (space-in-parens)
(#3794) There should be no space before this paren. (space-in-parens)
(#3807) There should be no space after this paren. (space-in-parens)
(#3810) There should be no space before this paren. (space-in-parens)
(#3816) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#3831) Function '_fnScrollDraw' has a complexity of 31. Maximum allowed is 20. (complexity)
(#3831) Unexpected space before function parentheses. (space-before-function-paren)
(#3831) There should be no space after this paren. (space-in-parens)
(#3831) There should be no space before this paren. (space-in-parens)
(#3832) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3836) Multiple spaces found before '='. (no-multi-spaces)
(#3837) Multiple spaces found before '='. (no-multi-spaces)
(#3838) Multiple spaces found before '='. (no-multi-spaces)
(#3839) Multiple spaces found before '='. (no-multi-spaces)
(#3840) Multiple spaces found before '='. (no-multi-spaces)
(#3841) Multiple spaces found before '='. (no-multi-spaces)
(#3846) Multiple spaces found before '='. (no-multi-spaces)
(#3847) Multiple spaces found before '='. (no-multi-spaces)
(#3848) Multiple spaces found before '='. (no-multi-spaces)
(#3849) Multiple spaces found before '='. (no-multi-spaces)
(#3852) Multiple spaces found before '='. (no-multi-spaces)
(#3853) Multiple spaces found before '='. (no-multi-spaces)
(#3854) Multiple spaces found before '='. (no-multi-spaces)
(#3855) Multiple spaces found before '='. (no-multi-spaces)
(#3856) Multiple spaces found before '='. (no-multi-spaces)
(#3857) Multiple spaces found before '='. (no-multi-spaces)
(#3858) Multiple spaces found before '='. (no-multi-spaces)
(#3862) Operator '=' must be spaced. (space-infix-ops)
(#3862) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3862) Operator '=' must be spaced. (space-infix-ops)
(#3863) Operator '=' must be spaced. (space-infix-ops)
(#3882) There should be no space after this paren. (space-in-parens)
(#3882) There should be no space before this paren. (space-in-parens)
(#3883) Comments should not begin with a lowercase character. (capitalized-comments)
(#3887) There should be no space after this paren. (space-in-parens)
(#3887) There should be no space before this paren. (space-in-parens)
(#3888) There should be no space after this paren. (space-in-parens)
(#3888) There should be no space before this paren. (space-in-parens)
(#3889) Comments should not begin with a lowercase character. (capitalized-comments)
(#3901) There should be no space after this paren. (space-in-parens)
(#3901) Unexpected space after unary operator '!'. (space-unary-ops)
(#3901) There should be no space before this paren. (space-in-parens)
(#3902) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3907) There should be no space after this paren. (space-in-parens)
(#3907) There should be no space after this paren. (space-in-parens)
(#3907) There should be no space before this paren. (space-in-parens)
(#3907) Unexpected space before function parentheses. (space-before-function-paren)
(#3907) There should be no space after this paren. (space-in-parens)
(#3907) There should be no space before this paren. (space-in-parens)
(#3908) There should be no space after this paren. (space-in-parens)
(#3908) There should be no space before this paren. (space-in-parens)
(#3910) There should be no space before this paren. (space-in-parens)
(#3912) There should be no space after this paren. (space-in-parens)
(#3912) There should be no space before this paren. (space-in-parens)
(#3913) There should be no space after this paren. (space-in-parens)
(#3915) There should be no space before this paren. (space-in-parens)
(#3920) There should be no space after this paren. (space-in-parens)
(#3920) There should be no space before this paren. (space-in-parens)
(#3927) There should be no space after this paren. (space-in-parens)
(#3930) There should be no space after this paren. (space-in-parens)
(#3935) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#3936) There should be no space after this paren. (space-in-parens)
(#3936) There should be no space before this paren. (space-in-parens)
(#3937) Comments should not begin with a lowercase character. (capitalized-comments)
(#3948) There should be no space after this paren. (space-in-parens)
(#3948) There should be no space before this paren. (space-in-parens)
(#3951) There should be no space after this paren. (space-in-parens)
(#3952) There should be no space after this paren. (space-in-parens)
(#3952) There should be no space before this paren. (space-in-parens)
(#3953) There should be no space after this paren. (space-in-parens)
(#3953) There should be no space after this paren. (space-in-parens)
(#3953) There should be no space before this paren. (space-in-parens)
(#3953) There should be no space before this paren. (space-in-parens)
(#3954) There should be no space before this paren. (space-in-parens)
(#3957) There should be no space after this paren. (space-in-parens)
(#3959) There should be no space before this paren. (space-in-parens)
(#3964) There should be no space after this paren. (space-in-parens)
(#3964) There should be no space before this paren. (space-in-parens)
(#3965) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3966) There should be no space after this paren. (space-in-parens)
(#3966) There should be no space before this paren. (space-in-parens)
(#3968) There should be no space after this paren. (space-in-parens)
(#3969) There should be no space after this paren. (space-in-parens)
(#3969) There should be no space after this paren. (space-in-parens)
(#3969) There should be no space before this paren. (space-in-parens)
(#3969) There should be no space before this paren. (space-in-parens)
(#3970) There should be no space before this paren. (space-in-parens)
(#3972) There should be no space after this paren. (space-in-parens)
(#3974) There should be no space before this paren. (space-in-parens)
(#3988) There should be no space after this paren. (space-in-parens)
(#3989) Operator '+' must be spaced. (space-infix-ops)
(#3989) Operator '+' must be spaced. (space-infix-ops)
(#3991) There should be no space before this paren. (space-in-parens)
(#3993) There should be no space after this paren. (space-in-parens)
(#3993) There should be no space before this paren. (space-in-parens)
(#3994) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#3995) There should be no space after this paren. (space-in-parens)
(#3998) There should be no space before this paren. (space-in-parens)
(#4003) There should be no space after this paren. (space-in-parens)
(#4003) There should be no space before this paren. (space-in-parens)
(#4004) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4008) Operator '+' must be spaced. (space-infix-ops)
(#4012) There should be no space after this paren. (space-in-parens)
(#4015) There should be no space after this paren. (space-in-parens)
(#4015) Operator '-' must be spaced. (space-infix-ops)
(#4015) There should be no space before this paren. (space-in-parens)
(#4019) There should be no space after this paren. (space-in-parens)
(#4019) There should be no space before this paren. (space-in-parens)
(#4020) There should be no space after this paren. (space-in-parens)
(#4020) There should be no space before this paren. (space-in-parens)
(#4022) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4024) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4029) There should be no space after this paren. (space-in-parens)
(#4029) There should be no space before this paren. (space-in-parens)
(#4030) There should be no space after this paren. (space-in-parens)
(#4030) There should be no space before this paren. (space-in-parens)
(#4032) There should be no space after this paren. (space-in-parens)
(#4032) There should be no space before this paren. (space-in-parens)
(#4033) There should be no space after this paren. (space-in-parens)
(#4033) There should be no space before this paren. (space-in-parens)
(#4040) There should be no space after this paren. (space-in-parens)
(#4040) Unexpected space after unary operator '!'. (space-unary-ops)
(#4040) There should be no space before this paren. (space-in-parens)
(#4045) There should be no space after this paren. (space-in-parens)
(#4045) There should be no space before this paren. (space-in-parens)
(#4046) There should be no space after this paren. (space-in-parens)
(#4046) Operator '+' must be spaced. (space-infix-ops)
(#4046) There should be no space before this paren. (space-in-parens)
(#4052) There should be no space after this paren. (space-in-parens)
(#4052) There should be no space before this paren. (space-in-parens)
(#4053) There should be no space after this paren. (space-in-parens)
(#4053) There should be no space before this paren. (space-in-parens)
(#4058) There should be no space before this paren. (space-in-parens)
(#4059) There should be no space after '['. (computed-property-spacing)
(#4059) There should be no space before ']'. (computed-property-spacing)
(#4059) Operator '+' must be spaced. (space-infix-ops)
(#4061) There should be no space after this paren. (space-in-parens)
(#4061) There should be no space before this paren. (space-in-parens)
(#4062) There should be no space after this paren. (space-in-parens)
(#4062) There should be no space before this paren. (space-in-parens)
(#4063) There should be no space after this paren. (space-in-parens)
(#4063) There should be no space before this paren. (space-in-parens)
(#4064) Operator '+' must be spaced. (space-infix-ops)
(#4072) There should be no space after this paren. (space-in-parens)
(#4072) Unexpected space after unary operator '!'. (space-unary-ops)
(#4072) There should be no space before this paren. (space-in-parens)
(#4078) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4087) There should be no space after this paren. (space-in-parens)
(#4087) There should be no space before this paren. (space-in-parens)
(#4088) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4089) Operator '=' must be spaced. (space-infix-ops)
(#4089) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4089) Operator '=' must be spaced. (space-infix-ops)
(#4089) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4089) Operator '=' must be spaced. (space-infix-ops)
(#4092) There should be no space after this paren. (space-in-parens)
(#4092) There should be no space before this paren. (space-in-parens)
(#4096) There should be no space after this paren. (space-in-parens)
(#4096) There should be no space before this paren. (space-in-parens)
(#4097) There should be no space after this paren. (space-in-parens)
(#4097) There should be no space before this paren. (space-in-parens)
(#4098) There should be no space after this paren. (space-in-parens)
(#4098) There should be no space before this paren. (space-in-parens)
(#4099) There should be no space after this paren. (space-in-parens)
(#4099) There should be no space before this paren. (space-in-parens)
(#4100) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4102) There should be no space after this paren. (space-in-parens)
(#4102) There should be no space before this paren. (space-in-parens)
(#4117) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4118) Identifier '__re_html_remove' is not in camel case. (camelcase)
(#4126) Function '_fnCalculateColumnWidths' has a complexity of 37. Maximum allowed is 20. (complexity)
(#4126) Unexpected space before function parentheses. (space-before-function-paren)
(#4126) There should be no space after this paren. (space-in-parens)
(#4126) There should be no space before this paren. (space-in-parens)
(#4127) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4136) There should be no space after this paren. (space-in-parens)
(#4136) There should be no space before this paren. (space-in-parens)
(#4138) Comments should not begin with a lowercase character. (capitalized-comments)
(#4146) There should be no space after this paren. (space-in-parens)
(#4146) There should be no space before this paren. (space-in-parens)
(#4151) There should be no space after this paren. (space-in-parens)
(#4151) Operator '=' must be spaced. (space-infix-ops)
(#4151) Unexpected whitespace before semicolon. (semi-spacing)
(#4151) Operator '<' must be spaced. (space-infix-ops)
(#4151) Unexpected whitespace before semicolon. (semi-spacing)
(#4151) There should be no space before this paren. (space-in-parens)
(#4152) There should be no space after '['. (computed-property-spacing)
(#4152) There should be no space before ']'. (computed-property-spacing)
(#4154) There should be no space after this paren. (space-in-parens)
(#4154) There should be no space before this paren. (space-in-parens)
(#4155) There should be no space after this paren. (space-in-parens)
(#4155) There should be no space before this paren. (space-in-parens)
(#4166) There should be no space after this paren. (space-in-parens)
(#4166) Unexpected space after unary operator '!'. (space-unary-ops)
(#4166) Unexpected space after unary operator '!'. (space-unary-ops)
(#4166) Unexpected space after unary operator '!'. (space-unary-ops)
(#4167) There should be no space after this paren. (space-in-parens)
(#4167) There should be no space before this paren. (space-in-parens)
(#4170) There should be no space after this paren. (space-in-parens)
(#4170) Operator '=' must be spaced. (space-infix-ops)
(#4170) Unexpected whitespace before semicolon. (semi-spacing)
(#4170) Operator '<' must be spaced. (space-infix-ops)
(#4170) Unexpected whitespace before semicolon. (semi-spacing)
(#4170) There should be no space before this paren. (space-in-parens)
(#4171) There should be no space after this paren. (space-in-parens)
(#4171) There should be no space before this paren. (space-in-parens)
(#4173) There should be no space after this paren. (space-in-parens)
(#4173) There should be no space before this paren. (space-in-parens)
(#4174) There should be no space after '['. (computed-property-spacing)
(#4174) There should be no space before ']'. (computed-property-spacing)
(#4174) There should be no space after this paren. (space-in-parens)
(#4174) There should be no space before this paren. (space-in-parens)
(#4177) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4179) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4184) Comments should not begin with a lowercase character. (capitalized-comments)
(#4185) There should be no space after this paren. (space-in-parens)
(#4185) There should be no space before this paren. (space-in-parens)
(#4186) There should be no space after this paren. (space-in-parens)
(#4186) There should be no space before this paren. (space-in-parens)
(#4190) There should be no space after this paren. (space-in-parens)
(#4190) There should be no space before this paren. (space-in-parens)
(#4197) There should be no space after this paren. (space-in-parens)
(#4197) There should be no space before this paren. (space-in-parens)
(#4198) There should be no space after this paren. (space-in-parens)
(#4198) There should be no space before this paren. (space-in-parens)
(#4204) There should be no space after this paren. (space-in-parens)
(#4204) There should be no space before this paren. (space-in-parens)
(#4206) There should be no space after this paren. (space-in-parens)
(#4206) Operator '=' must be spaced. (space-infix-ops)
(#4206) Unexpected whitespace before semicolon. (semi-spacing)
(#4206) Operator '<' must be spaced. (space-infix-ops)
(#4206) Unexpected whitespace before semicolon. (semi-spacing)
(#4206) There should be no space before this paren. (space-in-parens)
(#4207) There should be no space after '['. (computed-property-spacing)
(#4207) There should be no space before ']'. (computed-property-spacing)
(#4210) There should be no space after this paren. (space-in-parens)
(#4210) There should be no space before this paren. (space-in-parens)
(#4215) There should be no space after this paren. (space-in-parens)
(#4215) There should be no space before this paren. (space-in-parens)
(#4216) There should be no space after this paren. (space-in-parens)
(#4216) Operator '=' must be spaced. (space-infix-ops)
(#4216) Unexpected whitespace before semicolon. (semi-spacing)
(#4216) Operator '<' must be spaced. (space-infix-ops)
(#4216) Unexpected whitespace before semicolon. (semi-spacing)
(#4216) There should be no space before this paren. (space-in-parens)
(#4218) There should be no space after '['. (computed-property-spacing)
(#4218) There should be no space before ']'. (computed-property-spacing)
(#4220) There should be no space after this paren. (space-in-parens)
(#4220) There should be no space after this paren. (space-in-parens)
(#4220) There should be no space before this paren. (space-in-parens)
(#4220) There should be no space before this paren. (space-in-parens)
(#4221) There should be no space after this paren. (space-in-parens)
(#4221) There should be no space before this paren. (space-in-parens)
(#4222) There should be no space after this paren. (space-in-parens)
(#4222) There should be no space before this paren. (space-in-parens)
(#4223) There should be no space after this paren. (space-in-parens)
(#4223) There should be no space before this paren. (space-in-parens)
(#4232) There should be no space after this paren. (space-in-parens)
(#4243) There should be no space after this paren. (space-in-parens)
(#4243) There should be no space before this paren. (space-in-parens)
(#4244) There should be no space after this paren. (space-in-parens)
(#4244) There should be no space before this paren. (space-in-parens)
(#4249) There should be no space after this paren. (space-in-parens)
(#4249) There should be no space before this paren. (space-in-parens)
(#4250) There should be no space after this paren. (space-in-parens)
(#4250) There should be no space before this paren. (space-in-parens)
(#4251) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4252) There should be no space after this paren. (space-in-parens)
(#4252) There should be no space before this paren. (space-in-parens)
(#4253) There should be no space after this paren. (space-in-parens)
(#4253) There should be no space before this paren. (space-in-parens)
(#4255) There should be no space after this paren. (space-in-parens)
(#4255) There should be no space before this paren. (space-in-parens)
(#4256) There should be no space after this paren. (space-in-parens)
(#4256) There should be no space before this paren. (space-in-parens)
(#4258) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4259) There should be no space after this paren. (space-in-parens)
(#4259) There should be no space before this paren. (space-in-parens)
(#4260) There should be no space after this paren. (space-in-parens)
(#4260) There should be no space before this paren. (space-in-parens)
(#4261) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4262) There should be no space after this paren. (space-in-parens)
(#4262) There should be no space before this paren. (space-in-parens)
(#4263) There should be no space after this paren. (space-in-parens)
(#4263) There should be no space before this paren. (space-in-parens)
(#4271) There should be no space after this paren. (space-in-parens)
(#4271) There should be no space before this paren. (space-in-parens)
(#4272) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4275) There should be no space after this paren. (space-in-parens)
(#4275) Operator '=' must be spaced. (space-infix-ops)
(#4275) Unexpected whitespace before semicolon. (semi-spacing)
(#4275) Operator '<' must be spaced. (space-infix-ops)
(#4275) Unexpected whitespace before semicolon. (semi-spacing)
(#4275) There should be no space before this paren. (space-in-parens)
(#4276) There should be no space after '['. (computed-property-spacing)
(#4276) There should be no space before ']'. (computed-property-spacing)
(#4286) There should be no space after this paren. (space-in-parens)
(#4286) There should be no space before this paren. (space-in-parens)
(#4289) There should be no space after this paren. (space-in-parens)
(#4289) There should be no space after this paren. (space-in-parens)
(#4289) There should be no space before this paren. (space-in-parens)
(#4289) There should be no space before this paren. (space-in-parens)
(#4290) There should be no space after this paren. (space-in-parens)
(#4290) There should be no space before this paren. (space-in-parens)
(#4294) There should be no space after this paren. (space-in-parens)
(#4294) Operator '=' must be spaced. (space-infix-ops)
(#4294) Unexpected whitespace before semicolon. (semi-spacing)
(#4294) Operator '<' must be spaced. (space-infix-ops)
(#4294) Unexpected whitespace before semicolon. (semi-spacing)
(#4294) There should be no space before this paren. (space-in-parens)
(#4295) There should be no space after '['. (computed-property-spacing)
(#4295) There should be no space before ']'. (computed-property-spacing)
(#4298) There should be no space after this paren. (space-in-parens)
(#4298) There should be no space before this paren. (space-in-parens)
(#4299) There should be no space after this paren. (space-in-parens)
(#4299) There should be no space before this paren. (space-in-parens)
(#4303) There should be no space after this paren. (space-in-parens)
(#4303) There should be no space before this paren. (space-in-parens)
(#4313) There should be no space after this paren. (space-in-parens)
(#4313) There should be no space before this paren. (space-in-parens)
(#4314) There should be no space after this paren. (space-in-parens)
(#4314) There should be no space before this paren. (space-in-parens)
(#4317) There should be no space after this paren. (space-in-parens)
(#4317) Unexpected space after unary operator '!'. (space-unary-ops)
(#4317) There should be no space before this paren. (space-in-parens)
(#4318) Unexpected space before function parentheses. (space-before-function-paren)
(#4319) Operator '+' must be spaced. (space-infix-ops)
(#4319) There should be no space after this paren. (space-in-parens)
(#4319) Unexpected space before function parentheses. (space-before-function-paren)
(#4320) There should be no space after this paren. (space-in-parens)
(#4320) There should be no space before this paren. (space-in-parens)
(#4321) There should be no space before this paren. (space-in-parens)
(#4321) There should be no space before this paren. (space-in-parens)
(#4326) There should be no space after this paren. (space-in-parens)
(#4326) There should be no space before this paren. (space-in-parens)
(#4327) There should be no space after this paren. (space-in-parens)
(#4327) There should be no space before this paren. (space-in-parens)
(#4328) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4346) There should be no space after this paren. (space-in-parens)
(#4346) There should be no space before this paren. (space-in-parens)
(#4352) Unexpected space before function parentheses. (space-before-function-paren)
(#4354) Unexpected 'this'. (no-invalid-this)
(#4355) Multiple spaces found before '='. (no-multi-spaces)
(#4358) There should be no space after this paren. (space-in-parens)
(#4358) There should be no space before this paren. (space-in-parens)
(#4359) There should be no space after this paren. (space-in-parens)
(#4359) There should be no space before this paren. (space-in-parens)
(#4361) There should be no space after this paren. (space-in-parens)
(#4361) Unexpected space before function parentheses. (space-before-function-paren)
(#4363) There should be no space after this paren. (space-in-parens)
(#4363) There should be no space before this paren. (space-in-parens)
(#4364) There should be no space before this paren. (space-in-parens)
(#4365) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4368) There should be no space after this paren. (space-in-parens)
(#4368) There should be no space before this paren. (space-in-parens)
(#4381) Unexpected space before function parentheses. (space-before-function-paren)
(#4381) There should be no space after this paren. (space-in-parens)
(#4381) There should be no space before this paren. (space-in-parens)
(#4382) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4383) There should be no space after this paren. (space-in-parens)
(#4383) Unexpected space after unary operator '!'. (space-unary-ops)
(#4383) There should be no space before this paren. (space-in-parens)
(#4388) There should be no space after this paren. (space-in-parens)
(#4388) There should be no space after this paren. (space-in-parens)
(#4388) There should be no space before this paren. (space-in-parens)
(#4388) There should be no space before this paren. (space-in-parens)
(#4389) There should be no space after this paren. (space-in-parens)
(#4389) There should be no space before this paren. (space-in-parens)
(#4405) There should be no space after this paren. (space-in-parens)
(#4405) There should be no space before this paren. (space-in-parens)
(#4406) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4407) There should be no space after this paren. (space-in-parens)
(#4407) There should be no space before this paren. (space-in-parens)
(#4408) There should be no space after this paren. (space-in-parens)
(#4408) There should be no space before this paren. (space-in-parens)
(#4412) There should be no space after '['. (computed-property-spacing)
(#4412) There should be no space before ']'. (computed-property-spacing)
(#4413) Unexpected space after unary operator '!'. (space-unary-ops)
(#4414) There should be no space after this paren. (space-in-parens)
(#4414) There should be no space after this paren. (space-in-parens)
(#4414) There should be no space before this paren. (space-in-parens)
(#4414) There should be no space before this paren. (space-in-parens)
(#4415) There should be no space after '['. (computed-property-spacing)
(#4415) There should be no space before ']'. (computed-property-spacing)
(#4426) There should be no space after this paren. (space-in-parens)
(#4426) There should be no space before this paren. (space-in-parens)
(#4427) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4428) Operator '=' must be spaced. (space-infix-ops)
(#4428) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4430) There should be no space after this paren. (space-in-parens)
(#4430) Operator '=' must be spaced. (space-infix-ops)
(#4430) Operator '=' must be spaced. (space-infix-ops)
(#4430) Unexpected whitespace before semicolon. (semi-spacing)
(#4430) Operator '<' must be spaced. (space-infix-ops)
(#4430) Unexpected whitespace before semicolon. (semi-spacing)
(#4430) There should be no space before this paren. (space-in-parens)
(#4431) There should be no space after this paren. (space-in-parens)
(#4431) There should be no space before this paren. (space-in-parens)
(#4431) Operator '+' must be spaced. (space-infix-ops)
(#4432) There should be no space after this paren. (space-in-parens)
(#4432) There should be no space before this paren. (space-in-parens)
(#4434) There should be no space after this paren. (space-in-parens)
(#4434) There should be no space before this paren. (space-in-parens)
(#4450) There should be no space after this paren. (space-in-parens)
(#4450) There should be no space before this paren. (space-in-parens)
(#4451) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4452) There should be no space after this paren. (space-in-parens)
(#4452) There should be no space before this paren. (space-in-parens)
(#4456) There should be no space after this paren. (space-in-parens)
(#4456) There should be no space before this paren. (space-in-parens)
(#4459) Operator '+' must be spaced. (space-infix-ops)
(#4464) Operator '+' must be spaced. (space-infix-ops)
(#4469) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4470) Unexpected space before function parentheses. (space-before-function-paren)
(#4470) There should be no space after this paren. (space-in-parens)
(#4470) There should be no space before this paren. (space-in-parens)
(#4471) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4473) 'iLen' is defined but never used. (no-unused-vars)
(#4475) 'aiOrig' is assigned a value but never used. (no-unused-vars)
(#4479) There should be no space after this paren. (space-in-parens)
(#4479) There should be no space before this paren. (space-in-parens)
(#4481) Unexpected space before function parentheses. (space-before-function-paren)
(#4481) There should be no space after this paren. (space-in-parens)
(#4481) There should be no space before this paren. (space-in-parens)
(#4482) There should be no space after this paren. (space-in-parens)
(#4482) Unexpected space after unary operator '!'. (space-unary-ops)
(#4482) There should be no space after this paren. (space-in-parens)
(#4482) There should be no space before this paren. (space-in-parens)
(#4482) There should be no space before this paren. (space-in-parens)
(#4484) There should be no space after this paren. (space-in-parens)
(#4484) There should be no space before this paren. (space-in-parens)
(#4485) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4488) There should be no space after this paren. (space-in-parens)
(#4488) There should be no space before this paren. (space-in-parens)
(#4494) There should be no space after this paren. (space-in-parens)
(#4494) There should be no space after this paren. (space-in-parens)
(#4494) There should be no space before this paren. (space-in-parens)
(#4494) There should be no space before this paren. (space-in-parens)
(#4495) There should be no space after this paren. (space-in-parens)
(#4495) There should be no space before this paren. (space-in-parens)
(#4498) There should be no space after this paren. (space-in-parens)
(#4498) There should be no space before this paren. (space-in-parens)
(#4499) There should be no space after this paren. (space-in-parens)
(#4499) There should be no space before this paren. (space-in-parens)
(#4502) There should be no space after this paren. (space-in-parens)
(#4502) There should be no space before this paren. (space-in-parens)
(#4504) There should be no space before this paren. (space-in-parens)
(#4505) There should be no space after this paren. (space-in-parens)
(#4505) There should be no space before this paren. (space-in-parens)
(#4508) There should be no space after this paren. (space-in-parens)
(#4508) Operator '=' must be spaced. (space-infix-ops)
(#4508) Unexpected whitespace before semicolon. (semi-spacing)
(#4508) Operator '<' must be spaced. (space-infix-ops)
(#4508) Unexpected whitespace before semicolon. (semi-spacing)
(#4508) There should be no space before this paren. (space-in-parens)
(#4509) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4511) There should be no space after '['. (computed-property-spacing)
(#4511) There should be no space before ']'. (computed-property-spacing)
(#4513) There should be no space after this paren. (space-in-parens)
(#4513) Operator '=' must be spaced. (space-infix-ops)
(#4513) Operator '=' must be spaced. (space-infix-ops)
(#4513) Unexpected whitespace before semicolon. (semi-spacing)
(#4513) Operator '<' must be spaced. (space-infix-ops)
(#4513) Unexpected whitespace before semicolon. (semi-spacing)
(#4513) There should be no space before this paren. (space-in-parens)
(#4514) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4516) There should be no space after '['. (computed-property-spacing)
(#4516) There should be no space before ']'. (computed-property-spacing)
(#4518) There should be no space after this paren. (space-in-parens)
(#4518) There should be no space before this paren. (space-in-parens)
(#4519) There should be no space after this paren. (space-in-parens)
(#4519) There should be no space before this paren. (space-in-parens)
(#4522) There should be no space after this paren. (space-in-parens)
(#4528) There should be no space after '['. (computed-property-spacing)
(#4528) Operator '+' must be spaced. (space-infix-ops)
(#4528) There should be no space before ']'. (computed-property-spacing)
(#4529) There should be no space before this paren. (space-in-parens)
(#4542) Unexpected space before function parentheses. (space-before-function-paren)
(#4542) There should be no space after this paren. (space-in-parens)
(#4542) There should be no space before this paren. (space-in-parens)
(#4543) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4545) 'j' is defined but never used. (no-unused-vars)
(#4545) 'jLen' is defined but never used. (no-unused-vars)
(#4545) 'k' is defined but never used. (no-unused-vars)
(#4545) 'kLen' is defined but never used. (no-unused-vars)
(#4546) 'sDataType' is defined but never used. (no-unused-vars)
(#4546) 'nTh' is defined but never used. (no-unused-vars)
(#4550) 'aoColumns' is assigned a value but never used. (no-unused-vars)
(#4551) 'aDataSort' is defined but never used. (no-unused-vars)
(#4551) 'data' is defined but never used. (no-unused-vars)
(#4551) 'iCol' is defined but never used. (no-unused-vars)
(#4551) 'sType' is defined but never used. (no-unused-vars)
(#4551) 'oSort' is defined but never used. (no-unused-vars)
(#4560) There should be no space after this paren. (space-in-parens)
(#4560) There should be no space before this paren. (space-in-parens)
(#4562) There should be no space after this paren. (space-in-parens)
(#4562) There should be no space before this paren. (space-in-parens)
(#4564) There should be no space after this paren. (space-in-parens)
(#4564) Operator '=' must be spaced. (space-infix-ops)
(#4564) Operator '=' must be spaced. (space-infix-ops)
(#4564) Unexpected whitespace before semicolon. (semi-spacing)
(#4564) Operator '<' must be spaced. (space-infix-ops)
(#4564) Unexpected whitespace before semicolon. (semi-spacing)
(#4564) There should be no space before this paren. (space-in-parens)
(#4568) There should be no space after this paren. (space-in-parens)
(#4568) There should be no space before this paren. (space-in-parens)
(#4573) There should be no space after this paren. (space-in-parens)
(#4573) There should be no space before this paren. (space-in-parens)
(#4577) There should be no space after this paren. (space-in-parens)
(#4577) There should be no space after this paren. (space-in-parens)
(#4577) There should be no space before this paren. (space-in-parens)
(#4577) There should be no space before this paren. (space-in-parens)
(#4578) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4581) There should be no space after this paren. (space-in-parens)
(#4581) Operator '=' must be spaced. (space-infix-ops)
(#4581) Operator '=' must be spaced. (space-infix-ops)
(#4581) Unexpected whitespace before semicolon. (semi-spacing)
(#4581) Operator '<' must be spaced. (space-infix-ops)
(#4581) Unexpected whitespace before semicolon. (semi-spacing)
(#4581) There should be no space before this paren. (space-in-parens)
(#4582) There should be no space after '['. (computed-property-spacing)
(#4582) There should be no space before ']'. (computed-property-spacing)
(#4606) There should be no space after this paren. (space-in-parens)
(#4606) There should be no space before this paren. (space-in-parens)
(#4608) There should be no space after this paren. (space-in-parens)
(#4608) Unexpected space before function parentheses. (space-before-function-paren)
(#4608) There should be no space after this paren. (space-in-parens)
(#4608) There should be no space before this paren. (space-in-parens)
(#4611) Operator '=' must be spaced. (space-infix-ops)
(#4615) There should be no space after this paren. (space-in-parens)
(#4615) Operator '=' must be spaced. (space-infix-ops)
(#4615) Unexpected whitespace before semicolon. (semi-spacing)
(#4615) Operator '<' must be spaced. (space-infix-ops)
(#4615) Unexpected whitespace before semicolon. (semi-spacing)
(#4615) There should be no space before this paren. (space-in-parens)
(#4618) There should be no space after '['. (computed-property-spacing)
(#4618) There should be no space before ']'. (computed-property-spacing)
(#4619) There should be no space after '['. (computed-property-spacing)
(#4619) There should be no space before ']'. (computed-property-spacing)
(#4621) Do not nest ternary expressions. (no-nested-ternary)
(#4621) Operator '<' must be spaced. (space-infix-ops)
(#4621) Operator '>' must be spaced. (space-infix-ops)
(#4622) There should be no space after this paren. (space-in-parens)
(#4622) There should be no space before this paren. (space-in-parens)
(#4629) Do not nest ternary expressions. (no-nested-ternary)
(#4629) Operator '<' must be spaced. (space-infix-ops)
(#4629) Operator '>' must be spaced. (space-infix-ops)
(#4630) There should be no space before this paren. (space-in-parens)
(#4631) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4636) There should be no space after this paren. (space-in-parens)
(#4636) Unexpected space before function parentheses. (space-before-function-paren)
(#4636) There should be no space after this paren. (space-in-parens)
(#4636) There should be no space before this paren. (space-in-parens)
(#4638) 'l' is defined but never used. (no-unused-vars)
(#4639) Operator '=' must be spaced. (space-infix-ops)
(#4643) There should be no space after this paren. (space-in-parens)
(#4643) Operator '=' must be spaced. (space-infix-ops)
(#4643) Unexpected whitespace before semicolon. (semi-spacing)
(#4643) Operator '<' must be spaced. (space-infix-ops)
(#4643) Unexpected whitespace before semicolon. (semi-spacing)
(#4643) There should be no space before this paren. (space-in-parens)
(#4646) There should be no space after '['. (computed-property-spacing)
(#4646) There should be no space before ']'. (computed-property-spacing)
(#4647) There should be no space after '['. (computed-property-spacing)
(#4647) There should be no space before ']'. (computed-property-spacing)
(#4649) There should be no space after '['. (computed-property-spacing)
(#4649) Operator '+' must be spaced. (space-infix-ops)
(#4649) Operator '+' must be spaced. (space-infix-ops)
(#4649) There should be no space before ']'. (computed-property-spacing)
(#4649) There should be no space after '['. (computed-property-spacing)
(#4649) Operator '+' must be spaced. (space-infix-ops)
(#4649) There should be no space before ']'. (computed-property-spacing)
(#4650) There should be no space after this paren. (space-in-parens)
(#4650) There should be no space before this paren. (space-in-parens)
(#4651) There should be no space after this paren. (space-in-parens)
(#4651) There should be no space before this paren. (space-in-parens)
(#4658) Do not nest ternary expressions. (no-nested-ternary)
(#4658) Operator '<' must be spaced. (space-infix-ops)
(#4658) Operator '>' must be spaced. (space-infix-ops)
(#4659) There should be no space before this paren. (space-in-parens)
(#4668) Unexpected space before function parentheses. (space-before-function-paren)
(#4668) There should be no space after this paren. (space-in-parens)
(#4668) There should be no space before this paren. (space-in-parens)
(#4669) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4673) There should be no space after this paren. (space-in-parens)
(#4673) There should be no space before this paren. (space-in-parens)
(#4678) There should be no space after this paren. (space-in-parens)
(#4678) Operator '=' must be spaced. (space-infix-ops)
(#4678) Operator '=' must be spaced. (space-infix-ops)
(#4678) Unexpected whitespace before semicolon. (semi-spacing)
(#4678) Operator '<' must be spaced. (space-infix-ops)
(#4678) Unexpected whitespace before semicolon. (semi-spacing)
(#4678) There should be no space before this paren. (space-in-parens)
(#4679) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4682) There should be no space after this paren. (space-in-parens)
(#4682) There should be no space before this paren. (space-in-parens)
(#4690) There should be no space after this paren. (space-in-parens)
(#4690) There should be no space before this paren. (space-in-parens)
(#4691) There should be no space after this paren. (space-in-parens)
(#4691) There should be no space before this paren. (space-in-parens)
(#4692) Operator '==' must be spaced. (space-infix-ops)
(#4692) There should be no space before this paren. (space-in-parens)
(#4693) There should be no space after '['. (computed-property-spacing)
(#4693) Operator '+' must be spaced. (space-infix-ops)
(#4693) There should be no space before ']'. (computed-property-spacing)
(#4694) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4699) There should be no space after this paren. (space-in-parens)
(#4703) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4723) Unexpected space before function parentheses. (space-before-function-paren)
(#4723) There should be no space after this paren. (space-in-parens)
(#4723) There should be no space before this paren. (space-in-parens)
(#4724) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4725) There should be no space after '['. (computed-property-spacing)
(#4725) There should be no space before ']'. (computed-property-spacing)
(#4729) Unexpected space before function parentheses. (space-before-function-paren)
(#4729) There should be no space after this paren. (space-in-parens)
(#4729) There should be no space before this paren. (space-in-parens)
(#4731) There should be no space after this paren. (space-in-parens)
(#4731) There should be no space before this paren. (space-in-parens)
(#4732) There should be no space after this paren. (space-in-parens)
(#4732) There should be no space before this paren. (space-in-parens)
(#4735) Do not nest ternary expressions. (no-nested-ternary)
(#4735) Operator '+' must be spaced. (space-infix-ops)
(#4736) Operator '+' must be spaced. (space-infix-ops)
(#4743) There should be no space after this paren. (space-in-parens)
(#4743) There should be no space before this paren. (space-in-parens)
(#4744) There should be no space after '['. (array-bracket-spacing)
(#4744) There should be no space before ']'. (array-bracket-spacing)
(#4748) There should be no space after this paren. (space-in-parens)
(#4748) There should be no space before this paren. (space-in-parens)
(#4750) There should be no space after this paren. (space-in-parens)
(#4750) There should be no space before this paren. (space-in-parens)
(#4752) There should be no space after this paren. (space-in-parens)
(#4752) There should be no space before this paren. (space-in-parens)
(#4754) There should be no space after this paren. (space-in-parens)
(#4754) There should be no space before this paren. (space-in-parens)
(#4756) There should be no space after this paren. (space-in-parens)
(#4756) There should be no space before this paren. (space-in-parens)
(#4757) Comments should not begin with a lowercase character. (capitalized-comments)
(#4760) There should be no space after this paren. (space-in-parens)
(#4760) There should be no space before this paren. (space-in-parens)
(#4761) There should be no space after this paren. (space-in-parens)
(#4761) There should be no space before this paren. (space-in-parens)
(#4762) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4764) There should be no space after '['. (computed-property-spacing)
(#4764) There should be no space before ']'. (computed-property-spacing)
(#4767) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4770) There should be no space after this paren. (space-in-parens)
(#4770) There should be no space after '['. (array-bracket-spacing)
(#4770) There should be no space before ']'. (array-bracket-spacing)
(#4770) There should be no space before this paren. (space-in-parens)
(#4771) Operator '-' must be spaced. (space-infix-ops)
(#4773) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4774) There should be no space after this paren. (space-in-parens)
(#4774) There should be no space before this paren. (space-in-parens)
(#4776) There should be no space after this paren. (space-in-parens)
(#4776) There should be no space before this paren. (space-in-parens)
(#4779) There should be no space after '['. (computed-property-spacing)
(#4779) There should be no space before ']'. (computed-property-spacing)
(#4781) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4785) There should be no space after this paren. (space-in-parens)
(#4785) There should be no space after '['. (array-bracket-spacing)
(#4785) There should be no space before ']'. (array-bracket-spacing)
(#4785) There should be no space before this paren. (space-in-parens)
(#4790) There should be no space after this paren. (space-in-parens)
(#4790) There should be no space before this paren. (space-in-parens)
(#4792) Comments should not begin with a lowercase character. (capitalized-comments)
(#4793) There should be no space after this paren. (space-in-parens)
(#4793) There should be no space before this paren. (space-in-parens)
(#4794) There should be no space after this paren. (space-in-parens)
(#4794) There should be no space before this paren. (space-in-parens)
(#4807) Unexpected space before function parentheses. (space-before-function-paren)
(#4807) There should be no space after this paren. (space-in-parens)
(#4807) There should be no space before this paren. (space-in-parens)
(#4808) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4809) There should be no space after '['. (computed-property-spacing)
(#4809) There should be no space before ']'. (computed-property-spacing)
(#4811) There should be no space after this paren. (space-in-parens)
(#4811) Unexpected space before function parentheses. (space-before-function-paren)
(#4813) There should be no space after this paren. (space-in-parens)
(#4813) There should be no space before this paren. (space-in-parens)
(#4819) There should be no space after this paren. (space-in-parens)
(#4819) There should be no space before this paren. (space-in-parens)
(#4820) There should be no space after this paren. (space-in-parens)
(#4820) There should be no space before this paren. (space-in-parens)
(#4822) There should be no space after this paren. (space-in-parens)
(#4823) There should be no space after this paren. (space-in-parens)
(#4823) There should be no space before this paren. (space-in-parens)
(#4827) There should be no space after this paren. (space-in-parens)
(#4827) There should be no space after this paren. (space-in-parens)
(#4827) There should be no space before this paren. (space-in-parens)
(#4827) There should be no space before this paren. (space-in-parens)
(#4828) There should be no space after this paren. (space-in-parens)
(#4828) There should be no space before this paren. (space-in-parens)
(#4830) There should be no space before this paren. (space-in-parens)
(#4831) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#4833) There should be no space after this paren. (space-in-parens)
(#4833) There should be no space before this paren. (space-in-parens)
(#4835) There should be no space before this paren. (space-in-parens)
(#4845) There should be no space after this paren. (space-in-parens)
(#4845) There should be no space before this paren. (space-in-parens)
(#4846) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4849) There should be no space after this paren. (space-in-parens)
(#4849) There should be no space before this paren. (space-in-parens)
(#4853) There should be no space after this paren. (space-in-parens)
(#4853) There should be no space before this paren. (space-in-parens)
(#4855) There should be no space after this paren. (space-in-parens)
(#4855) Operator '=' must be spaced. (space-infix-ops)
(#4855) Operator '=' must be spaced. (space-infix-ops)
(#4855) Unexpected whitespace before semicolon. (semi-spacing)
(#4855) Operator '<' must be spaced. (space-infix-ops)
(#4855) Unexpected whitespace before semicolon. (semi-spacing)
(#4855) There should be no space before this paren. (space-in-parens)
(#4859) There should be no space after this paren. (space-in-parens)
(#4859) There should be no space after this paren. (space-in-parens)
(#4859) There should be no space before this paren. (space-in-parens)
(#4859) There should be no space before this paren. (space-in-parens)
(#4860) There should be no space after this paren. (space-in-parens)
(#4860) Operator '<' must be spaced. (space-infix-ops)
(#4860) Operator '+' must be spaced. (space-infix-ops)
(#4860) There should be no space before this paren. (space-in-parens)
(#4864) There should be no space after this paren. (space-in-parens)
(#4864) Operator '=' must be spaced. (space-infix-ops)
(#4864) Operator '=' must be spaced. (space-infix-ops)
(#4864) Unexpected whitespace before semicolon. (semi-spacing)
(#4864) Operator '<' must be spaced. (space-infix-ops)
(#4864) Unexpected whitespace before semicolon. (semi-spacing)
(#4864) There should be no space before this paren. (space-in-parens)
(#4867) There should be no space after this paren. (space-in-parens)
(#4867) There should be no space after this paren. (space-in-parens)
(#4867) There should be no space before this paren. (space-in-parens)
(#4867) There should be no space before this paren. (space-in-parens)
(#4868) There should be no space after this paren. (space-in-parens)
(#4868) Operator '<' must be spaced. (space-infix-ops)
(#4868) Operator '+' must be spaced. (space-infix-ops)
(#4868) There should be no space before this paren. (space-in-parens)
(#4878) There should be no space after this paren. (space-in-parens)
(#4878) There should be no space before this paren. (space-in-parens)
(#4879) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4881) There should be no space after '['. (computed-property-spacing)
(#4881) There should be no space before ']'. (computed-property-spacing)
(#4882) There should be no space after '['. (computed-property-spacing)
(#4882) There should be no space before ']'. (computed-property-spacing)
(#4885) There should be no space after this paren. (space-in-parens)
(#4885) There should be no space before this paren. (space-in-parens)
(#4886) There should be no space after this paren. (space-in-parens)
(#4887) There should be no space after this paren. (space-in-parens)
(#4887) There should be no space before this paren. (space-in-parens)
(#4893) There should be no space after '['. (computed-property-spacing)
(#4893) Operator '+' must be spaced. (space-infix-ops)
(#4893) There should be no space before ']'. (computed-property-spacing)
(#4895) There should be no space after this paren. (space-in-parens)
(#4895) Operator '=' must be spaced. (space-infix-ops)
(#4895) Operator '=' must be spaced. (space-infix-ops)
(#4895) Unexpected whitespace before semicolon. (semi-spacing)
(#4895) Operator '<' must be spaced. (space-infix-ops)
(#4895) Unexpected whitespace before semicolon. (semi-spacing)
(#4895) There should be no space before this paren. (space-in-parens)
(#4898) There should be no space after this paren. (space-in-parens)
(#4898) Unexpected space after unary operator '!'. (space-unary-ops)
(#4898) There should be no space before this paren. (space-in-parens)
(#4902) There should be no space after this paren. (space-in-parens)
(#4902) Unexpected space after unary operator '!'. (space-unary-ops)
(#4902) There should be no space before this paren. (space-in-parens)
(#4905) There should be no space after this paren. (space-in-parens)
(#4905) There should be no space before this paren. (space-in-parens)
(#4907) There should be no space after '['. (computed-property-spacing)
(#4907) There should be no space before ']'. (computed-property-spacing)
(#4908) There should be no space after this paren. (space-in-parens)
(#4908) There should be no space before this paren. (space-in-parens)
(#4915) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#4921) Unexpected space before function parentheses. (space-before-function-paren)
(#4921) There should be no space after this paren. (space-in-parens)
(#4921) There should be no space before this paren. (space-in-parens)
(#4922) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4923) There should be no space after this paren. (space-in-parens)
(#4923) There should be no space before this paren. (space-in-parens)
(#4924) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4933) There should be no space after this paren. (space-in-parens)
(#4933) There should be no space before this paren. (space-in-parens)
(#4934) There should be no space after this paren. (space-in-parens)
(#4934) There should be no space before this paren. (space-in-parens)
(#4935) There should be no space after this paren. (space-in-parens)
(#4935) Unexpected space before function parentheses. (space-before-function-paren)
(#4935) There should be no space after this paren. (space-in-parens)
(#4935) There should be no space before this paren. (space-in-parens)
(#4938) There should be no space after this paren. (space-in-parens)
(#4938) There should be no space before this paren. (space-in-parens)
(#4940) There should be no space before this paren. (space-in-parens)
(#4943) There should be no space after this paren. (space-in-parens)
(#4943) There should be no space before this paren. (space-in-parens)
(#4946) There should be no space after this paren. (space-in-parens)
(#4946) There should be no space before this paren. (space-in-parens)
(#4956) Unexpected space before function parentheses. (space-before-function-paren)
(#4956) There should be no space after this paren. (space-in-parens)
(#4956) 'oInit' is defined but never used. (no-unused-vars)
(#4956) There should be no space before this paren. (space-in-parens)
(#4957) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#4961) There should be no space after this paren. (space-in-parens)
(#4961) Unexpected space after unary operator '!'. (space-unary-ops)
(#4961) There should be no space before this paren. (space-in-parens)
(#4965) There should be no space after this paren. (space-in-parens)
(#4965) There should be no space before this paren. (space-in-parens)
(#4966) There should be no space after this paren. (space-in-parens)
(#4966) Unexpected space after unary operator '!'. (space-unary-ops)
(#4966) Unexpected space after unary operator '!'. (space-unary-ops)
(#4966) There should be no space before this paren. (space-in-parens)
(#4973) There should be no space after this paren. (space-in-parens)
(#4973) There should be no space before this paren. (space-in-parens)
(#4974) There should be no space after this paren. (space-in-parens)
(#4974) There should be no space after this paren. (space-in-parens)
(#4974) There should be no space before this paren. (space-in-parens)
(#4974) There should be no space before this paren. (space-in-parens)
(#4980) There should be no space after this paren. (space-in-parens)
(#4980) Operator '*' must be spaced. (space-infix-ops)
(#4980) There should be no space before this paren. (space-in-parens)
(#4985) There should be no space after this paren. (space-in-parens)
(#4985) There should be no space before this paren. (space-in-parens)
(#4990) There should be no space after this paren. (space-in-parens)
(#4990) There should be no space before this paren. (space-in-parens)
(#4994) There should be no space after this paren. (space-in-parens)
(#4994) There should be no space before this paren. (space-in-parens)
(#4995) Multiple spaces found before '='. (no-multi-spaces)
(#4998) There should be no space after this paren. (space-in-parens)
(#4998) There should be no space before this paren. (space-in-parens)
(#4999) Multiple spaces found before '='. (no-multi-spaces)
(#5003) There should be no space after this paren. (space-in-parens)
(#5003) There should be no space before this paren. (space-in-parens)
(#5005) There should be no space after this paren. (space-in-parens)
(#5005) Unexpected space before function parentheses. (space-before-function-paren)
(#5005) There should be no space after this paren. (space-in-parens)
(#5005) There should be no space before this paren. (space-in-parens)
(#5006) There should be no space after this paren. (space-in-parens)
(#5007) There should be no space after '['. (array-bracket-spacing)
(#5007) There should be no space before ']'. (array-bracket-spacing)
(#5010) There should be no space before this paren. (space-in-parens)
(#5014) There should be no space after this paren. (space-in-parens)
(#5014) There should be no space before this paren. (space-in-parens)
(#5015) There should be no space after this paren. (space-in-parens)
(#5015) There should be no space after this paren. (space-in-parens)
(#5015) There should be no space before this paren. (space-in-parens)
(#5015) There should be no space before this paren. (space-in-parens)
(#5019) There should be no space after this paren. (space-in-parens)
(#5019) Operator '=' must be spaced. (space-infix-ops)
(#5019) Operator '=' must be spaced. (space-infix-ops)
(#5019) Unexpected whitespace before semicolon. (semi-spacing)
(#5019) Operator '<' must be spaced. (space-infix-ops)
(#5019) Unexpected whitespace before semicolon. (semi-spacing)
(#5019) There should be no space before this paren. (space-in-parens)
(#5023) There should be no space after this paren. (space-in-parens)
(#5023) There should be no space before this paren. (space-in-parens)
(#5028) There should be no space after this paren. (space-in-parens)
(#5028) There should be no space before this paren. (space-in-parens)
(#5029) There should be no space after this paren. (space-in-parens)
(#5029) There should be no space after this paren. (space-in-parens)
(#5029) There should be no space before this paren. (space-in-parens)
(#5029) There should be no space before this paren. (space-in-parens)
(#5033) There should be no space after this paren. (space-in-parens)
(#5033) There should be no space before this paren. (space-in-parens)
(#5043) Unexpected space before function parentheses. (space-before-function-paren)
(#5043) There should be no space after this paren. (space-in-parens)
(#5043) There should be no space before this paren. (space-in-parens)
(#5044) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5046) There should be no space after this paren. (space-in-parens)
(#5046) There should be no space after this paren. (space-in-parens)
(#5046) There should be no space before this paren. (space-in-parens)
(#5046) There should be no space before this paren. (space-in-parens)
(#5049) There should be no space after '['. (computed-property-spacing)
(#5049) There should be no space before ']'. (computed-property-spacing)
(#5062) There should be no space after this paren. (space-in-parens)
(#5062) There should be no space before this paren. (space-in-parens)
(#5063) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5064) Operator '+' must be spaced. (space-infix-ops)
(#5065) Operator '+' must be spaced. (space-infix-ops)
(#5065) Operator '+' must be spaced. (space-infix-ops)
(#5065) Operator '+' must be spaced. (space-infix-ops)
(#5067) There should be no space after this paren. (space-in-parens)
(#5067) There should be no space before this paren. (space-in-parens)
(#5068) Operator '+' must be spaced. (space-infix-ops)
(#5069) Operator '+' must be spaced. (space-infix-ops)
(#5072) There should be no space after this paren. (space-in-parens)
(#5072) Unexpected space after unary operator '!'. (space-unary-ops)
(#5072) Multiple spaces found before ')'. (no-multi-spaces)
(#5072) There should be no space before this paren. (space-in-parens)
(#5077) There should be no space after this paren. (space-in-parens)
(#5077) There should be no space before this paren. (space-in-parens)
(#5078) There should be no space after this paren. (space-in-parens)
(#5078) There should be no space after '['. (array-bracket-spacing)
(#5078) There should be no space before ']'. (array-bracket-spacing)
(#5078) There should be no space before this paren. (space-in-parens)
(#5081) There should be no space after this paren. (space-in-parens)
(#5081) There should be no space before this paren. (space-in-parens)
(#5082) Unexpected alert. (no-alert)
(#5082) There should be no space after this paren. (space-in-parens)
(#5082) There should be no space before this paren. (space-in-parens)
(#5083) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5084) There should be no space after this paren. (space-in-parens)
(#5084) There should be no space before this paren. (space-in-parens)
(#5086) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5087) There should be no space after this paren. (space-in-parens)
(#5087) There should be no space before this paren. (space-in-parens)
(#5088) There should be no space after this paren. (space-in-parens)
(#5088) There should be no space before this paren. (space-in-parens)
(#5090) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5091) There should be no space after this paren. (space-in-parens)
(#5091) Unexpected console statement. (no-console)
(#5091) There should be no space before this paren. (space-in-parens)
(#5092) Unexpected console statement. (no-console)
(#5092) There should be no space after this paren. (space-in-parens)
(#5092) There should be no space before this paren. (space-in-parens)
(#5105) There should be no space after this paren. (space-in-parens)
(#5105) There should be no space before this paren. (space-in-parens)
(#5106) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5107) There should be no space after this paren. (space-in-parens)
(#5107) There should be no space after this paren. (space-in-parens)
(#5107) There should be no space before this paren. (space-in-parens)
(#5107) There should be no space before this paren. (space-in-parens)
(#5108) There should be no space after this paren. (space-in-parens)
(#5108) Unexpected space before function parentheses. (space-before-function-paren)
(#5109) There should be no space after this paren. (space-in-parens)
(#5109) There should be no space after this paren. (space-in-parens)
(#5109) There should be no space before this paren. (space-in-parens)
(#5109) There should be no space before this paren. (space-in-parens)
(#5110) There should be no space after this paren. (space-in-parens)
(#5110) There should be no space before this paren. (space-in-parens)
(#5111) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5113) There should be no space after this paren. (space-in-parens)
(#5113) There should be no space before this paren. (space-in-parens)
(#5115) There should be no space before this paren. (space-in-parens)
(#5120) There should be no space after this paren. (space-in-parens)
(#5120) There should be no space before this paren. (space-in-parens)
(#5124) There should be no space after this paren. (space-in-parens)
(#5124) There should be no space before this paren. (space-in-parens)
(#5147) There should be no space after this paren. (space-in-parens)
(#5147) There should be no space before this paren. (space-in-parens)
(#5148) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5151) There should be no space after this paren. (space-in-parens)
(#5151) There should be no space before this paren. (space-in-parens)
(#5152) There should be no space after this paren. (space-in-parens)
(#5152) There should be no space before this paren. (space-in-parens)
(#5155) There should be no space after this paren. (space-in-parens)
(#5155) There should be no space after this paren. (space-in-parens)
(#5155) There should be no space before this paren. (space-in-parens)
(#5155) There should be no space before this paren. (space-in-parens)
(#5156) There should be no space after this paren. (space-in-parens)
(#5156) Unexpected space after unary operator '!'. (space-unary-ops)
(#5156) There should be no space after this paren. (space-in-parens)
(#5156) There should be no space before this paren. (space-in-parens)
(#5156) There should be no space before this paren. (space-in-parens)
(#5159) There should be no space after this paren. (space-in-parens)
(#5159) There should be no space before this paren. (space-in-parens)
(#5160) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5161) There should be no space after this paren. (space-in-parens)
(#5161) There should be no space before this paren. (space-in-parens)
(#5163) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5183) There should be no space after this paren. (space-in-parens)
(#5183) There should be no space before this paren. (space-in-parens)
(#5184) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5186) There should be no space after this paren. (space-in-parens)
(#5186) Unexpected space before function parentheses. (space-before-function-paren)
(#5189) There should be no space before this paren. (space-in-parens)
(#5190) There should be no space after this paren. (space-in-parens)
(#5190) Unexpected space before function parentheses. (space-before-function-paren)
(#5190) Missing space before opening brace. (space-before-blocks)
(#5191) There should be no space after this paren. (space-in-parens)
(#5191) There should be no space before this paren. (space-in-parens)
(#5195) There should be no space before this paren. (space-in-parens)
(#5196) There should be no space after this paren. (space-in-parens)
(#5196) Unexpected space before function parentheses. (space-before-function-paren)
(#5199) There should be no space before this paren. (space-in-parens)
(#5212) There should be no space after this paren. (space-in-parens)
(#5212) There should be no space before this paren. (space-in-parens)
(#5213) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5214) There should be no space after this paren. (space-in-parens)
(#5214) There should be no space before this paren. (space-in-parens)
(#5215) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5216) There should be no space after this paren. (space-in-parens)
(#5219) There should be no space before this paren. (space-in-parens)
(#5238) There should be no space after this paren. (space-in-parens)
(#5238) There should be no space before this paren. (space-in-parens)
(#5239) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5242) There should be no space after this paren. (space-in-parens)
(#5242) There should be no space before this paren. (space-in-parens)
(#5243) There should be no space after this paren. (space-in-parens)
(#5243) Unexpected space before function parentheses. (space-before-function-paren)
(#5243) 'i' is defined but never used. (no-unused-vars)
(#5244) There should be no space after this paren. (space-in-parens)
(#5244) There should be no space before this paren. (space-in-parens)
(#5245) There should be no space before this paren. (space-in-parens)
(#5248) There should be no space after this paren. (space-in-parens)
(#5248) There should be no space before this paren. (space-in-parens)
(#5249) There should be no space after this paren. (space-in-parens)
(#5249) Operator '+' must be spaced. (space-infix-ops)
(#5249) There should be no space before this paren. (space-in-parens)
(#5251) There should be no space after this paren. (space-in-parens)
(#5251) There should be no space before this paren. (space-in-parens)
(#5253) There should be no space after this paren. (space-in-parens)
(#5253) There should be no space before this paren. (space-in-parens)
(#5260) Unexpected space before function parentheses. (space-before-function-paren)
(#5260) There should be no space after this paren. (space-in-parens)
(#5260) There should be no space before this paren. (space-in-parens)
(#5261) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5268) There should be no space after this paren. (space-in-parens)
(#5268) There should be no space before this paren. (space-in-parens)
(#5269) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5276) There should be no space after this paren. (space-in-parens)
(#5276) There should be no space before this paren. (space-in-parens)
(#5277) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5285) There should be no space after this paren. (space-in-parens)
(#5285) There should be no space before this paren. (space-in-parens)
(#5286) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5290) There should be no space after this paren. (space-in-parens)
(#5290) There should be no space after this paren. (space-in-parens)
(#5290) There should be no space before this paren. (space-in-parens)
(#5290) There should be no space before this paren. (space-in-parens)
(#5294) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5295) There should be no space after this paren. (space-in-parens)
(#5295) There should be no space before this paren. (space-in-parens)
(#5314) Unexpected space before function parentheses. (space-before-function-paren)
(#5314) There should be no space after this paren. (space-in-parens)
(#5314) There should be no space before this paren. (space-in-parens)
(#5315) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5316) There should be no space after this paren. (space-in-parens)
(#5316) There should be no space before this paren. (space-in-parens)
(#5318) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5319) There should be no space after this paren. (space-in-parens)
(#5319) There should be no space before this paren. (space-in-parens)
(#5326) There should be no space after this paren. (space-in-parens)
(#5326) There should be no space before this paren. (space-in-parens)
(#5327) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5364) Unexpected space before function parentheses. (space-before-function-paren)
(#5364) There should be no space after this paren. (space-in-parens)
(#5364) There should be no space before this paren. (space-in-parens)
(#5365) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5366) There should be no space after this paren. (space-in-parens)
(#5366) There should be no space before this paren. (space-in-parens)
(#5418) Unexpected space before function parentheses. (space-before-function-paren)
(#5418) There should be no space after this paren. (space-in-parens)
(#5418) There should be no space before this paren. (space-in-parens)
(#5419) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5420) There should be no space after this paren. (space-in-parens)
(#5420) There should be no space before this paren. (space-in-parens)
(#5433) Unexpected space before function parentheses. (space-before-function-paren)
(#5433) There should be no space after this paren. (space-in-parens)
(#5433) There should be no space before this paren. (space-in-parens)
(#5434) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5437) There should be no space after this paren. (space-in-parens)
(#5437) There should be no space after '['. (computed-property-spacing)
(#5437) There should be no space before ']'. (computed-property-spacing)
(#5437) There should be no space before this paren. (space-in-parens)
(#5439) There should be no space after this paren. (space-in-parens)
(#5439) There should be no space before this paren. (space-in-parens)
(#5481) There should be no space after this paren. (space-in-parens)
(#5481) There should be no space before this paren. (space-in-parens)
(#5482) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5483) There should be no space after this paren. (space-in-parens)
(#5483) There should be no space before this paren. (space-in-parens)
(#5486) There should be no space after this paren. (space-in-parens)
(#5486) There should be no space before this paren. (space-in-parens)
(#5487) There should be no space after this paren. (space-in-parens)
(#5487) There should be no space before this paren. (space-in-parens)
(#5488) There should be no space after this paren. (space-in-parens)
(#5488) There should be no space before this paren. (space-in-parens)
(#5490) There should be no space after this paren. (space-in-parens)
(#5490) There should be no space before this paren. (space-in-parens)
(#5519) Unexpected space before function parentheses. (space-before-function-paren)
(#5519) There should be no space after this paren. (space-in-parens)
(#5519) There should be no space before this paren. (space-in-parens)
(#5520) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5521) There should be no space after this paren. (space-in-parens)
(#5521) There should be no space before this paren. (space-in-parens)
(#5525) There should be no space after this paren. (space-in-parens)
(#5525) There should be no space before this paren. (space-in-parens)
(#5526) There should be no space after this paren. (space-in-parens)
(#5526) There should be no space before this paren. (space-in-parens)
(#5527) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5528) There should be no space after this paren. (space-in-parens)
(#5528) There should be no space before this paren. (space-in-parens)
(#5530) There should be no space after this paren. (space-in-parens)
(#5530) There should be no space before this paren. (space-in-parens)
(#5549) There should be no space after this paren. (space-in-parens)
(#5549) There should be no space before this paren. (space-in-parens)
(#5550) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5551) There should be no space after this paren. (space-in-parens)
(#5551) There should be no space before this paren. (space-in-parens)
(#5553) There should be no space after this paren. (space-in-parens)
(#5553) There should be no space before this paren. (space-in-parens)
(#5583) There should be no space after this paren. (space-in-parens)
(#5583) There should be no space before this paren. (space-in-parens)
(#5584) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5585) There should be no space after this paren. (space-in-parens)
(#5585) There should be no space before this paren. (space-in-parens)
(#5585) There should be no space after this paren. (space-in-parens)
(#5585) There should be no space before this paren. (space-in-parens)
(#5607) There should be no space after this paren. (space-in-parens)
(#5607) There should be no space before this paren. (space-in-parens)
(#5608) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5609) There should be no space after this paren. (space-in-parens)
(#5609) There should be no space before this paren. (space-in-parens)
(#5610) There should be no space after this paren. (space-in-parens)
(#5610) There should be no space before this paren. (space-in-parens)
(#5612) There should be no space after '['. (computed-property-spacing)
(#5612) There should be no space before ']'. (computed-property-spacing)
(#5616) There should be no space after this paren. (space-in-parens)
(#5616) There should be no space before this paren. (space-in-parens)
(#5617) There should be no space after this paren. (space-in-parens)
(#5617) There should be no space before this paren. (space-in-parens)
(#5620) There should be no space after this paren. (space-in-parens)
(#5620) There should be no space before this paren. (space-in-parens)
(#5642) Unexpected space before function parentheses. (space-before-function-paren)
(#5642) There should be no space after this paren. (space-in-parens)
(#5642) There should be no space before this paren. (space-in-parens)
(#5643) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5644) There should be no space after this paren. (space-in-parens)
(#5644) There should be no space before this paren. (space-in-parens)
(#5644) There should be no space after this paren. (space-in-parens)
(#5644) There should be no space before this paren. (space-in-parens)
(#5662) There should be no space after this paren. (space-in-parens)
(#5662) There should be no space before this paren. (space-in-parens)
(#5663) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5666) There should be no space after this paren. (space-in-parens)
(#5666) There should be no space before this paren. (space-in-parens)
(#5666) There should be no space after this paren. (space-in-parens)
(#5666) There should be no space before this paren. (space-in-parens)
(#5689) There should be no space after this paren. (space-in-parens)
(#5689) There should be no space before this paren. (space-in-parens)
(#5690) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5691) There should be no space after this paren. (space-in-parens)
(#5691) There should be no space before this paren. (space-in-parens)
(#5693) There should be no space after this paren. (space-in-parens)
(#5693) There should be no space before this paren. (space-in-parens)
(#5694) There should be no space after this paren. (space-in-parens)
(#5694) There should be no space before this paren. (space-in-parens)
(#5695) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5697) There should be no space after this paren. (space-in-parens)
(#5697) There should be no space before this paren. (space-in-parens)
(#5697) There should be no space after this paren. (space-in-parens)
(#5697) There should be no space before this paren. (space-in-parens)
(#5741) There should be no space after this paren. (space-in-parens)
(#5741) There should be no space before this paren. (space-in-parens)
(#5742) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5743) There should be no space after this paren. (space-in-parens)
(#5743) There should be no space before this paren. (space-in-parens)
(#5745) There should be no space after this paren. (space-in-parens)
(#5745) There should be no space before this paren. (space-in-parens)
(#5749) There should be no space after this paren. (space-in-parens)
(#5749) There should be no space before this paren. (space-in-parens)
(#5750) There should be no space after this paren. (space-in-parens)
(#5750) There should be no space before this paren. (space-in-parens)
(#5775) There should be no space after this paren. (space-in-parens)
(#5775) There should be no space before this paren. (space-in-parens)
(#5776) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5777) There should be no space after this paren. (space-in-parens)
(#5777) There should be no space before this paren. (space-in-parens)
(#5780) There should be no space after this paren. (space-in-parens)
(#5780) There should be no space before this paren. (space-in-parens)
(#5813) There should be no space after this paren. (space-in-parens)
(#5813) There should be no space before this paren. (space-in-parens)
(#5814) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5815) There should be no space after this paren. (space-in-parens)
(#5815) There should be no space before this paren. (space-in-parens)
(#5818) There should be no space after this paren. (space-in-parens)
(#5818) There should be no space before this paren. (space-in-parens)
(#5819) There should be no space after this paren. (space-in-parens)
(#5819) There should be no space before this paren. (space-in-parens)
(#5820) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5821) There should be no space after this paren. (space-in-parens)
(#5821) There should be no space before this paren. (space-in-parens)
(#5822) There should be no space after this paren. (space-in-parens)
(#5822) There should be no space before this paren. (space-in-parens)
(#5857) There should be no space after this paren. (space-in-parens)
(#5857) There should be no space before this paren. (space-in-parens)
(#5858) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5859) There should be no space after this paren. (space-in-parens)
(#5859) There should be no space before this paren. (space-in-parens)
(#5859) There should be no space after this paren. (space-in-parens)
(#5859) There should be no space before this paren. (space-in-parens)
(#5893) There should be no space after this paren. (space-in-parens)
(#5893) There should be no space before this paren. (space-in-parens)
(#5894) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5895) There should be no space after this paren. (space-in-parens)
(#5895) There should be no space before this paren. (space-in-parens)
(#5896) There should be no space after this paren. (space-in-parens)
(#5896) There should be no space before this paren. (space-in-parens)
(#5897) There should be no space after this paren. (space-in-parens)
(#5897) There should be no space before this paren. (space-in-parens)
(#5919) Unexpected space before function parentheses. (space-before-function-paren)
(#5919) There should be no space after this paren. (space-in-parens)
(#5919) There should be no space before this paren. (space-in-parens)
(#5920) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5921) There should be no space after this paren. (space-in-parens)
(#5921) There should be no space before this paren. (space-in-parens)
(#5921) There should be no space after this paren. (space-in-parens)
(#5921) There should be no space before this paren. (space-in-parens)
(#5923) There should be no space after this paren. (space-in-parens)
(#5923) There should be no space before this paren. (space-in-parens)
(#5945) Unexpected space before function parentheses. (space-before-function-paren)
(#5945) There should be no space after this paren. (space-in-parens)
(#5945) There should be no space before this paren. (space-in-parens)
(#5946) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5947) There should be no space after this paren. (space-in-parens)
(#5947) There should be no space before this paren. (space-in-parens)
(#5947) There should be no space after this paren. (space-in-parens)
(#5947) There should be no space before this paren. (space-in-parens)
(#5947) There should be no space after this paren. (space-in-parens)
(#5947) There should be no space before this paren. (space-in-parens)
(#5949) There should be no space after this paren. (space-in-parens)
(#5949) There should be no space before this paren. (space-in-parens)
(#5972) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5973) There should be no space after this paren. (space-in-parens)
(#5973) There should be no space before this paren. (space-in-parens)
(#5992) There should be no space after this paren. (space-in-parens)
(#5992) There should be no space before this paren. (space-in-parens)
(#5993) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#5994) There should be no space after this paren. (space-in-parens)
(#5994) There should be no space before this paren. (space-in-parens)
(#5994) There should be no space after this paren. (space-in-parens)
(#5994) There should be no space before this paren. (space-in-parens)
(#6014) There should be no space after this paren. (space-in-parens)
(#6014) There should be no space before this paren. (space-in-parens)
(#6015) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6016) There should be no space after this paren. (space-in-parens)
(#6016) There should be no space before this paren. (space-in-parens)
(#6016) There should be no space after this paren. (space-in-parens)
(#6016) There should be no space before this paren. (space-in-parens)
(#6042) There should be no space after this paren. (space-in-parens)
(#6042) There should be no space before this paren. (space-in-parens)
(#6043) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6044) There should be no space after this paren. (space-in-parens)
(#6044) There should be no space before this paren. (space-in-parens)
(#6046) There should be no space after this paren. (space-in-parens)
(#6046) There should be no space before this paren. (space-in-parens)
(#6047) There should be no space after this paren. (space-in-parens)
(#6047) There should be no space before this paren. (space-in-parens)
(#6047) There should be no space after this paren. (space-in-parens)
(#6047) There should be no space before this paren. (space-in-parens)
(#6048) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6050) There should be no space after this paren. (space-in-parens)
(#6050) There should be no space before this paren. (space-in-parens)
(#6050) There should be no space after this paren. (space-in-parens)
(#6050) There should be no space before this paren. (space-in-parens)
(#6053) There should be no space after this paren. (space-in-parens)
(#6053) There should be no space before this paren. (space-in-parens)
(#6057) There should be no space after this paren. (space-in-parens)
(#6057) There should be no space before this paren. (space-in-parens)
(#6088) There should be no space after this paren. (space-in-parens)
(#6088) There should be no space before this paren. (space-in-parens)
(#6095) There should be no space after this paren. (space-in-parens)
(#6095) There should be no space before this paren. (space-in-parens)
(#6096) There should be no space after this paren. (space-in-parens)
(#6096) There should be no space before this paren. (space-in-parens)
(#6101) Function has a complexity of 58. Maximum allowed is 20. (complexity)
(#6105) Comments should not begin with a lowercase character. (capitalized-comments)
(#6106) There should be no space after this paren. (space-in-parens)
(#6106) There should be no space before this paren. (space-in-parens)
(#6109) Expected space or tab after '/*' in comment. (spaced-comment)
(#6109) 'oInit' is defined but never used. (no-unused-vars)
(#6109) '_that' is defined but never used. (no-unused-vars)
(#6109) 'emptyInit' is defined but never used. (no-unused-vars)
(#6110) Operator '=' must be spaced. (space-infix-ops)
(#6110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6110) 'j' is defined but never used. (no-unused-vars)
(#6110) 'jLen' is defined but never used. (no-unused-vars)
(#6110) 'k' is defined but never used. (no-unused-vars)
(#6110) 'kLen' is defined but never used. (no-unused-vars)
(#6111) Unexpected 'this'. (no-invalid-this)
(#6111) There should be no space after this paren. (space-in-parens)
(#6111) There should be no space before this paren. (space-in-parens)
(#6114) Unexpected 'this'. (no-invalid-this)
(#6118) There should be no space after this paren. (space-in-parens)
(#6118) Unexpected 'this'. (no-invalid-this)
(#6118) There should be no space before this paren. (space-in-parens)
(#6119) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6120) There should be no space after this paren. (space-in-parens)
(#6120) Operator '+' must be spaced. (space-infix-ops)
(#6120) Unexpected 'this'. (no-invalid-this)
(#6120) Operator '+' must be spaced. (space-infix-ops)
(#6120) There should be no space before this paren. (space-in-parens)
(#6125) There should be no space after this paren. (space-in-parens)
(#6125) There should be no space before this paren. (space-in-parens)
(#6126) There should be no space after this paren. (space-in-parens)
(#6126) There should be no space before this paren. (space-in-parens)
(#6129) There should be no space after this paren. (space-in-parens)
(#6129) There should be no space before this paren. (space-in-parens)
(#6130) There should be no space after this paren. (space-in-parens)
(#6130) There should be no space before this paren. (space-in-parens)
(#6133) There should be no space after this paren. (space-in-parens)
(#6133) There should be no space after this paren. (space-in-parens)
(#6133) There should be no space before this paren. (space-in-parens)
(#6133) There should be no space before this paren. (space-in-parens)
(#6136) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6139) There should be no space after this paren. (space-in-parens)
(#6139) Operator '=' must be spaced. (space-infix-ops)
(#6139) Operator '=' must be spaced. (space-infix-ops)
(#6139) Unexpected whitespace before semicolon. (semi-spacing)
(#6139) Operator '<' must be spaced. (space-infix-ops)
(#6139) Unexpected whitespace before semicolon. (semi-spacing)
(#6139) There should be no space before this paren. (space-in-parens)
(#6140) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6144) There should be no space after this paren. (space-in-parens)
(#6144) Unexpected 'this'. (no-invalid-this)
(#6144) Unexpected 'this'. (no-invalid-this)
(#6144) Unexpected 'this'. (no-invalid-this)
(#6144) There should be no space before this paren. (space-in-parens)
(#6145) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6149) There should be no space after this paren. (space-in-parens)
(#6149) There should be no space before this paren. (space-in-parens)
(#6150) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6151) Function expected no return value. (consistent-return)
(#6152) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6153) There should be no space after this paren. (space-in-parens)
(#6153) There should be no space before this paren. (space-in-parens)
(#6154) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6157) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6159) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6160) There should be no space after this paren. (space-in-parens)
(#6160) There should be no space before this paren. (space-in-parens)
(#6170) There should be no space after this paren. (space-in-parens)
(#6170) Unexpected 'this'. (no-invalid-this)
(#6170) There should be no space before this paren. (space-in-parens)
(#6171) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6172) There should be no space after this paren. (space-in-parens)
(#6172) There should be no space before this paren. (space-in-parens)
(#6178) There should be no space after this paren. (space-in-parens)
(#6178) There should be no space before this paren. (space-in-parens)
(#6179) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6180) Operator '+' must be spaced. (space-infix-ops)
(#6181) Unexpected 'this'. (no-invalid-this)
(#6185) There should be no space after this paren. (space-in-parens)
(#6189) There should be no space before this paren. (space-in-parens)
(#6190) Unexpected 'this'. (no-invalid-this)
(#6191) Multiple spaces found before '='. (no-multi-spaces)
(#6192) Multiple spaces found before '='. (no-multi-spaces)
(#6194) There should be no space after this paren. (space-in-parens)
(#6194) There should be no space before this paren. (space-in-parens)
(#6198) Operator '===' must be spaced. (space-infix-ops)
(#6201) There should be no space after this paren. (space-in-parens)
(#6201) There should be no space before this paren. (space-in-parens)
(#6203) There should be no space after this paren. (space-in-parens)
(#6203) There should be no space before this paren. (space-in-parens)
(#6204) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6205) There should be no space after this paren. (space-in-parens)
(#6205) There should be no space before this paren. (space-in-parens)
(#6209) There should be no space after this paren. (space-in-parens)
(#6209) Unexpected space after unary operator '!'. (space-unary-ops)
(#6209) There should be no space before this paren. (space-in-parens)
(#6210) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6211) There should be no space after this paren. (space-in-parens)
(#6211) There should be no space before this paren. (space-in-parens)
(#6217) There should be no space after this paren. (space-in-parens)
(#6217) There should be no space after this paren. (space-in-parens)
(#6217) There should be no space before this paren. (space-in-parens)
(#6217) There should be no space before this paren. (space-in-parens)
(#6221) There should be no space after this paren. (space-in-parens)
(#6233) There should be no space before this paren. (space-in-parens)
(#6234) There should be no space after this paren. (space-in-parens)
(#6255) There should be no space after '['. (array-bracket-spacing)
(#6255) There should be no space before ']'. (array-bracket-spacing)
(#6255) Comments should not begin with a lowercase character. (capitalized-comments)
(#6256) There should be no space after '['. (array-bracket-spacing)
(#6256) There should be no space before ']'. (array-bracket-spacing)
(#6257) There should be no space after '['. (array-bracket-spacing)
(#6257) There should be no space before ']'. (array-bracket-spacing)
(#6258) There should be no space after '['. (array-bracket-spacing)
(#6258) There should be no space before ']'. (array-bracket-spacing)
(#6259) There should be no space after '['. (array-bracket-spacing)
(#6259) There should be no space before ']'. (array-bracket-spacing)
(#6260) There should be no space before this paren. (space-in-parens)
(#6261) There should be no space after this paren. (space-in-parens)
(#6262) There should be no space after '['. (array-bracket-spacing)
(#6262) There should be no space before ']'. (array-bracket-spacing)
(#6263) There should be no space after '['. (array-bracket-spacing)
(#6263) There should be no space before ']'. (array-bracket-spacing)
(#6264) There should be no space after '['. (array-bracket-spacing)
(#6264) There should be no space before ']'. (array-bracket-spacing)
(#6265) There should be no space after '['. (array-bracket-spacing)
(#6265) There should be no space before ']'. (array-bracket-spacing)
(#6266) There should be no space before this paren. (space-in-parens)
(#6267) There should be no space after this paren. (space-in-parens)
(#6267) There should be no space before this paren. (space-in-parens)
(#6270) There should be no space after this paren. (space-in-parens)
(#6270) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6270) Multiple spaces found before ''user''. (no-multi-spaces)
(#6270) There should be no space before this paren. (space-in-parens)
(#6271) There should be no space after this paren. (space-in-parens)
(#6271) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6271) Multiple spaces found before ''user''. (no-multi-spaces)
(#6271) There should be no space before this paren. (space-in-parens)
(#6272) There should be no space after this paren. (space-in-parens)
(#6272) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6272) Multiple spaces found before ''user''. (no-multi-spaces)
(#6272) There should be no space before this paren. (space-in-parens)
(#6273) There should be no space after this paren. (space-in-parens)
(#6273) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6273) Multiple spaces found before ''user''. (no-multi-spaces)
(#6273) There should be no space before this paren. (space-in-parens)
(#6274) There should be no space after this paren. (space-in-parens)
(#6274) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6274) Multiple spaces found before ''user''. (no-multi-spaces)
(#6274) There should be no space before this paren. (space-in-parens)
(#6275) There should be no space after this paren. (space-in-parens)
(#6275) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6275) Multiple spaces found before ''user''. (no-multi-spaces)
(#6275) There should be no space before this paren. (space-in-parens)
(#6276) There should be no space after this paren. (space-in-parens)
(#6276) Multiple spaces found before ''user''. (no-multi-spaces)
(#6276) There should be no space before this paren. (space-in-parens)
(#6277) There should be no space after this paren. (space-in-parens)
(#6277) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6277) Multiple spaces found before ''user''. (no-multi-spaces)
(#6277) There should be no space before this paren. (space-in-parens)
(#6278) There should be no space after this paren. (space-in-parens)
(#6278) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6278) Multiple spaces found before ''user''. (no-multi-spaces)
(#6278) There should be no space before this paren. (space-in-parens)
(#6279) There should be no space after this paren. (space-in-parens)
(#6279) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6279) Multiple spaces found before ''user''. (no-multi-spaces)
(#6279) There should be no space before this paren. (space-in-parens)
(#6280) There should be no space after this paren. (space-in-parens)
(#6280) Multiple spaces found before 'oInit'. (no-multi-spaces)
(#6280) Multiple spaces found before ''user''. (no-multi-spaces)
(#6280) There should be no space before this paren. (space-in-parens)
(#6282) There should be no space after this paren. (space-in-parens)
(#6282) There should be no space before this paren. (space-in-parens)
(#6285) There should be no space after this paren. (space-in-parens)
(#6285) There should be no space before this paren. (space-in-parens)
(#6290) There should be no space after this paren. (space-in-parens)
(#6290) There should be no space before this paren. (space-in-parens)
(#6291) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6295) There should be no space after this paren. (space-in-parens)
(#6295) There should be no space before this paren. (space-in-parens)
(#6297) There should be no space after this paren. (space-in-parens)
(#6297) There should be no space before this paren. (space-in-parens)
(#6298) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6303) There should be no space after this paren. (space-in-parens)
(#6303) Unexpected space after unary operator '!'. (space-unary-ops)
(#6303) There should be no space before this paren. (space-in-parens)
(#6305) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6306) There should be no space after this paren. (space-in-parens)
(#6306) There should be no space after this paren. (space-in-parens)
(#6306) There should be no space before this paren. (space-in-parens)
(#6306) Unexpected space after unary operator '!'. (space-unary-ops)
(#6306) There should be no space before this paren. (space-in-parens)
(#6309) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6311) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6312) There should be no space after this paren. (space-in-parens)
(#6312) There should be no space before this paren. (space-in-parens)
(#6314) There should be no space after this paren. (space-in-parens)
(#6314) There should be no space before this paren. (space-in-parens)
(#6317) There should be no space after this paren. (space-in-parens)
(#6317) There should be no space before this paren. (space-in-parens)
(#6318) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6324) There should be no space after this paren. (space-in-parens)
(#6324) There should be no space before this paren. (space-in-parens)
(#6325) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6327) There should be no space after this paren. (space-in-parens)
(#6327) There should be no space before this paren. (space-in-parens)
(#6334) There should be no space after this paren. (space-in-parens)
(#6334) There should be no space before this paren. (space-in-parens)
(#6336) There should be no space after this paren. (space-in-parens)
(#6336) There should be no space before this paren. (space-in-parens)
(#6337) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6342) There should be no space after this paren. (space-in-parens)
(#6345) Unexpected space before function parentheses. (space-before-function-paren)
(#6345) There should be no space after this paren. (space-in-parens)
(#6345) There should be no space before this paren. (space-in-parens)
(#6346) There should be no space after this paren. (space-in-parens)
(#6346) There should be no space before this paren. (space-in-parens)
(#6347) There should be no space after this paren. (space-in-parens)
(#6347) There should be no space before this paren. (space-in-parens)
(#6348) There should be no space after this paren. (space-in-parens)
(#6348) There should be no space before this paren. (space-in-parens)
(#6349) There should be no space after this paren. (space-in-parens)
(#6349) There should be no space before this paren. (space-in-parens)
(#6351) Unexpected space before function parentheses. (space-before-function-paren)
(#6353) There should be no space after this paren. (space-in-parens)
(#6353) There should be no space before this paren. (space-in-parens)
(#6355) There should be no space before this paren. (space-in-parens)
(#6362) There should be no space after this paren. (space-in-parens)
(#6362) There should be no space before this paren. (space-in-parens)
(#6363) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6364) Operator '=' must be spaced. (space-infix-ops)
(#6373) There should be no space after this paren. (space-in-parens)
(#6373) There should be no space after this paren. (space-in-parens)
(#6373) There should be no space after this paren. (space-in-parens)
(#6373) 'i' is defined but never used. (no-unused-vars)
(#6375) There should be no space before this paren. (space-in-parens)
(#6375) There should be no space before this paren. (space-in-parens)
(#6375) There should be no space before this paren. (space-in-parens)
(#6376) Unexpected 'this'. (no-invalid-this)
(#6376) There should be no space after this paren. (space-in-parens)
(#6376) There should be no space before this paren. (space-in-parens)
(#6386) Unexpected 'this'. (no-invalid-this)
(#6387) There should be no space after this paren. (space-in-parens)
(#6387) There should be no space before this paren. (space-in-parens)
(#6388) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6389) There should be no space after this paren. (space-in-parens)
(#6389) There should be no space before this paren. (space-in-parens)
(#6390) There should be no space after this paren. (space-in-parens)
(#6390) There should be no space before this paren. (space-in-parens)
(#6394) There should be no space after this paren. (space-in-parens)
(#6394) There should be no space before this paren. (space-in-parens)
(#6395) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6397) There should be no space after this paren. (space-in-parens)
(#6397) Operator '=' must be spaced. (space-infix-ops)
(#6397) Operator '=' must be spaced. (space-infix-ops)
(#6397) Unexpected whitespace before semicolon. (semi-spacing)
(#6397) Operator '<' must be spaced. (space-infix-ops)
(#6397) Unexpected whitespace before semicolon. (semi-spacing)
(#6397) There should be no space before this paren. (space-in-parens)
(#6398) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6399) There should be no space after this paren. (space-in-parens)
(#6399) There should be no space before this paren. (space-in-parens)
(#6401) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6403) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6408) There should be no space after this paren. (space-in-parens)
(#6408) Operator '=' must be spaced. (space-infix-ops)
(#6408) Operator '=' must be spaced. (space-infix-ops)
(#6408) Unexpected whitespace before semicolon. (semi-spacing)
(#6408) Operator '<' must be spaced. (space-infix-ops)
(#6408) Unexpected whitespace before semicolon. (semi-spacing)
(#6408) There should be no space before this paren. (space-in-parens)
(#6409) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6410) There should be no space after this paren. (space-in-parens)
(#6410) There should be no space before this paren. (space-in-parens)
(#6414) There should be no space after this paren. (space-in-parens)
(#6414) Unexpected space before function parentheses. (space-before-function-paren)
(#6415) There should be no space after this paren. (space-in-parens)
(#6415) There should be no space before this paren. (space-in-parens)
(#6416) There should be no space before this paren. (space-in-parens)
(#6421) There should be no space after this paren. (space-in-parens)
(#6421) There should be no space before this paren. (space-in-parens)
(#6422) Unexpected space before function parentheses. (space-before-function-paren)
(#6422) There should be no space after this paren. (space-in-parens)
(#6422) There should be no space before this paren. (space-in-parens)
(#6423) There should be no space after this paren. (space-in-parens)
(#6423) Operator '+' must be spaced. (space-infix-ops)
(#6423) There should be no space before this paren. (space-in-parens)
(#6426) There should be no space after this paren. (space-in-parens)
(#6426) There should be no space before this paren. (space-in-parens)
(#6426) There should be no space after this paren. (space-in-parens)
(#6426) Unexpected space before function parentheses. (space-before-function-paren)
(#6429) There should be no space after this paren. (space-in-parens)
(#6429) There should be no space before this paren. (space-in-parens)
(#6430) There should be no space after this paren. (space-in-parens)
(#6430) There should be no space before this paren. (space-in-parens)
(#6430) There should be no space after this paren. (space-in-parens)
(#6430) There should be no space before this paren. (space-in-parens)
(#6431) There should be no space after this paren. (space-in-parens)
(#6431) There should be no space before this paren. (space-in-parens)
(#6431) There should be no space after this paren. (space-in-parens)
(#6431) There should be no space before this paren. (space-in-parens)
(#6433) There should be no space after this paren. (space-in-parens)
(#6433) There should be no space before this paren. (space-in-parens)
(#6435) Operator '+' must be spaced. (space-infix-ops)
(#6436) Multiple spaces found before '?'. (no-multi-spaces)
(#6436) Operator '+' must be spaced. (space-infix-ops)
(#6436) Operator '+' must be spaced. (space-infix-ops)
(#6436) Multiple spaces found before ':'. (no-multi-spaces)
(#6437) Multiple spaces found before '?'. (no-multi-spaces)
(#6437) Operator '+' must be spaced. (space-infix-ops)
(#6437) Operator '+' must be spaced. (space-infix-ops)
(#6437) Multiple spaces found before ':'. (no-multi-spaces)
(#6438) Operator '+' must be spaced. (space-infix-ops)
(#6438) Operator '+' must be spaced. (space-infix-ops)
(#6441) There should be no space after this paren. (space-in-parens)
(#6441) There should be no space before this paren. (space-in-parens)
(#6444) There should be no space before this paren. (space-in-parens)
(#6450) There should be no space after this paren. (space-in-parens)
(#6450) There should be no space before this paren. (space-in-parens)
(#6451) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6453) There should be no space after this paren. (space-in-parens)
(#6453) There should be no space before this paren. (space-in-parens)
(#6454) There should be no space after this paren. (space-in-parens)
(#6454) There should be no space before this paren. (space-in-parens)
(#6465) There should be no space after this paren. (space-in-parens)
(#6465) There should be no space before this paren. (space-in-parens)
(#6466) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6468) There should be no space after this paren. (space-in-parens)
(#6468) Operator '=' must be spaced. (space-infix-ops)
(#6468) Operator '=' must be spaced. (space-infix-ops)
(#6468) Unexpected whitespace before semicolon. (semi-spacing)
(#6468) Operator '<' must be spaced. (space-infix-ops)
(#6468) Unexpected whitespace before semicolon. (semi-spacing)
(#6468) There should be no space before this paren. (space-in-parens)
(#6469) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6470) There should be no space after '['. (computed-property-spacing)
(#6470) There should be no space before ']'. (computed-property-spacing)
(#6477) There should be no space after this paren. (space-in-parens)
(#6477) There should be no space before this paren. (space-in-parens)
(#6479) There should be no space after this paren. (space-in-parens)
(#6479) There should be no space before this paren. (space-in-parens)
(#6480) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6481) There should be no space after this paren. (space-in-parens)
(#6481) Unexpected space before function parentheses. (space-before-function-paren)
(#6482) There should be no space after this paren. (space-in-parens)
(#6482) There should be no space before this paren. (space-in-parens)
(#6483) There should be no space after this paren. (space-in-parens)
(#6483) There should be no space before this paren. (space-in-parens)
(#6486) There should be no space after this paren. (space-in-parens)
(#6486) Unexpected space before function parentheses. (space-before-function-paren)
(#6487) There should be no space after '['. (computed-property-spacing)
(#6487) There should be no space before ']'. (computed-property-spacing)
(#6488) There should be no space before this paren. (space-in-parens)
(#6490) There should be no space after this paren. (space-in-parens)
(#6490) There should be no space before this paren. (space-in-parens)
(#6491) There should be no space after this paren. (space-in-parens)
(#6491) There should be no space before this paren. (space-in-parens)
(#6493) There should be no space before this paren. (space-in-parens)
(#6496) There should be no space after this paren. (space-in-parens)
(#6496) Unexpected space before function parentheses. (space-before-function-paren)
(#6497) There should be no space after this paren. (space-in-parens)
(#6497) There should be no space after this paren. (space-in-parens)
(#6497) There should be no space before this paren. (space-in-parens)
(#6497) There should be no space before this paren. (space-in-parens)
(#6498) There should be no space after this paren. (space-in-parens)
(#6498) There should be no space before this paren. (space-in-parens)
(#6500) There should be no space before this paren. (space-in-parens)
(#6509) There should be no space after this paren. (space-in-parens)
(#6509) Unexpected space before function parentheses. (space-before-function-paren)
(#6510) Unexpected 'this'. (no-invalid-this)
(#6511) There should be no space before this paren. (space-in-parens)
(#6514) There should be no space after this paren. (space-in-parens)
(#6514) There should be no space before this paren. (space-in-parens)
(#6515) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6516) Unexpected 'this'. (no-invalid-this)
(#6521) There should be no space after this paren. (space-in-parens)
(#6521) There should be no space before this paren. (space-in-parens)
(#6522) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6523) Unexpected 'this'. (no-invalid-this)
(#6528) There should be no space after this paren. (space-in-parens)
(#6528) There should be no space before this paren. (space-in-parens)
(#6529) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6532) Unexpected 'this'. (no-invalid-this)
(#6535) There should be no space after this paren. (space-in-parens)
(#6535) There should be no space before this paren. (space-in-parens)
(#6536) There should be no space after this paren. (space-in-parens)
(#6536) There should be no space before this paren. (space-in-parens)
(#6537) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6538) There should be no space after this paren. (space-in-parens)
(#6538) There should be no space before this paren. (space-in-parens)
(#6540) There should be no space after this paren. (space-in-parens)
(#6540) There should be no space before this paren. (space-in-parens)
(#6544) There should be no space after this paren. (space-in-parens)
(#6544) There should be no space before this paren. (space-in-parens)
(#6545) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6546) There should be no space after this paren. (space-in-parens)
(#6546) Operator '=' must be spaced. (space-infix-ops)
(#6546) Unexpected whitespace before semicolon. (semi-spacing)
(#6546) Operator '<' must be spaced. (space-infix-ops)
(#6546) Unexpected whitespace before semicolon. (semi-spacing)
(#6546) There should be no space before this paren. (space-in-parens)
(#6547) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6548) There should be no space after this paren. (space-in-parens)
(#6548) There should be no space after '['. (computed-property-spacing)
(#6548) There should be no space before ']'. (computed-property-spacing)
(#6548) There should be no space before this paren. (space-in-parens)
(#6550) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6551) There should be no space after this paren. (space-in-parens)
(#6551) There should be no space after this paren. (space-in-parens)
(#6551) There should be no space before this paren. (space-in-parens)
(#6551) There should be no space before this paren. (space-in-parens)
(#6552) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6557) There should be no space after this paren. (space-in-parens)
(#6557) There should be no space before this paren. (space-in-parens)
(#6569) There should be no space after this paren. (space-in-parens)
(#6569) There should be no space before this paren. (space-in-parens)
(#6570) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6571) There should be no space after this paren. (space-in-parens)
(#6571) There should be no space before this paren. (space-in-parens)
(#6573) There should be no space before this paren. (space-in-parens)
(#6579) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#6648) Expected to return a value at the end of function. (consistent-return)
(#6648) Unexpected space before function parentheses. (space-before-function-paren)
(#6648) There should be no space after this paren. (space-in-parens)
(#6648) There should be no space before this paren. (space-in-parens)
(#6649) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6652) There should be no space after this paren. (space-in-parens)
(#6652) Unexpected space before function parentheses. (space-before-function-paren)
(#6652) 'i' is defined but never used. (no-unused-vars)
(#6654) There should be no space before this paren. (space-in-parens)
(#6656) There should be no space after this paren. (space-in-parens)
(#6656) Unexpected space after unary operator '!'. (space-unary-ops)
(#6656) There should be no space before this paren. (space-in-parens)
(#6658) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6659) There should be no space after this paren. (space-in-parens)
(#6659) There should be no space before this paren. (space-in-parens)
(#6661) There should be no space after '['. (array-bracket-spacing)
(#6661) There should be no space before ']'. (array-bracket-spacing)
(#6662) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#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) There should be no space after this paren. (space-in-parens)
(#6665) There should be no space before this paren. (space-in-parens)
(#6666) There should be no space after '['. (array-bracket-spacing)
(#6666) There should be no space before ']'. (array-bracket-spacing)
(#6667) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6668) There should be no space after this paren. (space-in-parens)
(#6668) There should be no space before this paren. (space-in-parens)
(#6670) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6671) There should be no space after this paren. (space-in-parens)
(#6671) There should be no space before this paren. (space-in-parens)
(#6672) Comments should not begin with a lowercase character. (capitalized-comments)
(#6674) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6675) There should be no space after this paren. (space-in-parens)
(#6675) There should be no space before this paren. (space-in-parens)
(#6676) Comments should not begin with a lowercase character. (capitalized-comments)
(#6680) There should be no space after this paren. (space-in-parens)
(#6680) There should be no space before this paren. (space-in-parens)
(#6681) There should be no space after this paren. (space-in-parens)
(#6681) 'i' is defined but never used. (no-unused-vars)
(#6682) There should be no space after this paren. (space-in-parens)
(#6682) Unexpected 'this'. (no-invalid-this)
(#6682) There should be no space before this paren. (space-in-parens)
(#6684) There should be no space before this paren. (space-in-parens)
(#6743) Expected to return a value at the end of function. (consistent-return)
(#6743) Unexpected space before function parentheses. (space-before-function-paren)
(#6743) There should be no space after this paren. (space-in-parens)
(#6743) There should be no space before this paren. (space-in-parens)
(#6744) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6745) There should be no space after this paren. (space-in-parens)
(#6745) Unexpected space after unary operator '!'. (space-unary-ops)
(#6745) Unexpected 'this'. (no-invalid-this)
(#6745) There should be no space before this paren. (space-in-parens)
(#6746) There should be no space after this paren. (space-in-parens)
(#6746) There should be no space before this paren. (space-in-parens)
(#6750) Unexpected space before function parentheses. (space-before-function-paren)
(#6750) There should be no space after this paren. (space-in-parens)
(#6750) There should be no space before this paren. (space-in-parens)
(#6751) There should be no space after this paren. (space-in-parens)
(#6751) There should be no space before this paren. (space-in-parens)
(#6752) There should be no space after this paren. (space-in-parens)
(#6752) There should be no space before this paren. (space-in-parens)
(#6753) There should be no space after this paren. (space-in-parens)
(#6753) There should be no space before this paren. (space-in-parens)
(#6757) There should be no space after this paren. (space-in-parens)
(#6757) There should be no space after this paren. (space-in-parens)
(#6757) There should be no space before this paren. (space-in-parens)
(#6757) There should be no space before this paren. (space-in-parens)
(#6758) There should be no space after this paren. (space-in-parens)
(#6758) Operator '=' must be spaced. (space-infix-ops)
(#6758) Operator '=' must be spaced. (space-infix-ops)
(#6758) Unexpected whitespace before semicolon. (semi-spacing)
(#6758) Operator '<' must be spaced. (space-infix-ops)
(#6758) Unexpected whitespace before semicolon. (semi-spacing)
(#6758) There should be no space before this paren. (space-in-parens)
(#6759) There should be no space after this paren. (space-in-parens)
(#6759) There should be no space before this paren. (space-in-parens)
(#6761) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6763) There should be no space after this paren. (space-in-parens)
(#6763) There should be no space before this paren. (space-in-parens)
(#6767) Unexpected 'this'. (no-invalid-this)
(#6767) There should be no space after this paren. (space-in-parens)
(#6767) There should be no space before this paren. (space-in-parens)
(#6770) There should be no space after this paren. (space-in-parens)
(#6770) There should be no space before this paren. (space-in-parens)
(#6771) There should be no space after this paren. (space-in-parens)
(#6771) Unexpected 'this'. (no-invalid-this)
(#6771) There should be no space before this paren. (space-in-parens)
(#6774) Comments should not begin with a lowercase character. (capitalized-comments)
(#6775) Unexpected 'this'. (no-invalid-this)
(#6781) There should be no space after this paren. (space-in-parens)
(#6781) Unexpected 'this'. (no-invalid-this)
(#6781) Unexpected 'this'. (no-invalid-this)
(#6781) There should be no space before this paren. (space-in-parens)
(#6788) There should be no space after this paren. (space-in-parens)
(#6789) Unexpected space before function parentheses. (space-before-function-paren)
(#6790) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6798) Comments should not begin with a lowercase character. (capitalized-comments)
(#6801) Unexpected space before function parentheses. (space-before-function-paren)
(#6802) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6807) Unexpected space before function parentheses. (space-before-function-paren)
(#6807) There should be no space after this paren. (space-in-parens)
(#6807) There should be no space before this paren. (space-in-parens)
(#6808) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6809) There should be no space after this paren. (space-in-parens)
(#6809) Operator '=' must be spaced. (space-infix-ops)
(#6809) Operator '=' must be spaced. (space-infix-ops)
(#6809) Unexpected whitespace before semicolon. (semi-spacing)
(#6809) Operator '<' must be spaced. (space-infix-ops)
(#6809) There should be no space before this paren. (space-in-parens)
(#6810) There should be no space after this paren. (space-in-parens)
(#6810) There should be no space before this paren. (space-in-parens)
(#6817) Unexpected space before function parentheses. (space-before-function-paren)
(#6817) There should be no space after this paren. (space-in-parens)
(#6817) There should be no space before this paren. (space-in-parens)
(#6818) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6822) There should be no space after this paren. (space-in-parens)
(#6822) There should be no space before this paren. (space-in-parens)
(#6827) Unexpected space before function parentheses. (space-before-function-paren)
(#6827) There should be no space after this paren. (space-in-parens)
(#6827) There should be no space before this paren. (space-in-parens)
(#6828) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6831) There should be no space after this paren. (space-in-parens)
(#6831) There should be no space before this paren. (space-in-parens)
(#6832) There should be no space after this paren. (space-in-parens)
(#6832) There should be no space before this paren. (space-in-parens)
(#6833) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6836) There should be no space after this paren. (space-in-parens)
(#6836) Operator '=' must be spaced. (space-infix-ops)
(#6836) Operator '=' must be spaced. (space-infix-ops)
(#6836) Unexpected whitespace before semicolon. (semi-spacing)
(#6836) Operator '<' must be spaced. (space-infix-ops)
(#6836) Unexpected whitespace before semicolon. (semi-spacing)
(#6836) There should be no space before this paren. (space-in-parens)
(#6837) There should be no space after this paren. (space-in-parens)
(#6837) There should be no space after this paren. (space-in-parens)
(#6837) There should be no space before this paren. (space-in-parens)
(#6837) There should be no space before this paren. (space-in-parens)
(#6838) There should be no space after this paren. (space-in-parens)
(#6838) There should be no space before this paren. (space-in-parens)
(#6843) There should be no space after this paren. (space-in-parens)
(#6843) There should be no space before this paren. (space-in-parens)
(#6847) Unexpected space before function parentheses. (space-before-function-paren)
(#6848) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6850) There should be no space after this paren. (space-in-parens)
(#6850) There should be no space after this paren. (space-in-parens)
(#6850) There should be no space before this paren. (space-in-parens)
(#6850) There should be no space before this paren. (space-in-parens)
(#6857) Unexpected space before function parentheses. (space-before-function-paren)
(#6858) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6859) There should be no space after this paren. (space-in-parens)
(#6859) Operator '=' must be spaced. (space-infix-ops)
(#6859) Operator '=' must be spaced. (space-infix-ops)
(#6859) Unexpected whitespace before semicolon. (semi-spacing)
(#6859) Operator '<' must be spaced. (space-infix-ops)
(#6859) Unexpected whitespace before semicolon. (semi-spacing)
(#6859) There should be no space before this paren. (space-in-parens)
(#6860) There should be no space after this paren. (space-in-parens)
(#6860) There should be no space before this paren. (space-in-parens)
(#6867) Unexpected space before function parentheses. (space-before-function-paren)
(#6867) There should be no space after this paren. (space-in-parens)
(#6867) There should be no space before this paren. (space-in-parens)
(#6869) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6876) There should be no space after this paren. (space-in-parens)
(#6876) There should be no space before this paren. (space-in-parens)
(#6883) There should be no space after this paren. (space-in-parens)
(#6883) Operator '=' must be spaced. (space-infix-ops)
(#6883) Operator '=' must be spaced. (space-infix-ops)
(#6883) Unexpected whitespace before semicolon. (semi-spacing)
(#6883) Operator '<' must be spaced. (space-infix-ops)
(#6883) Unexpected whitespace before semicolon. (semi-spacing)
(#6883) There should be no space before this paren. (space-in-parens)
(#6884) There should be no space after this paren. (space-in-parens)
(#6884) There should be no space before this paren. (space-in-parens)
(#6886) There should be no space after this paren. (space-in-parens)
(#6886) There should be no space before this paren. (space-in-parens)
(#6887) There should be no space after this paren. (space-in-parens)
(#6887) There should be no space before this paren. (space-in-parens)
(#6889) There should be no space after this paren. (space-in-parens)
(#6889) There should be no space before this paren. (space-in-parens)
(#6890) There should be no space after this paren. (space-in-parens)
(#6890) There should be no space before this paren. (space-in-parens)
(#6892) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6893) There should be no space after this paren. (space-in-parens)
(#6893) There should be no space before this paren. (space-in-parens)
(#6894) Comments should not begin with a lowercase character. (capitalized-comments)
(#6895) There should be no space after this paren. (space-in-parens)
(#6895) There should be no space before this paren. (space-in-parens)
(#6897) There should be no space after this paren. (space-in-parens)
(#6897) There should be no space before this paren. (space-in-parens)
(#6898) There should be no space after this paren. (space-in-parens)
(#6898) There should be no space before this paren. (space-in-parens)
(#6900) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6901) There should be no space after this paren. (space-in-parens)
(#6901) There should be no space before this paren. (space-in-parens)
(#6902) Comments should not begin with a lowercase character. (capitalized-comments)
(#6906) There should be no space after this paren. (space-in-parens)
(#6906) There should be no space before this paren. (space-in-parens)
(#6907) There should be no space after this paren. (space-in-parens)
(#6907) There should be no space before this paren. (space-in-parens)
(#6910) There should be no space after this paren. (space-in-parens)
(#6910) Operator '=' must be spaced. (space-infix-ops)
(#6910) Operator '=' must be spaced. (space-infix-ops)
(#6910) Unexpected whitespace before semicolon. (semi-spacing)
(#6910) Operator '<' must be spaced. (space-infix-ops)
(#6910) Unexpected whitespace before semicolon. (semi-spacing)
(#6910) There should be no space before this paren. (space-in-parens)
(#6913) There should be no space after this paren. (space-in-parens)
(#6913) There should be no space before this paren. (space-in-parens)
(#6914) There should be no space after this paren. (space-in-parens)
(#6914) There should be no space before this paren. (space-in-parens)
(#6915) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6917) There should be no space after this paren. (space-in-parens)
(#6917) There should be no space before this paren. (space-in-parens)
(#6920) There should be no space after this paren. (space-in-parens)
(#6920) There should be no space before this paren. (space-in-parens)
(#6921) There should be no space after this paren. (space-in-parens)
(#6921) There should be no space before this paren. (space-in-parens)
(#6927) There should be no space after this paren. (space-in-parens)
(#6927) There should be no space before this paren. (space-in-parens)
(#6928) There should be no space after this paren. (space-in-parens)
(#6928) There should be no space after this paren. (space-in-parens)
(#6928) There should be no space before this paren. (space-in-parens)
(#6928) There should be no space before this paren. (space-in-parens)
(#6939) Unexpected space before function parentheses. (space-before-function-paren)
(#6939) 'obj' is defined but never used. (no-unused-vars)
(#6939) 'start' is defined but never used. (no-unused-vars)
(#6940) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6942) There should be no space after this paren. (space-in-parens)
(#6942) There should be no space before this paren. (space-in-parens)
(#6949) Unexpected space before function parentheses. (space-before-function-paren)
(#6949) There should be no space after this paren. (space-in-parens)
(#6949) There should be no space before this paren. (space-in-parens)
(#6950) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6953) There should be no space after this paren. (space-in-parens)
(#6953) There should be no space before this paren. (space-in-parens)
(#6954) There should be no space after this paren. (space-in-parens)
(#6954) There should be no space before this paren. (space-in-parens)
(#6955) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#6958) There should be no space after this paren. (space-in-parens)
(#6958) Operator '=' must be spaced. (space-infix-ops)
(#6958) Operator '=' must be spaced. (space-infix-ops)
(#6958) Unexpected whitespace before semicolon. (semi-spacing)
(#6958) Operator '<' must be spaced. (space-infix-ops)
(#6958) Unexpected whitespace before semicolon. (semi-spacing)
(#6958) There should be no space before this paren. (space-in-parens)
(#6959) There should be no space after this paren. (space-in-parens)
(#6959) There should be no space after this paren. (space-in-parens)
(#6959) There should be no space before this paren. (space-in-parens)
(#6959) There should be no space before this paren. (space-in-parens)
(#6963) There should be no space after this paren. (space-in-parens)
(#6963) There should be no space before this paren. (space-in-parens)
(#6967) Unexpected space before function parentheses. (space-before-function-paren)
(#6967) There should be no space after this paren. (space-in-parens)
(#6967) There should be no space before this paren. (space-in-parens)
(#6968) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6969) There should be no space after this paren. (space-in-parens)
(#6969) Unexpected space before function parentheses. (space-before-function-paren)
(#6969) There should be no space after this paren. (space-in-parens)
(#6969) There should be no space before this paren. (space-in-parens)
(#6970) There should be no space after '['. (computed-property-spacing)
(#6970) There should be no space before ']'. (computed-property-spacing)
(#6971) There should be no space before this paren. (space-in-parens)
(#6981) Unexpected space before function parentheses. (space-before-function-paren)
(#6981) There should be no space after this paren. (space-in-parens)
(#6981) There should be no space before this paren. (space-in-parens)
(#6982) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6983) There should be no space after this paren. (space-in-parens)
(#6983) There should be no space before this paren. (space-in-parens)
(#6987) Unexpected space before function parentheses. (space-before-function-paren)
(#6987) There should be no space after this paren. (space-in-parens)
(#6987) There should be no space before this paren. (space-in-parens)
(#6988) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#6989) There should be no space after this paren. (space-in-parens)
(#6989) Operator '-' must be spaced. (space-infix-ops)
(#6989) There should be no space before this paren. (space-in-parens)
(#7009) Unexpected space before function parentheses. (space-before-function-paren)
(#7010) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7011) There should be no space after this paren. (space-in-parens)
(#7011) There should be no space before this paren. (space-in-parens)
(#7015) Unexpected space before function parentheses. (space-before-function-paren)
(#7016) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7017) There should be no space after this paren. (space-in-parens)
(#7017) There should be no space before this paren. (space-in-parens)
(#7021) Unexpected space before function parentheses. (space-before-function-paren)
(#7022) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7023) There should be no space after this paren. (space-in-parens)
(#7023) There should be no space before this paren. (space-in-parens)
(#7027) Unexpected space before function parentheses. (space-before-function-paren)
(#7028) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7029) There should be no space after this paren. (space-in-parens)
(#7029) There should be no space before this paren. (space-in-parens)
(#7034) There should be no space before this paren. (space-in-parens)
(#7037) Unexpected space before function parentheses. (space-before-function-paren)
(#7037) There should be no space after this paren. (space-in-parens)
(#7037) There should be no space before this paren. (space-in-parens)
(#7038) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7040) There should be no space after this paren. (space-in-parens)
(#7040) Unexpected space after unary operator '!'. (space-unary-ops)
(#7040) Unexpected space after unary operator '!'. (space-unary-ops)
(#7040) There should be no space after this paren. (space-in-parens)
(#7040) Unexpected space after unary operator '!'. (space-unary-ops)
(#7040) Unexpected space after unary operator '!'. (space-unary-ops)
(#7040) There should be no space before this paren. (space-in-parens)
(#7040) There should be no space before this paren. (space-in-parens)
(#7046) 'j' is defined but never used. (no-unused-vars)
(#7046) 'jen' is defined but never used. (no-unused-vars)
(#7047) 'inner' is defined but never used. (no-unused-vars)
(#7048) Unexpected space before function parentheses. (space-before-function-paren)
(#7048) There should be no space after this paren. (space-in-parens)
(#7048) There should be no space before this paren. (space-in-parens)
(#7049) Unexpected space before function parentheses. (space-before-function-paren)
(#7050) There should be no space after this paren. (space-in-parens)
(#7050) There should be no space before this paren. (space-in-parens)
(#7053) There should be no space after this paren. (space-in-parens)
(#7053) There should be no space before this paren. (space-in-parens)
(#7058) There should be no space after this paren. (space-in-parens)
(#7058) Operator '=' must be spaced. (space-infix-ops)
(#7058) Operator '=' must be spaced. (space-infix-ops)
(#7058) Unexpected whitespace before semicolon. (semi-spacing)
(#7058) Operator '<' must be spaced. (space-infix-ops)
(#7058) Unexpected whitespace before semicolon. (semi-spacing)
(#7058) There should be no space before this paren. (space-in-parens)
(#7062) There should be no space after '['. (computed-property-spacing)
(#7062) There should be no space before ']'. (computed-property-spacing)
(#7062) Do not nest ternary expressions. (no-nested-ternary)
(#7063) There should be no space after this paren. (space-in-parens)
(#7063) There should be no space before this paren. (space-in-parens)
(#7064) There should be no space after this paren. (space-in-parens)
(#7064) There should be no space before this paren. (space-in-parens)
(#7068) There should be no space after '['. (computed-property-spacing)
(#7068) There should be no space before ']'. (computed-property-spacing)
(#7068) Identifier '__dt_wrapper' is not in camel case. (camelcase)
(#7071) There should be no space after this paren. (space-in-parens)
(#7071) There should be no space after '['. (computed-property-spacing)
(#7071) There should be no space before ']'. (computed-property-spacing)
(#7071) There should be no space before this paren. (space-in-parens)
(#7109) Identifier '_api_register' is not in camel case. (camelcase)
(#7109) Unexpected space before function parentheses. (space-before-function-paren)
(#7109) There should be no space after this paren. (space-in-parens)
(#7109) There should be no space before this paren. (space-in-parens)
(#7110) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7111) There should be no space after this paren. (space-in-parens)
(#7111) There should be no space after this paren. (space-in-parens)
(#7111) There should be no space before this paren. (space-in-parens)
(#7111) There should be no space before this paren. (space-in-parens)
(#7112) There should be no space after this paren. (space-in-parens)
(#7112) Operator '=' must be spaced. (space-infix-ops)
(#7112) Operator '=' must be spaced. (space-infix-ops)
(#7112) Unexpected whitespace before semicolon. (semi-spacing)
(#7112) Operator '<' must be spaced. (space-infix-ops)
(#7112) Unexpected whitespace before semicolon. (semi-spacing)
(#7112) There should be no space before this paren. (space-in-parens)
(#7113) There should be no space after this paren. (space-in-parens)
(#7113) There should be no space before this paren. (space-in-parens)
(#7124) Unexpected space before function parentheses. (space-before-function-paren)
(#7124) There should be no space after this paren. (space-in-parens)
(#7124) There should be no space before this paren. (space-in-parens)
(#7125) There should be no space after this paren. (space-in-parens)
(#7125) Operator '=' must be spaced. (space-infix-ops)
(#7125) Operator '=' must be spaced. (space-infix-ops)
(#7125) Unexpected whitespace before semicolon. (semi-spacing)
(#7125) Operator '<' must be spaced. (space-infix-ops)
(#7125) Unexpected whitespace before semicolon. (semi-spacing)
(#7125) There should be no space before this paren. (space-in-parens)
(#7126) There should be no space after this paren. (space-in-parens)
(#7126) There should be no space before this paren. (space-in-parens)
(#7133) There should be no space after this paren. (space-in-parens)
(#7133) Operator '=' must be spaced. (space-infix-ops)
(#7133) Operator '=' must be spaced. (space-infix-ops)
(#7133) Unexpected whitespace before semicolon. (semi-spacing)
(#7133) Operator '<' must be spaced. (space-infix-ops)
(#7133) Unexpected whitespace before semicolon. (semi-spacing)
(#7133) There should be no space before this paren. (space-in-parens)
(#7139) There should be no space after this paren. (space-in-parens)
(#7139) There should be no space before this paren. (space-in-parens)
(#7140) There should be no space after this paren. (space-in-parens)
(#7140) Unexpected space after unary operator '!'. (space-unary-ops)
(#7140) There should be no space before this paren. (space-in-parens)
(#7147) There should be no space after this paren. (space-in-parens)
(#7147) There should be no space before this paren. (space-in-parens)
(#7150) There should be no space after this paren. (space-in-parens)
(#7150) Operator '-' must be spaced. (space-infix-ops)
(#7150) There should be no space before this paren. (space-in-parens)
(#7152) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7162) Identifier '_api_registerPlural' is not in camel case. (camelcase)
(#7162) Unexpected space before function parentheses. (space-before-function-paren)
(#7162) There should be no space after this paren. (space-in-parens)
(#7162) There should be no space before this paren. (space-in-parens)
(#7163) There should be no space after this paren. (space-in-parens)
(#7163) There should be no space before this paren. (space-in-parens)
(#7165) There should be no space after this paren. (space-in-parens)
(#7165) Unexpected space before function parentheses. (space-before-function-paren)
(#7166) There should be no space after this paren. (space-in-parens)
(#7166) Unexpected 'this'. (no-invalid-this)
(#7166) There should be no space before this paren. (space-in-parens)
(#7168) There should be no space after this paren. (space-in-parens)
(#7168) Unexpected 'this'. (no-invalid-this)
(#7168) There should be no space before this paren. (space-in-parens)
(#7170) Unexpected 'this'. (no-invalid-this)
(#7171) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7172) There should be no space after this paren. (space-in-parens)
(#7172) There should be no space before this paren. (space-in-parens)
(#7175) Do not nest ternary expressions. (no-nested-ternary)
(#7176) There should be no space after this paren. (space-in-parens)
(#7176) There should be no space before this paren. (space-in-parens)
(#7177) There should be no space after this paren. (space-in-parens)
(#7177) There should be no space before this paren. (space-in-parens)
(#7184) There should be no space before this paren. (space-in-parens)
(#7197) Identifier '__table_selector' is not in camel case. (camelcase)
(#7197) Unexpected space before function parentheses. (space-before-function-paren)
(#7197) There should be no space after this paren. (space-in-parens)
(#7197) There should be no space before this paren. (space-in-parens)
(#7198) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7200) There should be no space after this paren. (space-in-parens)
(#7200) There should be no space before this paren. (space-in-parens)
(#7201) There should be no space after '['. (array-bracket-spacing)
(#7201) There should be no space after '['. (computed-property-spacing)
(#7201) There should be no space before ']'. (computed-property-spacing)
(#7201) There should be no space before ']'. (array-bracket-spacing)
(#7205) There should be no space after this paren. (space-in-parens)
(#7205) Unexpected space before function parentheses. (space-before-function-paren)
(#7205) 'i' is defined but never used. (no-unused-vars)
(#7207) There should be no space before this paren. (space-in-parens)
(#7210) There should be no space after this paren. (space-in-parens)
(#7210) There should be no space before this paren. (space-in-parens)
(#7211) There should be no space after this paren. (space-in-parens)
(#7211) Unexpected space before function parentheses. (space-before-function-paren)
(#7211) 'i' is defined but never used. (no-unused-vars)
(#7213) There should be no space after this paren. (space-in-parens)
(#7213) Unexpected 'this'. (no-invalid-this)
(#7213) There should be no space before this paren. (space-in-parens)
(#7214) There should be no space after '['. (computed-property-spacing)
(#7214) There should be no space before ']'. (computed-property-spacing)
(#7215) There should be no space before this paren. (space-in-parens)
(#7220) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7232) There should be no space after this paren. (space-in-parens)
(#7232) Unexpected space before function parentheses. (space-before-function-paren)
(#7232) There should be no space after this paren. (space-in-parens)
(#7232) There should be no space before this paren. (space-in-parens)
(#7235) There should be no space after this paren. (space-in-parens)
(#7235) There should be no space after this paren. (space-in-parens)
(#7235) Unexpected 'this'. (no-invalid-this)
(#7235) There should be no space before this paren. (space-in-parens)
(#7235) There should be no space before this paren. (space-in-parens)
(#7236) Unexpected 'this'. (no-invalid-this)
(#7237) There should be no space before this paren. (space-in-parens)
(#7240) There should be no space after this paren. (space-in-parens)
(#7240) Unexpected space before function parentheses. (space-before-function-paren)
(#7240) There should be no space after this paren. (space-in-parens)
(#7240) There should be no space before this paren. (space-in-parens)
(#7241) Unexpected 'this'. (no-invalid-this)
(#7241) There should be no space after this paren. (space-in-parens)
(#7241) There should be no space before this paren. (space-in-parens)
(#7246) There should be no space after this paren. (space-in-parens)
(#7246) There should be no space before this paren. (space-in-parens)
(#7248) There should be no space before this paren. (space-in-parens)
(#7251) There should be no space after this paren. (space-in-parens)
(#7251) There should be no space before ','. (comma-spacing)
(#7251) Unexpected space before function parentheses. (space-before-function-paren)
(#7252) Unexpected 'this'. (no-invalid-this)
(#7252) There should be no space after this paren. (space-in-parens)
(#7252) Unexpected space before function parentheses. (space-before-function-paren)
(#7252) There should be no space after this paren. (space-in-parens)
(#7252) There should be no space before this paren. (space-in-parens)
(#7254) There should be no space before this paren. (space-in-parens)
(#7255) There should be no space before this paren. (space-in-parens)
(#7258) There should be no space after this paren. (space-in-parens)
(#7258) There should be no space before ','. (comma-spacing)
(#7258) Unexpected space before function parentheses. (space-before-function-paren)
(#7259) Unexpected 'this'. (no-invalid-this)
(#7259) There should be no space after this paren. (space-in-parens)
(#7259) Unexpected space before function parentheses. (space-before-function-paren)
(#7259) There should be no space after this paren. (space-in-parens)
(#7259) There should be no space before this paren. (space-in-parens)
(#7261) There should be no space before this paren. (space-in-parens)
(#7262) There should be no space before this paren. (space-in-parens)
(#7265) There should be no space after this paren. (space-in-parens)
(#7265) There should be no space before ','. (comma-spacing)
(#7265) Unexpected space before function parentheses. (space-before-function-paren)
(#7266) Unexpected 'this'. (no-invalid-this)
(#7266) There should be no space after this paren. (space-in-parens)
(#7266) Unexpected space before function parentheses. (space-before-function-paren)
(#7266) There should be no space after this paren. (space-in-parens)
(#7266) There should be no space before this paren. (space-in-parens)
(#7268) There should be no space before this paren. (space-in-parens)
(#7269) There should be no space before this paren. (space-in-parens)
(#7272) There should be no space after this paren. (space-in-parens)
(#7272) There should be no space before ','. (comma-spacing)
(#7272) Unexpected space before function parentheses. (space-before-function-paren)
(#7273) Unexpected 'this'. (no-invalid-this)
(#7273) There should be no space after this paren. (space-in-parens)
(#7273) Unexpected space before function parentheses. (space-before-function-paren)
(#7273) There should be no space after this paren. (space-in-parens)
(#7273) There should be no space before this paren. (space-in-parens)
(#7275) There should be no space before this paren. (space-in-parens)
(#7276) There should be no space before this paren. (space-in-parens)
(#7279) There should be no space after this paren. (space-in-parens)
(#7279) There should be no space before ','. (comma-spacing)
(#7279) Unexpected space before function parentheses. (space-before-function-paren)
(#7280) Unexpected 'this'. (no-invalid-this)
(#7280) There should be no space after this paren. (space-in-parens)
(#7280) Unexpected space before function parentheses. (space-before-function-paren)
(#7280) There should be no space after this paren. (space-in-parens)
(#7280) There should be no space before this paren. (space-in-parens)
(#7282) There should be no space before this paren. (space-in-parens)
(#7283) There should be no space before this paren. (space-in-parens)
(#7286) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7290) There should be no space after this paren. (space-in-parens)
(#7290) Unexpected space before function parentheses. (space-before-function-paren)
(#7290) There should be no space after this paren. (space-in-parens)
(#7290) There should be no space before this paren. (space-in-parens)
(#7291) Unexpected 'this'. (no-invalid-this)
(#7291) There should be no space after this paren. (space-in-parens)
(#7291) Unexpected space before function parentheses. (space-before-function-paren)
(#7291) There should be no space after this paren. (space-in-parens)
(#7291) There should be no space before this paren. (space-in-parens)
(#7292) There should be no space after this paren. (space-in-parens)
(#7292) There should be no space before this paren. (space-in-parens)
(#7293) There should be no space after this paren. (space-in-parens)
(#7293) There should be no space before this paren. (space-in-parens)
(#7294) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7296) There should be no space after this paren. (space-in-parens)
(#7296) There should be no space before this paren. (space-in-parens)
(#7302) There should be no space after this paren. (space-in-parens)
(#7302) Operator '===' must be spaced. (space-infix-ops)
(#7302) There should be no space before this paren. (space-in-parens)
(#7304) There should be no space before this paren. (space-in-parens)
(#7305) There should be no space before this paren. (space-in-parens)
(#7308) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7328) There should be no space after this paren. (space-in-parens)
(#7328) Unexpected space before function parentheses. (space-before-function-paren)
(#7328) There should be no space after this paren. (space-in-parens)
(#7328) There should be no space before this paren. (space-in-parens)
(#7329) There should be no space after this paren. (space-in-parens)
(#7329) There should be no space before this paren. (space-in-parens)
(#7330) Unexpected 'this'. (no-invalid-this)
(#7330) Comments should not begin with a lowercase character. (capitalized-comments)
(#7333) Comments should not begin with a lowercase character. (capitalized-comments)
(#7334) Unexpected 'this'. (no-invalid-this)
(#7334) There should be no space after this paren. (space-in-parens)
(#7334) Unexpected space before function parentheses. (space-before-function-paren)
(#7334) There should be no space after this paren. (space-in-parens)
(#7334) There should be no space before this paren. (space-in-parens)
(#7335) There should be no space after this paren. (space-in-parens)
(#7335) There should be no space before this paren. (space-in-parens)
(#7336) There should be no space before this paren. (space-in-parens)
(#7337) There should be no space before this paren. (space-in-parens)
(#7358) There should be no space after this paren. (space-in-parens)
(#7358) Unexpected space before function parentheses. (space-before-function-paren)
(#7358) There should be no space after this paren. (space-in-parens)
(#7358) 'action' is defined but never used. (no-unused-vars)
(#7358) There should be no space before this paren. (space-in-parens)
(#7359) There should be no space after this paren. (space-in-parens)
(#7359) Unexpected 'this'. (no-invalid-this)
(#7359) There should be no space before this paren. (space-in-parens)
(#7364) Multiple spaces found before '='. (no-multi-spaces)
(#7364) Unexpected 'this'. (no-invalid-this)
(#7365) Multiple spaces found before '='. (no-multi-spaces)
(#7366) Multiple spaces found before '='. (no-multi-spaces)
(#7368) Multiple spaces found before '='. (no-multi-spaces)
(#7371) There should be no space after this paren. (space-in-parens)
(#7371) There should be no space before this paren. (space-in-parens)
(#7372) There should be no space after this paren. (space-in-parens)
(#7372) There should be no space before this paren. (space-in-parens)
(#7378) There should be no space after this paren. (space-in-parens)
(#7378) There should be no space before this paren. (space-in-parens)
(#7380) There should be no space before this paren. (space-in-parens)
(#7394) There should be no space after this paren. (space-in-parens)
(#7394) Unexpected space before function parentheses. (space-before-function-paren)
(#7394) There should be no space after this paren. (space-in-parens)
(#7394) There should be no space before this paren. (space-in-parens)
(#7398) There should be no space after this paren. (space-in-parens)
(#7398) There should be no space before this paren. (space-in-parens)
(#7399) Unexpected 'this'. (no-invalid-this)
(#7400) Unexpected 'this'. (no-invalid-this)
(#7404) Comments should not begin with a lowercase character. (capitalized-comments)
(#7405) Unexpected 'this'. (no-invalid-this)
(#7405) There should be no space after this paren. (space-in-parens)
(#7405) Unexpected space before function parentheses. (space-before-function-paren)
(#7405) There should be no space after this paren. (space-in-parens)
(#7405) There should be no space before this paren. (space-in-parens)
(#7406) There should be no space after this paren. (space-in-parens)
(#7406) There should be no space before this paren. (space-in-parens)
(#7407) There should be no space before this paren. (space-in-parens)
(#7408) There should be no space before this paren. (space-in-parens)
(#7411) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7412) Unexpected space before function parentheses. (space-before-function-paren)
(#7412) There should be no space after this paren. (space-in-parens)
(#7412) There should be no space before this paren. (space-in-parens)
(#7414) There should be no space after this paren. (space-in-parens)
(#7414) There should be no space before this paren. (space-in-parens)
(#7415) There should be no space after this paren. (space-in-parens)
(#7415) There should be no space before this paren. (space-in-parens)
(#7417) There should be no space after this paren. (space-in-parens)
(#7417) Unexpected space before function parentheses. (space-before-function-paren)
(#7418) There should be no space after this paren. (space-in-parens)
(#7418) There should be no space before this paren. (space-in-parens)
(#7419) There should be no space before this paren. (space-in-parens)
(#7422) There should be no space after this paren. (space-in-parens)
(#7422) There should be no space after this paren. (space-in-parens)
(#7422) There should be no space before this paren. (space-in-parens)
(#7422) There should be no space before this paren. (space-in-parens)
(#7423) There should be no space after this paren. (space-in-parens)
(#7423) There should be no space before this paren. (space-in-parens)
(#7424) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7426) There should be no space after this paren. (space-in-parens)
(#7426) There should be no space before this paren. (space-in-parens)
(#7430) There should be no space after this paren. (space-in-parens)
(#7430) There should be no space before this paren. (space-in-parens)
(#7435) There should be no space after this paren. (space-in-parens)
(#7435) There should be no space after this paren. (space-in-parens)
(#7435) There should be no space before this paren. (space-in-parens)
(#7436) There should be no space after this paren. (space-in-parens)
(#7436) There should be no space before this paren. (space-in-parens)
(#7438) There should be no space after this paren. (space-in-parens)
(#7438) There should be no space before this paren. (space-in-parens)
(#7439) There should be no space after this paren. (space-in-parens)
(#7439) Operator '=' must be spaced. (space-infix-ops)
(#7439) Operator '=' must be spaced. (space-infix-ops)
(#7439) Unexpected whitespace before semicolon. (semi-spacing)
(#7439) Operator '<' must be spaced. (space-infix-ops)
(#7439) Unexpected whitespace before semicolon. (semi-spacing)
(#7439) There should be no space before this paren. (space-in-parens)
(#7440) There should be no space after this paren. (space-in-parens)
(#7440) There should be no space before this paren. (space-in-parens)
(#7443) There should be no space after this paren. (space-in-parens)
(#7443) There should be no space before this paren. (space-in-parens)
(#7444) There should be no space after this paren. (space-in-parens)
(#7444) There should be no space before this paren. (space-in-parens)
(#7445) There should be no space before this paren. (space-in-parens)
(#7457) There should be no space after this paren. (space-in-parens)
(#7457) Expected to return a value at the end of function. (consistent-return)
(#7457) Unexpected space before function parentheses. (space-before-function-paren)
(#7458) Unexpected 'this'. (no-invalid-this)
(#7460) There should be no space after this paren. (space-in-parens)
(#7460) There should be no space before this paren. (space-in-parens)
(#7464) Comments should not begin with a lowercase character. (capitalized-comments)
(#7465) There should be no space before this paren. (space-in-parens)
(#7471) There should be no space after this paren. (space-in-parens)
(#7471) Expected to return a value at the end of function. (consistent-return)
(#7471) Unexpected space before function parentheses. (space-before-function-paren)
(#7472) Unexpected 'this'. (no-invalid-this)
(#7474) There should be no space after this paren. (space-in-parens)
(#7474) There should be no space before this paren. (space-in-parens)
(#7478) Comments should not begin with a lowercase character. (capitalized-comments)
(#7479) There should be no space before this paren. (space-in-parens)
(#7491) There should be no space after this paren. (space-in-parens)
(#7491) Unexpected space before function parentheses. (space-before-function-paren)
(#7491) There should be no space after this paren. (space-in-parens)
(#7491) There should be no space before this paren. (space-in-parens)
(#7492) Unexpected 'this'. (no-invalid-this)
(#7492) There should be no space after this paren. (space-in-parens)
(#7492) Unexpected space before function parentheses. (space-before-function-paren)
(#7493) There should be no space after this paren. (space-in-parens)
(#7493) Operator '===' must be spaced. (space-infix-ops)
(#7493) There should be no space before this paren. (space-in-parens)
(#7494) There should be no space before this paren. (space-in-parens)
(#7495) There should be no space before this paren. (space-in-parens)
(#7510) There should be no space after this paren. (space-in-parens)
(#7510) Unexpected space before function parentheses. (space-before-function-paren)
(#7510) There should be no space after this paren. (space-in-parens)
(#7510) There should be no space before this paren. (space-in-parens)
(#7511) Unexpected 'this'. (no-invalid-this)
(#7513) There should be no space after this paren. (space-in-parens)
(#7513) There should be no space before this paren. (space-in-parens)
(#7514) Comments should not begin with a lowercase character. (capitalized-comments)
(#7515) There should be no space after this paren. (space-in-parens)
(#7515) There should be no space before this paren. (space-in-parens)
(#7520) Do not nest ternary expressions. (no-nested-ternary)
(#7521) There should be no space after this paren. (space-in-parens)
(#7521) There should be no space before this paren. (space-in-parens)
(#7527) Comments should not begin with a lowercase character. (capitalized-comments)
(#7528) Unexpected 'this'. (no-invalid-this)
(#7528) There should be no space after this paren. (space-in-parens)
(#7528) Unexpected space before function parentheses. (space-before-function-paren)
(#7528) There should be no space after this paren. (space-in-parens)
(#7528) There should be no space before this paren. (space-in-parens)
(#7529) There should be no space after this paren. (space-in-parens)
(#7529) There should be no space after this paren. (space-in-parens)
(#7529) There should be no space before this paren. (space-in-parens)
(#7529) There should be no space before this paren. (space-in-parens)
(#7531) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7538) There should be no space before this paren. (space-in-parens)
(#7539) There should be no space before this paren. (space-in-parens)
(#7551) There should be no space after this paren. (space-in-parens)
(#7551) Unexpected space before function parentheses. (space-before-function-paren)
(#7551) There should be no space after this paren. (space-in-parens)
(#7551) There should be no space before this paren. (space-in-parens)
(#7554) Unexpected 'this'. (no-invalid-this)
(#7554) There should be no space after this paren. (space-in-parens)
(#7554) Unexpected space before function parentheses. (space-before-function-paren)
(#7554) There should be no space after this paren. (space-in-parens)
(#7554) There should be no space before this paren. (space-in-parens)
(#7555) There should be no space after this paren. (space-in-parens)
(#7555) Operator '===' must be spaced. (space-infix-ops)
(#7555) There should be no space before this paren. (space-in-parens)
(#7556) There should be no space before this paren. (space-in-parens)
(#7557) There should be no space before this paren. (space-in-parens)
(#7560) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7562) Identifier '_selector_run' is not in camel case. (camelcase)
(#7562) Unexpected space before function parentheses. (space-before-function-paren)
(#7562) There should be no space after this paren. (space-in-parens)
(#7562) There should be no space before this paren. (space-in-parens)
(#7563) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7565) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7571) There should be no space after this paren. (space-in-parens)
(#7571) Unexpected space after unary operator '!'. (space-unary-ops)
(#7571) There should be no space before this paren. (space-in-parens)
(#7572) There should be no space after '['. (array-bracket-spacing)
(#7572) There should be no space before ']'. (array-bracket-spacing)
(#7575) There should be no space after this paren. (space-in-parens)
(#7575) Operator '=' must be spaced. (space-infix-ops)
(#7575) Operator '=' must be spaced. (space-infix-ops)
(#7575) Unexpected whitespace before semicolon. (semi-spacing)
(#7575) Operator '<' must be spaced. (space-infix-ops)
(#7575) Unexpected whitespace before semicolon. (semi-spacing)
(#7575) There should be no space before this paren. (space-in-parens)
(#7578) There should be no space after '['. (array-bracket-spacing)
(#7578) There should be no space before ']'. (array-bracket-spacing)
(#7580) There should be no space after this paren. (space-in-parens)
(#7580) Operator '=' must be spaced. (space-infix-ops)
(#7580) Operator '=' must be spaced. (space-infix-ops)
(#7580) Unexpected whitespace before semicolon. (semi-spacing)
(#7580) Operator '<' must be spaced. (space-infix-ops)
(#7580) Unexpected whitespace before semicolon. (semi-spacing)
(#7580) There should be no space before this paren. (space-in-parens)
(#7581) There should be no space after this paren. (space-in-parens)
(#7581) There should be no space before this paren. (space-in-parens)
(#7583) There should be no space after this paren. (space-in-parens)
(#7583) There should be no space before this paren. (space-in-parens)
(#7584) There should be no space after this paren. (space-in-parens)
(#7584) There should be no space before this paren. (space-in-parens)
(#7589) Comments should not begin with a lowercase character. (capitalized-comments)
(#7590) There should be no space after '['. (computed-property-spacing)
(#7590) There should be no space before ']'. (computed-property-spacing)
(#7591) There should be no space after this paren. (space-in-parens)
(#7591) There should be no space before this paren. (space-in-parens)
(#7592) There should be no space after this paren. (space-in-parens)
(#7592) Operator '=' must be spaced. (space-infix-ops)
(#7592) Operator '=' must be spaced. (space-infix-ops)
(#7592) Unexpected whitespace before semicolon. (semi-spacing)
(#7592) Operator '<' must be spaced. (space-infix-ops)
(#7592) Unexpected whitespace before semicolon. (semi-spacing)
(#7592) There should be no space before this paren. (space-in-parens)
(#7593) There should be no space after this paren. (space-in-parens)
(#7593) There should be no space before this paren. (space-in-parens)
(#7597) There should be no space after this paren. (space-in-parens)
(#7597) There should be no space before this paren. (space-in-parens)
(#7601) Identifier '_selector_opts' is not in camel case. (camelcase)
(#7601) Unexpected space before function parentheses. (space-before-function-paren)
(#7601) There should be no space after this paren. (space-in-parens)
(#7601) There should be no space before this paren. (space-in-parens)
(#7602) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7603) There should be no space after this paren. (space-in-parens)
(#7603) Unexpected space after unary operator '!'. (space-unary-ops)
(#7603) There should be no space before this paren. (space-in-parens)
(#7609) There should be no space after this paren. (space-in-parens)
(#7609) There should be no space before this paren. (space-in-parens)
(#7613) There should be no space after this paren. (space-in-parens)
(#7617) There should be no space before this paren. (space-in-parens)
(#7621) Identifier '_selector_first' is not in camel case. (camelcase)
(#7621) Unexpected space before function parentheses. (space-before-function-paren)
(#7621) There should be no space after this paren. (space-in-parens)
(#7621) There should be no space before this paren. (space-in-parens)
(#7622) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7624) There should be no space after this paren. (space-in-parens)
(#7624) Operator '=' must be spaced. (space-infix-ops)
(#7624) Operator '=' must be spaced. (space-infix-ops)
(#7624) Unexpected whitespace before semicolon. (semi-spacing)
(#7624) Operator '<' must be spaced. (space-infix-ops)
(#7624) Unexpected whitespace before semicolon. (semi-spacing)
(#7624) There should be no space before this paren. (space-in-parens)
(#7625) There should be no space after this paren. (space-in-parens)
(#7625) There should be no space before this paren. (space-in-parens)
(#7631) There should be no space after '['. (array-bracket-spacing)
(#7631) There should be no space before ']'. (array-bracket-spacing)
(#7643) Identifier '_selector_row_indexes' is not in camel case. (camelcase)
(#7643) Unexpected space before function parentheses. (space-before-function-paren)
(#7643) There should be no space after this paren. (space-in-parens)
(#7643) There should be no space before this paren. (space-in-parens)
(#7644) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7646) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7646) Operator '=' must be spaced. (space-infix-ops)
(#7651) Multiple spaces found before '// none, appli...'. (no-multi-spaces)
(#7651) Comments should not begin with a lowercase character. (capitalized-comments)
(#7652) Multiple spaces found before '='. (no-multi-spaces)
(#7652) Multiple spaces found before '// applied, cu...'. (no-multi-spaces)
(#7652) Comments should not begin with a lowercase character. (capitalized-comments)
(#7653) Multiple spaces found before '='. (no-multi-spaces)
(#7653) Multiple spaces found before '// all, curren...'. (no-multi-spaces)
(#7653) Comments should not begin with a lowercase character. (capitalized-comments)
(#7655) There should be no space after this paren. (space-in-parens)
(#7655) There should be no space after this paren. (space-in-parens)
(#7655) There should be no space before this paren. (space-in-parens)
(#7655) There should be no space before this paren. (space-in-parens)
(#7662) There should be no space after this paren. (space-in-parens)
(#7662) There should be no space before this paren. (space-in-parens)
(#7663) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7664) There should be no space after this paren. (space-in-parens)
(#7664) There should be no space before this paren. (space-in-parens)
(#7668) There should be no space after this paren. (space-in-parens)
(#7668) Operator '=' must be spaced. (space-infix-ops)
(#7668) Operator '=' must be spaced. (space-infix-ops)
(#7668) Unexpected whitespace before semicolon. (semi-spacing)
(#7668) Operator '<' must be spaced. (space-infix-ops)
(#7668) Unexpected whitespace before semicolon. (semi-spacing)
(#7668) There should be no space before this paren. (space-in-parens)
(#7669) There should be no space after this paren. (space-in-parens)
(#7669) There should be no space before this paren. (space-in-parens)
(#7671) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7672) There should be no space after this paren. (space-in-parens)
(#7672) There should be no space before this paren. (space-in-parens)
(#7673) Do not nest ternary expressions. (no-nested-ternary)
(#7674) Multiple spaces found before '// no search'. (no-multi-spaces)
(#7674) Comments should not begin with a lowercase character. (capitalized-comments)
(#7676) Multiple spaces found before '// applied sea...'. (no-multi-spaces)
(#7676) Comments should not begin with a lowercase character. (capitalized-comments)
(#7677) There should be no space after this paren. (space-in-parens)
(#7677) Unexpected space before function parentheses. (space-before-function-paren)
(#7677) 'i' is defined but never used. (no-unused-vars)
(#7677) Comments should not begin with a lowercase character. (capitalized-comments)
(#7678) There should be no space after this paren. (space-in-parens)
(#7678) There should be no space before this paren. (space-in-parens)
(#7679) There should be no space before this paren. (space-in-parens)
(#7680) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7681) There should be no space after this paren. (space-in-parens)
(#7681) There should be no space before this paren. (space-in-parens)
(#7682) There should be no space after this paren. (space-in-parens)
(#7682) Operator '=' must be spaced. (space-infix-ops)
(#7682) Operator '=' must be spaced. (space-infix-ops)
(#7682) Unexpected whitespace before semicolon. (semi-spacing)
(#7682) Operator '<' must be spaced. (space-infix-ops)
(#7682) Unexpected whitespace before semicolon. (semi-spacing)
(#7682) There should be no space before this paren. (space-in-parens)
(#7683) There should be no space after this paren. (space-in-parens)
(#7683) There should be no space before this paren. (space-in-parens)
(#7684) There should be no space after this paren. (space-in-parens)
(#7684) There should be no space before this paren. (space-in-parens)
(#7685) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7686) Comments should not begin with a lowercase character. (capitalized-comments)
(#7687) There should be no space after this paren. (space-in-parens)
(#7687) There should be no space before this paren. (space-in-parens)
(#7690) Multiple spaces found before '&&'. (no-multi-spaces)
(#7690) There should be no space before this paren. (space-in-parens)
(#7691) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7692) There should be no space after this paren. (space-in-parens)
(#7692) There should be no space before this paren. (space-in-parens)
(#7714) Identifier '__row_selector' is not in camel case. (camelcase)
(#7714) Unexpected space before function parentheses. (space-before-function-paren)
(#7714) There should be no space after this paren. (space-in-parens)
(#7714) There should be no space before this paren. (space-in-parens)
(#7715) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7716) Unexpected space before function parentheses. (space-before-function-paren)
(#7716) There should be no space after this paren. (space-in-parens)
(#7716) There should be no space before this paren. (space-in-parens)
(#7717) There should be no space after this paren. (space-in-parens)
(#7717) There should be no space before this paren. (space-in-parens)
(#7718) 'i' is defined but never used. (no-unused-vars)
(#7718) 'ien' is defined but never used. (no-unused-vars)
(#7723) There should be no space after this paren. (space-in-parens)
(#7723) Unexpected space after unary operator '!'. (space-unary-ops)
(#7723) There should be no space before this paren. (space-in-parens)
(#7724) There should be no space after '['. (array-bracket-spacing)
(#7724) There should be no space before ']'. (array-bracket-spacing)
(#7727) There should be no space after this paren. (space-in-parens)
(#7727) There should be no space before this paren. (space-in-parens)
(#7729) There should be no space after this paren. (space-in-parens)
(#7729) There should be no space after this paren. (space-in-parens)
(#7729) There should be no space before this paren. (space-in-parens)
(#7729) There should be no space before this paren. (space-in-parens)
(#7731) There should be no space after '['. (array-bracket-spacing)
(#7731) There should be no space before ']'. (array-bracket-spacing)
(#7732) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7733) There should be no space after this paren. (space-in-parens)
(#7733) Unexpected space after unary operator '!'. (space-unary-ops)
(#7733) There should be no space before this paren. (space-in-parens)
(#7739) There should be no space after this paren. (space-in-parens)
(#7739) There should be no space before this paren. (space-in-parens)
(#7740) There should be no space after this paren. (space-in-parens)
(#7740) Unexpected space before function parentheses. (space-before-function-paren)
(#7741) There should be no space after '['. (computed-property-spacing)
(#7741) There should be no space before ']'. (computed-property-spacing)
(#7742) There should be no space after this paren. (space-in-parens)
(#7742) There should be no space before this paren. (space-in-parens)
(#7743) There should be no space before this paren. (space-in-parens)
(#7748) There should be no space after this paren. (space-in-parens)
(#7748) There should be no space before this paren. (space-in-parens)
(#7752) There should be no space after this paren. (space-in-parens)
(#7752) There should be no space before this paren. (space-in-parens)
(#7753) There should be no space after this paren. (space-in-parens)
(#7753) There should be no space after this paren. (space-in-parens)
(#7753) There should be no space before this paren. (space-in-parens)
(#7753) There should be no space before this paren. (space-in-parens)
(#7754) There should be no space after '['. (array-bracket-spacing)
(#7754) There should be no space before ']'. (array-bracket-spacing)
(#7754) Comments should not begin with a lowercase character. (capitalized-comments)
(#7768) There should be no space after this paren. (space-in-parens)
(#7768) There should be no space before this paren. (space-in-parens)
(#7769) Comments should not begin with a lowercase character. (capitalized-comments)
(#7770) There should be no space after '['. (computed-property-spacing)
(#7770) There should be no space after this paren. (space-in-parens)
(#7770) There should be no space before this paren. (space-in-parens)
(#7770) There should be no space before ']'. (computed-property-spacing)
(#7771) There should be no space after this paren. (space-in-parens)
(#7771) There should be no space before this paren. (space-in-parens)
(#7772) There should be no space after '['. (array-bracket-spacing)
(#7772) There should be no space before ']'. (array-bracket-spacing)
(#7775) Comments should not begin with a lowercase character. (capitalized-comments)
(#7783) There should be no space after this paren. (space-in-parens)
(#7783) There should be no space before this paren. (space-in-parens)
(#7784) There should be no space after this paren. (space-in-parens)
(#7784) Unexpected space before function parentheses. (space-before-function-paren)
(#7785) Unexpected 'this'. (no-invalid-this)
(#7786) There should be no space before this paren. (space-in-parens)
(#7790) There should be no space after this paren. (space-in-parens)
(#7790) There should be no space before this paren. (space-in-parens)
(#7794) There should be no space after this paren. (space-in-parens)
(#7794) Unexpected space before function parentheses. (space-before-function-paren)
(#7794) There should be no space after this paren. (space-in-parens)
(#7794) There should be no space before this paren. (space-in-parens)
(#7795) Comments should not begin with a lowercase character. (capitalized-comments)
(#7796) There should be no space after this paren. (space-in-parens)
(#7796) There should be no space before this paren. (space-in-parens)
(#7798) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7799) There should be no space after this paren. (space-in-parens)
(#7799) There should be no space after this paren. (space-in-parens)
(#7799) There should be no space before this paren. (space-in-parens)
(#7799) There should be no space before this paren. (space-in-parens)
(#7804) There should be no space after this paren. (space-in-parens)
(#7804) There should be no space before this paren. (space-in-parens)
(#7806) Unexpected 'this'. (no-invalid-this)
(#7806) There should be no space after this paren. (space-in-parens)
(#7806) Unexpected space before function parentheses. (space-before-function-paren)
(#7806) There should be no space after this paren. (space-in-parens)
(#7806) There should be no space before this paren. (space-in-parens)
(#7807) There should be no space after this paren. (space-in-parens)
(#7807) There should be no space before this paren. (space-in-parens)
(#7808) There should be no space before this paren. (space-in-parens)
(#7815) There should be no space before this paren. (space-in-parens)
(#7817) There should be no space after this paren. (space-in-parens)
(#7817) Unexpected space before function parentheses. (space-before-function-paren)
(#7818) Unexpected 'this'. (no-invalid-this)
(#7818) There should be no space after this paren. (space-in-parens)
(#7818) Unexpected space before function parentheses. (space-before-function-paren)
(#7818) There should be no space after this paren. (space-in-parens)
(#7818) There should be no space before this paren. (space-in-parens)
(#7819) There should be no space after '['. (computed-property-spacing)
(#7819) There should be no space before ']'. (computed-property-spacing)
(#7820) There should be no space before this paren. (space-in-parens)
(#7821) There should be no space before this paren. (space-in-parens)
(#7823) There should be no space after this paren. (space-in-parens)
(#7823) Unexpected space before function parentheses. (space-before-function-paren)
(#7824) Unexpected 'this'. (no-invalid-this)
(#7824) There should be no space after this paren. (space-in-parens)
(#7824) Unexpected space before function parentheses. (space-before-function-paren)
(#7824) There should be no space after this paren. (space-in-parens)
(#7824) There should be no space before this paren. (space-in-parens)
(#7825) There should be no space after this paren. (space-in-parens)
(#7825) There should be no space before this paren. (space-in-parens)
(#7826) There should be no space before this paren. (space-in-parens)
(#7827) There should be no space before this paren. (space-in-parens)
(#7829) There should be no space after this paren. (space-in-parens)
(#7829) Unexpected space before function parentheses. (space-before-function-paren)
(#7829) There should be no space after this paren. (space-in-parens)
(#7829) There should be no space before this paren. (space-in-parens)
(#7830) Unexpected 'this'. (no-invalid-this)
(#7830) There should be no space after this paren. (space-in-parens)
(#7830) Unexpected space before function parentheses. (space-before-function-paren)
(#7830) There should be no space after this paren. (space-in-parens)
(#7830) There should be no space before this paren. (space-in-parens)
(#7831) There should be no space after '['. (computed-property-spacing)
(#7831) There should be no space before ']'. (computed-property-spacing)
(#7833) There should be no space before this paren. (space-in-parens)
(#7834) There should be no space before this paren. (space-in-parens)
(#7836) There should be no space after this paren. (space-in-parens)
(#7836) Unexpected space before function parentheses. (space-before-function-paren)
(#7836) There should be no space after this paren. (space-in-parens)
(#7836) There should be no space before this paren. (space-in-parens)
(#7837) Unexpected 'this'. (no-invalid-this)
(#7837) There should be no space after this paren. (space-in-parens)
(#7837) Unexpected space before function parentheses. (space-before-function-paren)
(#7837) There should be no space after this paren. (space-in-parens)
(#7837) There should be no space before this paren. (space-in-parens)
(#7838) There should be no space after this paren. (space-in-parens)
(#7838) There should be no space before this paren. (space-in-parens)
(#7839) There should be no space before this paren. (space-in-parens)
(#7840) There should be no space before this paren. (space-in-parens)
(#7842) There should be no space after this paren. (space-in-parens)
(#7842) Unexpected space before function parentheses. (space-before-function-paren)
(#7843) Unexpected 'this'. (no-invalid-this)
(#7843) There should be no space after this paren. (space-in-parens)
(#7843) Unexpected space before function parentheses. (space-before-function-paren)
(#7843) There should be no space after this paren. (space-in-parens)
(#7843) There should be no space before this paren. (space-in-parens)
(#7845) There should be no space before this paren. (space-in-parens)
(#7846) There should be no space before this paren. (space-in-parens)
(#7848) There should be no space after this paren. (space-in-parens)
(#7848) Unexpected space before function parentheses. (space-before-function-paren)
(#7848) There should be no space after this paren. (space-in-parens)
(#7848) There should be no space before this paren. (space-in-parens)
(#7850) Unexpected 'this'. (no-invalid-this)
(#7853) There should be no space after this paren. (space-in-parens)
(#7853) Operator '=' must be spaced. (space-infix-ops)
(#7853) Operator '=' must be spaced. (space-infix-ops)
(#7853) Unexpected whitespace before semicolon. (semi-spacing)
(#7853) Operator '<' must be spaced. (space-infix-ops)
(#7853) Unexpected whitespace before semicolon. (semi-spacing)
(#7853) There should be no space before this paren. (space-in-parens)
(#7854) There should be no space after this paren. (space-in-parens)
(#7854) Operator '=' must be spaced. (space-infix-ops)
(#7854) Operator '=' must be spaced. (space-infix-ops)
(#7854) Unexpected 'this'. (no-invalid-this)
(#7854) Unexpected whitespace before semicolon. (semi-spacing)
(#7854) Operator '<' must be spaced. (space-infix-ops)
(#7854) Unexpected whitespace before semicolon. (semi-spacing)
(#7854) There should be no space before this paren. (space-in-parens)
(#7855) There should be no space after this paren. (space-in-parens)
(#7855) There should be no space after '['. (computed-property-spacing)
(#7855) Unexpected 'this'. (no-invalid-this)
(#7855) There should be no space before ']'. (computed-property-spacing)
(#7855) There should be no space before this paren. (space-in-parens)
(#7856) There should be no space after this paren. (space-in-parens)
(#7856) There should be no space before this paren. (space-in-parens)
(#7856) Operator '+' must be spaced. (space-infix-ops)
(#7856) There should be no space before this paren. (space-in-parens)
(#7860) There should be no space after this paren. (space-in-parens)
(#7860) There should be no space before this paren. (space-in-parens)
(#7861) There should be no space before this paren. (space-in-parens)
(#7863) There should be no space after this paren. (space-in-parens)
(#7863) Unexpected space before function parentheses. (space-before-function-paren)
(#7864) Unexpected 'this'. (no-invalid-this)
(#7866) Unexpected 'this'. (no-invalid-this)
(#7866) There should be no space after this paren. (space-in-parens)
(#7866) Unexpected space before function parentheses. (space-before-function-paren)
(#7866) There should be no space after this paren. (space-in-parens)
(#7866) There should be no space before this paren. (space-in-parens)
(#7868) There should be no space after '['. (computed-property-spacing)
(#7868) There should be no space before ']'. (computed-property-spacing)
(#7870) There should be no space after this paren. (space-in-parens)
(#7870) There should be no space before this paren. (space-in-parens)
(#7873) There should be no space after this paren. (space-in-parens)
(#7873) Operator '=' must be spaced. (space-infix-ops)
(#7873) Operator '=' must be spaced. (space-infix-ops)
(#7873) Unexpected whitespace before semicolon. (semi-spacing)
(#7873) Operator '<' must be spaced. (space-infix-ops)
(#7873) Unexpected whitespace before semicolon. (semi-spacing)
(#7873) There should be no space before this paren. (space-in-parens)
(#7874) There should be no space after this paren. (space-in-parens)
(#7874) There should be no space before this paren. (space-in-parens)
(#7875) Identifier '_DT_RowIndex' is not in camel case. (camelcase)
(#7880) There should be no space after this paren. (space-in-parens)
(#7880) There should be no space before this paren. (space-in-parens)
(#7881) There should be no space after this paren. (space-in-parens)
(#7881) There should be no space before this paren. (space-in-parens)
(#7882) There should be no space after this paren. (space-in-parens)
(#7882) There should be no space after '['. (computed-property-spacing)
(#7882) There should be no space before ']'. (computed-property-spacing)
(#7882) There should be no space before this paren. (space-in-parens)
(#7882) Comments should not begin with a lowercase character. (capitalized-comments)
(#7885) There should be no space after this paren. (space-in-parens)
(#7885) There should be no space before this paren. (space-in-parens)
(#7888) There should be no space after this paren. (space-in-parens)
(#7888) There should be no space before this paren. (space-in-parens)
(#7889) There should be no space after this paren. (space-in-parens)
(#7889) There should be no space before this paren. (space-in-parens)
(#7890) There should be no space after '['. (computed-property-spacing)
(#7890) There should be no space before ']'. (computed-property-spacing)
(#7892) There should be no space before this paren. (space-in-parens)
(#7894) Unexpected 'this'. (no-invalid-this)
(#7894) There should be no space after this paren. (space-in-parens)
(#7894) Unexpected space before function parentheses. (space-before-function-paren)
(#7894) There should be no space after this paren. (space-in-parens)
(#7894) There should be no space before this paren. (space-in-parens)
(#7895) There should be no space after this paren. (space-in-parens)
(#7895) Operator '=' must be spaced. (space-infix-ops)
(#7895) Operator '=' must be spaced. (space-infix-ops)
(#7895) Unexpected whitespace before semicolon. (semi-spacing)
(#7895) Operator '<' must be spaced. (space-infix-ops)
(#7895) Unexpected whitespace before semicolon. (semi-spacing)
(#7895) There should be no space before this paren. (space-in-parens)
(#7898) There should be no space before this paren. (space-in-parens)
(#7900) Unexpected 'this'. (no-invalid-this)
(#7901) There should be no space before this paren. (space-in-parens)
(#7904) There should be no space after this paren. (space-in-parens)
(#7904) Unexpected space before function parentheses. (space-before-function-paren)
(#7904) There should be no space after this paren. (space-in-parens)
(#7904) There should be no space before this paren. (space-in-parens)
(#7905) Unexpected 'this'. (no-invalid-this)
(#7905) There should be no space after this paren. (space-in-parens)
(#7905) Unexpected space before function parentheses. (space-before-function-paren)
(#7905) There should be no space after this paren. (space-in-parens)
(#7905) There should be no space before this paren. (space-in-parens)
(#7909) There should be no space after this paren. (space-in-parens)
(#7909) Operator '=' must be spaced. (space-infix-ops)
(#7909) Operator '=' must be spaced. (space-infix-ops)
(#7909) Unexpected whitespace before semicolon. (semi-spacing)
(#7909) Operator '<' must be spaced. (space-infix-ops)
(#7909) Unexpected whitespace before semicolon. (semi-spacing)
(#7909) There should be no space before this paren. (space-in-parens)
(#7912) There should be no space after this paren. (space-in-parens)
(#7912) There should be no space before this paren. (space-in-parens)
(#7913) There should be no space after this paren. (space-in-parens)
(#7913) There should be no space after this paren. (space-in-parens)
(#7913) There should be no space before this paren. (space-in-parens)
(#7913) There should be no space before this paren. (space-in-parens)
(#7914) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#7916) There should be no space after this paren. (space-in-parens)
(#7916) There should be no space after this paren. (space-in-parens)
(#7916) There should be no space before this paren. (space-in-parens)
(#7916) There should be no space before this paren. (space-in-parens)
(#7921) There should be no space before this paren. (space-in-parens)
(#7924) Unexpected 'this'. (no-invalid-this)
(#7924) There should be no space after this paren. (space-in-parens)
(#7924) There should be no space before this paren. (space-in-parens)
(#7926) There should be no space after this paren. (space-in-parens)
(#7926) There should be no space before this paren. (space-in-parens)
(#7929) There should be no space before this paren. (space-in-parens)
(#7932) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7938) There should be no space after this paren. (space-in-parens)
(#7938) Unexpected space before function parentheses. (space-before-function-paren)
(#7938) There should be no space after this paren. (space-in-parens)
(#7938) There should be no space before this paren. (space-in-parens)
(#7939) There should be no space after this paren. (space-in-parens)
(#7939) Unexpected 'this'. (no-invalid-this)
(#7939) There should be no space after this paren. (space-in-parens)
(#7939) There should be no space before this paren. (space-in-parens)
(#7939) There should be no space before this paren. (space-in-parens)
(#7940) There should be no space before this paren. (space-in-parens)
(#7943) There should be no space after this paren. (space-in-parens)
(#7943) Unexpected space before function parentheses. (space-before-function-paren)
(#7943) There should be no space after this paren. (space-in-parens)
(#7943) There should be no space before this paren. (space-in-parens)
(#7944) Unexpected 'this'. (no-invalid-this)
(#7946) There should be no space after this paren. (space-in-parens)
(#7946) There should be no space before this paren. (space-in-parens)
(#7948) Unexpected 'this'. (no-invalid-this)
(#7949) There should be no space after '['. (computed-property-spacing)
(#7949) Unexpected 'this'. (no-invalid-this)
(#7949) There should be no space before ']'. (computed-property-spacing)
(#7954) There should be no space after '['. (computed-property-spacing)
(#7954) Unexpected 'this'. (no-invalid-this)
(#7954) There should be no space before ']'. (computed-property-spacing)
(#7957) There should be no space after this paren. (space-in-parens)
(#7957) Unexpected 'this'. (no-invalid-this)
(#7957) There should be no space before this paren. (space-in-parens)
(#7959) Unexpected 'this'. (no-invalid-this)
(#7960) There should be no space before this paren. (space-in-parens)
(#7963) There should be no space after this paren. (space-in-parens)
(#7963) Unexpected space before function parentheses. (space-before-function-paren)
(#7964) Unexpected 'this'. (no-invalid-this)
(#7966) Unexpected 'this'. (no-invalid-this)
(#7967) There should be no space after '['. (computed-property-spacing)
(#7967) Unexpected 'this'. (no-invalid-this)
(#7967) There should be no space before ']'. (computed-property-spacing)
(#7969) There should be no space before this paren. (space-in-parens)
(#7972) There should be no space after this paren. (space-in-parens)
(#7972) Unexpected space before function parentheses. (space-before-function-paren)
(#7972) There should be no space after this paren. (space-in-parens)
(#7972) There should be no space before this paren. (space-in-parens)
(#7975) There should be no space after this paren. (space-in-parens)
(#7975) There should be no space before this paren. (space-in-parens)
(#7979) Unexpected 'this'. (no-invalid-this)
(#7979) There should be no space after this paren. (space-in-parens)
(#7979) Unexpected space before function parentheses. (space-before-function-paren)
(#7979) There should be no space after this paren. (space-in-parens)
(#7979) There should be no space before this paren. (space-in-parens)
(#7980) There should be no space after this paren. (space-in-parens)
(#7980) There should be no space before this paren. (space-in-parens)
(#7981) There should be no space after this paren. (space-in-parens)
(#7981) There should be no space before this paren. (space-in-parens)
(#7983) There should be no space after this paren. (space-in-parens)
(#7983) There should be no space before this paren. (space-in-parens)
(#7984) There should be no space before this paren. (space-in-parens)
(#7987) Unexpected 'this'. (no-invalid-this)
(#7987) There should be no space after this paren. (space-in-parens)
(#7987) There should be no space before this paren. (space-in-parens)
(#7988) There should be no space before this paren. (space-in-parens)
(#7991) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#7992) Identifier '__details_add' is not in camel case. (camelcase)
(#7992) Unexpected space before function parentheses. (space-before-function-paren)
(#7992) There should be no space after this paren. (space-in-parens)
(#7992) There should be no space before this paren. (space-in-parens)
(#7993) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#7996) Unexpected space before function parentheses. (space-before-function-paren)
(#7996) There should be no space after this paren. (space-in-parens)
(#7996) There should be no space before this paren. (space-in-parens)
(#7998) There should be no space after this paren. (space-in-parens)
(#7998) There should be no space after this paren. (space-in-parens)
(#7998) There should be no space before this paren. (space-in-parens)
(#7998) There should be no space before this paren. (space-in-parens)
(#7999) There should be no space after this paren. (space-in-parens)
(#7999) Operator '=' must be spaced. (space-infix-ops)
(#7999) Operator '=' must be spaced. (space-infix-ops)
(#7999) Unexpected whitespace before semicolon. (semi-spacing)
(#7999) Operator '<' must be spaced. (space-infix-ops)
(#7999) Unexpected whitespace before semicolon. (semi-spacing)
(#7999) There should be no space before this paren. (space-in-parens)
(#8000) There should be no space after this paren. (space-in-parens)
(#8000) There should be no space before this paren. (space-in-parens)
(#8007) There should be no space after this paren. (space-in-parens)
(#8007) There should be no space before this paren. (space-in-parens)
(#8008) There should be no space after this paren. (space-in-parens)
(#8008) There should be no space before this paren. (space-in-parens)
(#8009) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8012) There should be no space after this paren. (space-in-parens)
(#8012) There should be no space before this paren. (space-in-parens)
(#8014) There should be no space after this paren. (space-in-parens)
(#8014) There should be no space before this paren. (space-in-parens)
(#8015) There should be no space after this paren. (space-in-parens)
(#8015) There should be no space before this paren. (space-in-parens)
(#8016) Unexpected newline between object and [ of property access. (no-unexpected-multiline)
(#8016) There should be no space after this paren. (space-in-parens)
(#8016) There should be no space before this paren. (space-in-parens)
(#8018) There should be no space after this paren. (space-in-parens)
(#8018) There should be no space before this paren. (space-in-parens)
(#8022) There should be no space after this paren. (space-in-parens)
(#8022) There should be no space before this paren. (space-in-parens)
(#8024) There should be no space after this paren. (space-in-parens)
(#8024) There should be no space before this paren. (space-in-parens)
(#8031) There should be no space after this paren. (space-in-parens)
(#8031) There should be no space before this paren. (space-in-parens)
(#8032) There should be no space after this paren. (space-in-parens)
(#8032) There should be no space before this paren. (space-in-parens)
(#8037) Identifier '__details_remove' is not in camel case. (camelcase)
(#8037) Unexpected space before function parentheses. (space-before-function-paren)
(#8037) There should be no space after this paren. (space-in-parens)
(#8037) There should be no space before this paren. (space-in-parens)
(#8038) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8041) There should be no space after this paren. (space-in-parens)
(#8041) There should be no space before this paren. (space-in-parens)
(#8042) There should be no space after '['. (computed-property-spacing)
(#8042) There should be no space before ']'. (computed-property-spacing)
(#8044) There should be no space after this paren. (space-in-parens)
(#8044) There should be no space before this paren. (space-in-parens)
(#8054) Identifier '__details_display' is not in camel case. (camelcase)
(#8054) Unexpected space before function parentheses. (space-before-function-paren)
(#8054) There should be no space after this paren. (space-in-parens)
(#8054) There should be no space before this paren. (space-in-parens)
(#8057) There should be no space after this paren. (space-in-parens)
(#8057) There should be no space before this paren. (space-in-parens)
(#8058) There should be no space after '['. (computed-property-spacing)
(#8058) There should be no space before ']'. (computed-property-spacing)
(#8060) There should be no space after this paren. (space-in-parens)
(#8060) There should be no space before this paren. (space-in-parens)
(#8063) There should be no space after this paren. (space-in-parens)
(#8063) There should be no space before this paren. (space-in-parens)
(#8064) There should be no space after this paren. (space-in-parens)
(#8064) There should be no space before this paren. (space-in-parens)
(#8065) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8070) There should be no space after this paren. (space-in-parens)
(#8070) There should be no space before this paren. (space-in-parens)
(#8076) Identifier '__details_events' is not in camel case. (camelcase)
(#8076) Unexpected space before function parentheses. (space-before-function-paren)
(#8076) There should be no space after this paren. (space-in-parens)
(#8076) There should be no space before this paren. (space-in-parens)
(#8077) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8078) There should be no space after this paren. (space-in-parens)
(#8078) There should be no space before this paren. (space-in-parens)
(#8080) Operator '+' must be spaced. (space-infix-ops)
(#8081) Operator '+' must be spaced. (space-infix-ops)
(#8082) Operator '+' must be spaced. (space-infix-ops)
(#8085) There should be no space after this paren. (space-in-parens)
(#8085) Operator '+' must be spaced. (space-infix-ops)
(#8085) Operator '+' must be spaced. (space-infix-ops)
(#8085) Operator '+' must be spaced. (space-infix-ops)
(#8085) Operator '+' must be spaced. (space-infix-ops)
(#8085) There should be no space before this paren. (space-in-parens)
(#8087) There should be no space after this paren. (space-in-parens)
(#8087) There should be no space after this paren. (space-in-parens)
(#8087) There should be no space before this paren. (space-in-parens)
(#8087) There should be no space before this paren. (space-in-parens)
(#8089) There should be no space after this paren. (space-in-parens)
(#8089) Unexpected space before function parentheses. (space-before-function-paren)
(#8089) There should be no space after this paren. (space-in-parens)
(#8089) There should be no space before this paren. (space-in-parens)
(#8090) There should be no space after this paren. (space-in-parens)
(#8090) There should be no space before this paren. (space-in-parens)
(#8094) There should be no space after this paren. (space-in-parens)
(#8094) Missing space before value for key 'page'. (key-spacing)
(#8094) There should be no space before this paren. (space-in-parens)
(#8094) There should be no space after this paren. (space-in-parens)
(#8094) Unexpected space before function parentheses. (space-before-function-paren)
(#8096) There should be no space after '['. (computed-property-spacing)
(#8096) There should be no space before ']'. (computed-property-spacing)
(#8098) There should be no space after this paren. (space-in-parens)
(#8098) There should be no space before this paren. (space-in-parens)
(#8099) There should be no space after this paren. (space-in-parens)
(#8099) There should be no space before this paren. (space-in-parens)
(#8101) There should be no space before this paren. (space-in-parens)
(#8102) There should be no space before this paren. (space-in-parens)
(#8105) There should be no space after this paren. (space-in-parens)
(#8105) Unexpected space before function parentheses. (space-before-function-paren)
(#8105) There should be no space after this paren. (space-in-parens)
(#8105) 'idx' is defined but never used. (no-unused-vars)
(#8105) 'vis' is defined but never used. (no-unused-vars)
(#8105) There should be no space before this paren. (space-in-parens)
(#8106) There should be no space after this paren. (space-in-parens)
(#8106) There should be no space before this paren. (space-in-parens)
(#8112) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8112) There should be no space after this paren. (space-in-parens)
(#8112) There should be no space before this paren. (space-in-parens)
(#8114) There should be no space after this paren. (space-in-parens)
(#8114) Operator '=' must be spaced. (space-infix-ops)
(#8114) Operator '=' must be spaced. (space-infix-ops)
(#8114) Unexpected whitespace before semicolon. (semi-spacing)
(#8114) Operator '<' must be spaced. (space-infix-ops)
(#8114) Unexpected whitespace before semicolon. (semi-spacing)
(#8114) There should be no space before this paren. (space-in-parens)
(#8117) There should be no space after this paren. (space-in-parens)
(#8117) There should be no space before this paren. (space-in-parens)
(#8118) There should be no space before this paren. (space-in-parens)
(#8121) There should be no space before this paren. (space-in-parens)
(#8124) There should be no space after this paren. (space-in-parens)
(#8124) Unexpected space before function parentheses. (space-before-function-paren)
(#8124) There should be no space after this paren. (space-in-parens)
(#8124) There should be no space before this paren. (space-in-parens)
(#8125) There should be no space after this paren. (space-in-parens)
(#8125) There should be no space before this paren. (space-in-parens)
(#8129) There should be no space after this paren. (space-in-parens)
(#8129) Operator '=' must be spaced. (space-infix-ops)
(#8129) Operator '=' must be spaced. (space-infix-ops)
(#8129) Unexpected whitespace before semicolon. (semi-spacing)
(#8129) Operator '<' must be spaced. (space-infix-ops)
(#8129) Unexpected whitespace before semicolon. (semi-spacing)
(#8129) There should be no space before this paren. (space-in-parens)
(#8130) There should be no space after this paren. (space-in-parens)
(#8130) There should be no space before this paren. (space-in-parens)
(#8131) There should be no space after this paren. (space-in-parens)
(#8131) There should be no space before this paren. (space-in-parens)
(#8134) There should be no space before this paren. (space-in-parens)
(#8140) Identifier '_child_obj' is not in camel case. (camelcase)
(#8140) Operator '+' must be spaced. (space-infix-ops)
(#8141) Identifier '_child_mth' is not in camel case. (camelcase)
(#8141) Identifier '_child_obj' is not in camel case. (camelcase)
(#8141) Operator '+' must be spaced. (space-infix-ops)
(#8143) Comments should not begin with a lowercase character. (capitalized-comments)
(#8147) There should be no space after this paren. (space-in-parens)
(#8147) Unexpected space before function parentheses. (space-before-function-paren)
(#8147) There should be no space after this paren. (space-in-parens)
(#8147) There should be no space before this paren. (space-in-parens)
(#8148) Unexpected 'this'. (no-invalid-this)
(#8150) There should be no space after this paren. (space-in-parens)
(#8150) There should be no space before this paren. (space-in-parens)
(#8151) Comments should not begin with a lowercase character. (capitalized-comments)
(#8152) Unexpected 'this'. (no-invalid-this)
(#8153) There should be no space after '['. (computed-property-spacing)
(#8153) Unexpected 'this'. (no-invalid-this)
(#8153) There should be no space before ']'. (computed-property-spacing)
(#8155) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8156) There should be no space after this paren. (space-in-parens)
(#8156) There should be no space before this paren. (space-in-parens)
(#8157) Comments should not begin with a lowercase character. (capitalized-comments)
(#8158) Unexpected 'this'. (no-invalid-this)
(#8159) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8160) There should be no space after this paren. (space-in-parens)
(#8160) There should be no space before this paren. (space-in-parens)
(#8161) Comments should not begin with a lowercase character. (capitalized-comments)
(#8162) There should be no space after this paren. (space-in-parens)
(#8162) Unexpected 'this'. (no-invalid-this)
(#8162) There should be no space before this paren. (space-in-parens)
(#8163) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8164) There should be no space after this paren. (space-in-parens)
(#8164) Unexpected 'this'. (no-invalid-this)
(#8164) There should be no space before this paren. (space-in-parens)
(#8165) Comments should not begin with a lowercase character. (capitalized-comments)
(#8166) There should be no space after this paren. (space-in-parens)
(#8166) There should be no space after '['. (computed-property-spacing)
(#8166) Unexpected 'this'. (no-invalid-this)
(#8166) There should be no space before ']'. (computed-property-spacing)
(#8166) There should be no space before this paren. (space-in-parens)
(#8169) Unexpected 'this'. (no-invalid-this)
(#8170) There should be no space before this paren. (space-in-parens)
(#8173) There should be no space after this paren. (space-in-parens)
(#8174) Identifier '_child_obj' is not in camel case. (camelcase)
(#8174) Operator '+' must be spaced. (space-infix-ops)
(#8175) Identifier '_child_mth' is not in camel case. (camelcase)
(#8175) Operator '+' must be spaced. (space-infix-ops)
(#8175) Comments should not begin with a lowercase character. (capitalized-comments)
(#8176) Unexpected space before function parentheses. (space-before-function-paren)
(#8176) There should be no space after this paren. (space-in-parens)
(#8176) 'show' is defined but never used. (no-unused-vars)
(#8176) There should be no space before this paren. (space-in-parens)
(#8176) Multiple spaces found before '// it returns ...'. (no-multi-spaces)
(#8176) Comments should not begin with a lowercase character. (capitalized-comments)
(#8177) There should be no space after this paren. (space-in-parens)
(#8177) Unexpected 'this'. (no-invalid-this)
(#8177) There should be no space before this paren. (space-in-parens)
(#8178) Unexpected 'this'. (no-invalid-this)
(#8179) There should be no space before this paren. (space-in-parens)
(#8182) There should be no space after this paren. (space-in-parens)
(#8183) Identifier '_child_obj' is not in camel case. (camelcase)
(#8183) Operator '+' must be spaced. (space-infix-ops)
(#8184) Identifier '_child_mth' is not in camel case. (camelcase)
(#8184) Operator '+' must be spaced. (space-infix-ops)
(#8184) Comments should not begin with a lowercase character. (capitalized-comments)
(#8185) Unexpected space before function parentheses. (space-before-function-paren)
(#8185) Multiple spaces found before '// it returns ...'. (no-multi-spaces)
(#8185) Comments should not begin with a lowercase character. (capitalized-comments)
(#8186) There should be no space after this paren. (space-in-parens)
(#8186) Unexpected 'this'. (no-invalid-this)
(#8186) There should be no space before this paren. (space-in-parens)
(#8187) Unexpected 'this'. (no-invalid-this)
(#8188) There should be no space before this paren. (space-in-parens)
(#8191) There should be no space after this paren. (space-in-parens)
(#8192) Identifier '_child_obj' is not in camel case. (camelcase)
(#8192) Operator '+' must be spaced. (space-infix-ops)
(#8193) Identifier '_child_mth' is not in camel case. (camelcase)
(#8193) Operator '+' must be spaced. (space-infix-ops)
(#8193) Comments should not begin with a lowercase character. (capitalized-comments)
(#8194) Unexpected space before function parentheses. (space-before-function-paren)
(#8194) Multiple spaces found before '// it returns ...'. (no-multi-spaces)
(#8194) Comments should not begin with a lowercase character. (capitalized-comments)
(#8195) There should be no space after this paren. (space-in-parens)
(#8195) Unexpected 'this'. (no-invalid-this)
(#8195) There should be no space before this paren. (space-in-parens)
(#8196) Unexpected 'this'. (no-invalid-this)
(#8197) There should be no space before this paren. (space-in-parens)
(#8200) There should be no space after this paren. (space-in-parens)
(#8200) Identifier '_child_obj' is not in camel case. (camelcase)
(#8200) Operator '+' must be spaced. (space-infix-ops)
(#8200) Unexpected space before function parentheses. (space-before-function-paren)
(#8201) Unexpected 'this'. (no-invalid-this)
(#8203) There should be no space after this paren. (space-in-parens)
(#8203) Unexpected 'this'. (no-invalid-this)
(#8203) There should be no space before this paren. (space-in-parens)
(#8205) There should be no space after '['. (computed-property-spacing)
(#8205) Unexpected 'this'. (no-invalid-this)
(#8205) There should be no space before ']'. (computed-property-spacing)
(#8208) There should be no space before this paren. (space-in-parens)
(#8211) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8226) Identifier '__re_column_selector' is not in camel case. (camelcase)
(#8229) Comments should not begin with a lowercase character. (capitalized-comments)
(#8231) Unexpected space before function parentheses. (space-before-function-paren)
(#8231) There should be no space after this paren. (space-in-parens)
(#8231) There should be no space before this paren. (space-in-parens)
(#8233) There should be no space after this paren. (space-in-parens)
(#8233) Operator '=' must be spaced. (space-infix-ops)
(#8233) Operator '=' must be spaced. (space-infix-ops)
(#8233) Unexpected whitespace before semicolon. (semi-spacing)
(#8233) Operator '<' must be spaced. (space-infix-ops)
(#8233) Unexpected whitespace before semicolon. (semi-spacing)
(#8233) There should be no space before this paren. (space-in-parens)
(#8234) There should be no space after this paren. (space-in-parens)
(#8234) There should be no space after this paren. (space-in-parens)
(#8234) There should be no space before this paren. (space-in-parens)
(#8234) There should be no space before this paren. (space-in-parens)
(#8240) Identifier '__column_selector' is not in camel case. (camelcase)
(#8240) Unexpected space before function parentheses. (space-before-function-paren)
(#8240) There should be no space after this paren. (space-in-parens)
(#8240) There should be no space before this paren. (space-in-parens)
(#8241) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8244) There should be no space after this paren. (space-in-parens)
(#8244) There should be no space before this paren. (space-in-parens)
(#8245) There should be no space after this paren. (space-in-parens)
(#8245) There should be no space before this paren. (space-in-parens)
(#8247) Expected to return a value at the end of function. (consistent-return)
(#8247) Unexpected space before function parentheses. (space-before-function-paren)
(#8247) There should be no space after this paren. (space-in-parens)
(#8247) There should be no space before this paren. (space-in-parens)
(#8248) There should be no space after this paren. (space-in-parens)
(#8248) There should be no space before this paren. (space-in-parens)
(#8251) There should be no space after this paren. (space-in-parens)
(#8251) There should be no space before this paren. (space-in-parens)
(#8252) There should be no space after this paren. (space-in-parens)
(#8252) There should be no space before this paren. (space-in-parens)
(#8256) There should be no space after this paren. (space-in-parens)
(#8256) There should be no space before this paren. (space-in-parens)
(#8257) There should be no space after '['. (array-bracket-spacing)
(#8264) There should be no space after this paren. (space-in-parens)
(#8264) There should be no space before this paren. (space-in-parens)
(#8265) There should be no space after this paren. (space-in-parens)
(#8265) There should be no space before this paren. (space-in-parens)
(#8267) There should be no space after this paren. (space-in-parens)
(#8267) Unexpected space before function parentheses. (space-before-function-paren)
(#8270) There should be no space after this paren. (space-in-parens)
(#8270) There should be no space before this paren. (space-in-parens)
(#8271) There should be no space after '['. (computed-property-spacing)
(#8271) There should be no space before ']'. (computed-property-spacing)
(#8273) There should be no space before this paren. (space-in-parens)
(#8276) Comments should not begin with a lowercase character. (capitalized-comments)
(#8278) There should be no space after this paren. (space-in-parens)
(#8278) There should be no space before this paren. (space-in-parens)
(#8281) There should be no space after this paren. (space-in-parens)
(#8281) There should be no space before this paren. (space-in-parens)
(#8282) Expected space(s) after "switch". (keyword-spacing)
(#8282) There should be no space after this paren. (space-in-parens)
(#8282) There should be no space before this paren. (space-in-parens)
(#8285) There should be no space after this paren. (space-in-parens)
(#8285) There should be no space before this paren. (space-in-parens)
(#8287) There should be no space after this paren. (space-in-parens)
(#8287) There should be no space before this paren. (space-in-parens)
(#8289) There should be no space after this paren. (space-in-parens)
(#8289) Unexpected space before function parentheses. (space-before-function-paren)
(#8289) A space is required after ','. (comma-spacing)
(#8291) There should be no space before this paren. (space-in-parens)
(#8292) There should be no space after '['. (array-bracket-spacing)
(#8292) There should be no space after '['. (computed-property-spacing)
(#8292) There should be no space before ']'. (computed-property-spacing)
(#8292) There should be no space before ']'. (array-bracket-spacing)
(#8295) There should be no space after '['. (array-bracket-spacing)
(#8295) There should be no space after this paren. (space-in-parens)
(#8295) There should be no space before this paren. (space-in-parens)
(#8295) There should be no space before ']'. (array-bracket-spacing)
(#8298) Comments should not begin with a lowercase character. (capitalized-comments)
(#8299) There should be no space after this paren. (space-in-parens)
(#8299) Unexpected space before function parentheses. (space-before-function-paren)
(#8301) There should be no space before this paren. (space-in-parens)
(#8303) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8305) Comments should not begin with a lowercase character. (capitalized-comments)
(#8306) There should be no space after this paren. (space-in-parens)
(#8306) There should be no space before this paren. (space-in-parens)
(#8307) There should be no space after this paren. (space-in-parens)
(#8307) There should be no space before this paren. (space-in-parens)
(#8308) There should be no space after this paren. (space-in-parens)
(#8308) Unexpected space before function parentheses. (space-before-function-paren)
(#8309) There should be no space after this paren. (space-in-parens)
(#8309) Unexpected 'this'. (no-invalid-this)
(#8309) There should be no space before this paren. (space-in-parens)
(#8310) There should be no space before this paren. (space-in-parens)
(#8315) There should be no space after this paren. (space-in-parens)
(#8315) There should be no space before this paren. (space-in-parens)
(#8319) Expected to return a value at the end of function. (consistent-return)
(#8319) Unexpected space before function parentheses. (space-before-function-paren)
(#8319) There should be no space after this paren. (space-in-parens)
(#8319) There should be no space before this paren. (space-in-parens)
(#8322) Multiple spaces found before '='. (no-multi-spaces)
(#8322) There should be no space after '['. (computed-property-spacing)
(#8322) There should be no space before ']'. (computed-property-spacing)
(#8324) 'row' is defined but never used. (no-unused-vars)
(#8327) There should be no space after this paren. (space-in-parens)
(#8327) There should be no space before this paren. (space-in-parens)
(#8333) There should be no space after this paren. (space-in-parens)
(#8333) There should be no space before this paren. (space-in-parens)
(#8334) Function expected a return value. (consistent-return)
(#8337) There should be no space after this paren. (space-in-parens)
(#8337) There should be no space before this paren. (space-in-parens)
(#8340) There should be no space after this paren. (space-in-parens)
(#8340) Operator '+' must be spaced. (space-infix-ops)
(#8340) There should be no space before this paren. (space-in-parens)
(#8342) There should be no space after this paren. (space-in-parens)
(#8342) Operator '=' must be spaced. (space-infix-ops)
(#8342) Operator '=' must be spaced. (space-infix-ops)
(#8342) Unexpected whitespace before semicolon. (semi-spacing)
(#8342) Operator '<' must be spaced. (space-infix-ops)
(#8342) Unexpected whitespace before semicolon. (semi-spacing)
(#8342) There should be no space before this paren. (space-in-parens)
(#8346) There should be no space after this paren. (space-in-parens)
(#8346) There should be no space before this paren. (space-in-parens)
(#8347) Comments should not begin with a lowercase character. (capitalized-comments)
(#8348) There should be no space after this paren. (space-in-parens)
(#8348) There should be no space after '['. (computed-property-spacing)
(#8348) There should be no space before ']'. (computed-property-spacing)
(#8348) There should be no space after '['. (computed-property-spacing)
(#8348) There should be no space before ']'. (computed-property-spacing)
(#8348) There should be no space before this paren. (space-in-parens)
(#8351) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8354) There should be no space after this paren. (space-in-parens)
(#8354) There should be no space after this paren. (space-in-parens)
(#8354) There should be no space before this paren. (space-in-parens)
(#8354) There should be no space before this paren. (space-in-parens)
(#8359) There should be no space after this paren. (space-in-parens)
(#8359) There should be no space before this paren. (space-in-parens)
(#8360) There should be no space after this paren. (space-in-parens)
(#8360) There should be no space before this paren. (space-in-parens)
(#8362) There should be no space after this paren. (space-in-parens)
(#8362) There should be no space before this paren. (space-in-parens)
(#8364) There should be no space after this paren. (space-in-parens)
(#8364) There should be no space before this paren. (space-in-parens)
(#8367) There should be no space after this paren. (space-in-parens)
(#8367) There should be no space before this paren. (space-in-parens)
(#8368) There should be no space after this paren. (space-in-parens)
(#8368) There should be no space before this paren. (space-in-parens)
(#8372) There should be no space after this paren. (space-in-parens)
(#8372) There should be no space before this paren. (space-in-parens)
(#8374) There should be no space after this paren. (space-in-parens)
(#8374) There should be no space before this paren. (space-in-parens)
(#8378) There should be no space after this paren. (space-in-parens)
(#8378) Unexpected space before function parentheses. (space-before-function-paren)
(#8378) There should be no space after this paren. (space-in-parens)
(#8378) There should be no space before this paren. (space-in-parens)
(#8379) Comments should not begin with a lowercase character. (capitalized-comments)
(#8380) There should be no space after this paren. (space-in-parens)
(#8380) There should be no space before this paren. (space-in-parens)
(#8382) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8383) There should be no space after this paren. (space-in-parens)
(#8383) There should be no space after this paren. (space-in-parens)
(#8383) There should be no space before this paren. (space-in-parens)
(#8383) There should be no space before this paren. (space-in-parens)
(#8388) There should be no space after this paren. (space-in-parens)
(#8388) There should be no space before this paren. (space-in-parens)
(#8390) Unexpected 'this'. (no-invalid-this)
(#8390) There should be no space after this paren. (space-in-parens)
(#8390) Unexpected space before function parentheses. (space-before-function-paren)
(#8390) There should be no space after this paren. (space-in-parens)
(#8390) There should be no space before this paren. (space-in-parens)
(#8391) There should be no space after this paren. (space-in-parens)
(#8391) There should be no space before this paren. (space-in-parens)
(#8392) There should be no space before this paren. (space-in-parens)
(#8399) There should be no space before this paren. (space-in-parens)
(#8401) There should be no space after this paren. (space-in-parens)
(#8401) Unexpected space before function parentheses. (space-before-function-paren)
(#8401) There should be no space after this paren. (space-in-parens)
(#8401) 'selector' is defined but never used. (no-unused-vars)
(#8401) 'opts' is defined but never used. (no-unused-vars)
(#8401) There should be no space before this paren. (space-in-parens)
(#8402) Unexpected 'this'. (no-invalid-this)
(#8402) There should be no space after this paren. (space-in-parens)
(#8402) Unexpected space before function parentheses. (space-before-function-paren)
(#8402) There should be no space after this paren. (space-in-parens)
(#8402) There should be no space before this paren. (space-in-parens)
(#8404) There should be no space before this paren. (space-in-parens)
(#8405) There should be no space before this paren. (space-in-parens)
(#8407) There should be no space after this paren. (space-in-parens)
(#8407) Unexpected space before function parentheses. (space-before-function-paren)
(#8407) There should be no space after this paren. (space-in-parens)
(#8407) 'selector' is defined but never used. (no-unused-vars)
(#8407) 'opts' is defined but never used. (no-unused-vars)
(#8407) There should be no space before this paren. (space-in-parens)
(#8408) Unexpected 'this'. (no-invalid-this)
(#8408) There should be no space after this paren. (space-in-parens)
(#8408) Unexpected space before function parentheses. (space-before-function-paren)
(#8408) There should be no space after this paren. (space-in-parens)
(#8408) There should be no space before this paren. (space-in-parens)
(#8410) There should be no space before this paren. (space-in-parens)
(#8411) There should be no space before this paren. (space-in-parens)
(#8413) There should be no space after this paren. (space-in-parens)
(#8413) Unexpected space before function parentheses. (space-before-function-paren)
(#8414) Unexpected 'this'. (no-invalid-this)
(#8414) There should be no space after this paren. (space-in-parens)
(#8414) There should be no space before this paren. (space-in-parens)
(#8415) There should be no space before this paren. (space-in-parens)
(#8417) There should be no space after this paren. (space-in-parens)
(#8417) Unexpected space before function parentheses. (space-before-function-paren)
(#8418) Unexpected 'this'. (no-invalid-this)
(#8418) There should be no space after this paren. (space-in-parens)
(#8418) Unexpected space before function parentheses. (space-before-function-paren)
(#8418) There should be no space after this paren. (space-in-parens)
(#8418) There should be no space before this paren. (space-in-parens)
(#8420) There should be no space before this paren. (space-in-parens)
(#8421) There should be no space before this paren. (space-in-parens)
(#8423) There should be no space after this paren. (space-in-parens)
(#8423) Unexpected space before function parentheses. (space-before-function-paren)
(#8423) There should be no space after this paren. (space-in-parens)
(#8423) There should be no space before this paren. (space-in-parens)
(#8424) Unexpected 'this'. (no-invalid-this)
(#8424) There should be no space after this paren. (space-in-parens)
(#8424) Unexpected space before function parentheses. (space-before-function-paren)
(#8424) There should be no space after this paren. (space-in-parens)
(#8424) There should be no space before this paren. (space-in-parens)
(#8425) There should be no space after this paren. (space-in-parens)
(#8428) There should be no space before this paren. (space-in-parens)
(#8429) There should be no space before this paren. (space-in-parens)
(#8431) There should be no space after this paren. (space-in-parens)
(#8431) Unexpected space before function parentheses. (space-before-function-paren)
(#8432) Unexpected 'this'. (no-invalid-this)
(#8432) There should be no space after this paren. (space-in-parens)
(#8432) Unexpected space before function parentheses. (space-before-function-paren)
(#8432) There should be no space after this paren. (space-in-parens)
(#8432) There should be no space before this paren. (space-in-parens)
(#8433) There should be no space after this paren. (space-in-parens)
(#8433) There should be no space before this paren. (space-in-parens)
(#8433) Unexpected whitespace before semicolon. (semi-spacing)
(#8434) There should be no space before this paren. (space-in-parens)
(#8435) There should be no space before this paren. (space-in-parens)
(#8437) There should be no space after this paren. (space-in-parens)
(#8437) Unexpected space before function parentheses. (space-before-function-paren)
(#8437) There should be no space after this paren. (space-in-parens)
(#8437) There should be no space before this paren. (space-in-parens)
(#8438) Unexpected 'this'. (no-invalid-this)
(#8438) There should be no space after this paren. (space-in-parens)
(#8438) Expected to return a value at the end of function. (consistent-return)
(#8438) Unexpected space before function parentheses. (space-before-function-paren)
(#8438) There should be no space after this paren. (space-in-parens)
(#8438) There should be no space before this paren. (space-in-parens)
(#8439) There should be no space after this paren. (space-in-parens)
(#8439) There should be no space before this paren. (space-in-parens)
(#8440) There should be no space after '['. (computed-property-spacing)
(#8440) There should be no space before ']'. (computed-property-spacing)
(#8441) Comments should not begin with a lowercase character. (capitalized-comments)
(#8442) There should be no space after this paren. (space-in-parens)
(#8442) There should be no space before this paren. (space-in-parens)
(#8443) There should be no space before this paren. (space-in-parens)
(#8444) There should be no space before this paren. (space-in-parens)
(#8446) There should be no space after this paren. (space-in-parens)
(#8446) Unexpected space before function parentheses. (space-before-function-paren)
(#8446) There should be no space after this paren. (space-in-parens)
(#8446) There should be no space before this paren. (space-in-parens)
(#8447) Unexpected 'this'. (no-invalid-this)
(#8447) There should be no space after this paren. (space-in-parens)
(#8447) Unexpected space before function parentheses. (space-before-function-paren)
(#8447) There should be no space after this paren. (space-in-parens)
(#8447) There should be no space before this paren. (space-in-parens)
(#8449) There should be no space after this paren. (space-in-parens)
(#8449) There should be no space before this paren. (space-in-parens)
(#8451) There should be no space before this paren. (space-in-parens)
(#8452) There should be no space before this paren. (space-in-parens)
(#8454) There should be no space after this paren. (space-in-parens)
(#8454) Unexpected space before function parentheses. (space-before-function-paren)
(#8455) Unexpected 'this'. (no-invalid-this)
(#8455) There should be no space after this paren. (space-in-parens)
(#8455) Unexpected space before function parentheses. (space-before-function-paren)
(#8455) There should be no space after this paren. (space-in-parens)
(#8455) There should be no space before this paren. (space-in-parens)
(#8456) There should be no space after this paren. (space-in-parens)
(#8456) There should be no space before this paren. (space-in-parens)
(#8457) There should be no space before this paren. (space-in-parens)
(#8458) There should be no space before this paren. (space-in-parens)
(#8460) There should be no space after this paren. (space-in-parens)
(#8460) Expected to return a value at the end of function. (consistent-return)
(#8460) Unexpected space before function parentheses. (space-before-function-paren)
(#8460) There should be no space after this paren. (space-in-parens)
(#8460) There should be no space before this paren. (space-in-parens)
(#8461) There should be no space after this paren. (space-in-parens)
(#8461) Unexpected 'this'. (no-invalid-this)
(#8461) There should be no space before this paren. (space-in-parens)
(#8462) Unexpected 'this'. (no-invalid-this)
(#8464) There should be no space after this paren. (space-in-parens)
(#8464) There should be no space before this paren. (space-in-parens)
(#8465) There should be no space after this paren. (space-in-parens)
(#8465) There should be no space before this paren. (space-in-parens)
(#8466) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8467) There should be no space after this paren. (space-in-parens)
(#8467) There should be no space before this paren. (space-in-parens)
(#8468) There should be no space after this paren. (space-in-parens)
(#8468) There should be no space before this paren. (space-in-parens)
(#8471) There should be no space before this paren. (space-in-parens)
(#8473) There should be no space after this paren. (space-in-parens)
(#8473) Unexpected space before function parentheses. (space-before-function-paren)
(#8473) There should be no space after this paren. (space-in-parens)
(#8473) There should be no space before this paren. (space-in-parens)
(#8474) There should be no space after this paren. (space-in-parens)
(#8474) Unexpected 'this'. (no-invalid-this)
(#8474) There should be no space after this paren. (space-in-parens)
(#8474) There should be no space before this paren. (space-in-parens)
(#8474) There should be no space before this paren. (space-in-parens)
(#8475) There should be no space before this paren. (space-in-parens)
(#8478) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8480) Identifier '__cell_selector' is not in camel case. (camelcase)
(#8480) Unexpected space before function parentheses. (space-before-function-paren)
(#8480) There should be no space after this paren. (space-in-parens)
(#8480) There should be no space before this paren. (space-in-parens)
(#8481) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8483) There should be no space after this paren. (space-in-parens)
(#8483) There should be no space before this paren. (space-in-parens)
(#8484) There should be no space after this paren. (space-in-parens)
(#8484) There should be no space after this paren. (space-in-parens)
(#8484) There should be no space before this paren. (space-in-parens)
(#8484) There should be no space before this paren. (space-in-parens)
(#8485) There should be no space after this paren. (space-in-parens)
(#8485) There should be no space before this paren. (space-in-parens)
(#8490) Unexpected space before function parentheses. (space-before-function-paren)
(#8490) There should be no space after this paren. (space-in-parens)
(#8490) There should be no space before this paren. (space-in-parens)
(#8493) There should be no space after this paren. (space-in-parens)
(#8493) There should be no space before this paren. (space-in-parens)
(#8497) There should be no space after this paren. (space-in-parens)
(#8497) Operator '=' must be spaced. (space-infix-ops)
(#8497) Operator '=' must be spaced. (space-infix-ops)
(#8497) Unexpected whitespace before semicolon. (semi-spacing)
(#8497) Operator '<' must be spaced. (space-infix-ops)
(#8497) Unexpected whitespace before semicolon. (semi-spacing)
(#8497) There should be no space before this paren. (space-in-parens)
(#8500) There should be no space after this paren. (space-in-parens)
(#8500) Operator '=' must be spaced. (space-infix-ops)
(#8500) Unexpected whitespace before semicolon. (semi-spacing)
(#8500) Operator '<' must be spaced. (space-infix-ops)
(#8500) Unexpected whitespace before semicolon. (semi-spacing)
(#8500) There should be no space before this paren. (space-in-parens)
(#8506) There should be no space after this paren. (space-in-parens)
(#8506) There should be no space before this paren. (space-in-parens)
(#8508) There should be no space after '['. (computed-property-spacing)
(#8508) There should be no space before ']'. (computed-property-spacing)
(#8510) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#8510) There should be no space after this paren. (space-in-parens)
(#8510) There should be no space after this paren. (space-in-parens)
(#8510) There should be no space before this paren. (space-in-parens)
(#8510) There should be no space before this paren. (space-in-parens)
(#8511) There should be no space after this paren. (space-in-parens)
(#8511) There should be no space before this paren. (space-in-parens)
(#8513) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8516) There should be no space after this paren. (space-in-parens)
(#8516) There should be no space before this paren. (space-in-parens)
(#8525) There should be no space after this paren. (space-in-parens)
(#8525) There should be no space after this paren. (space-in-parens)
(#8525) There should be no space before this paren. (space-in-parens)
(#8525) There should be no space before this paren. (space-in-parens)
(#8531) There should be no space after this paren. (space-in-parens)
(#8531) There should be no space before this paren. (space-in-parens)
(#8532) There should be no space after this paren. (space-in-parens)
(#8532) Unexpected space before function parentheses. (space-before-function-paren)
(#8533) There should be no space after this paren. (space-in-parens)
(#8533) There should be no space before this paren. (space-in-parens)
(#8535) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8539) There should be no space after this paren. (space-in-parens)
(#8539) Operator '=' must be spaced. (space-infix-ops)
(#8539) Operator '=' must be spaced. (space-infix-ops)
(#8539) Unexpected whitespace before semicolon. (semi-spacing)
(#8539) Operator '<' must be spaced. (space-infix-ops)
(#8539) Unexpected whitespace before semicolon. (semi-spacing)
(#8539) There should be no space before this paren. (space-in-parens)
(#8540) There should be no space after this paren. (space-in-parens)
(#8540) There should be no space after this paren. (space-in-parens)
(#8540) There should be no space before this paren. (space-in-parens)
(#8540) There should be no space before this paren. (space-in-parens)
(#8549) There should be no space after this paren. (space-in-parens)
(#8549) There should be no space after '['. (computed-property-spacing)
(#8549) There should be no space before ']'. (computed-property-spacing)
(#8549) There should be no space before this paren. (space-in-parens)
(#8551) There should be no space before this paren. (space-in-parens)
(#8555) There should be no space after this paren. (space-in-parens)
(#8555) There should be no space before this paren. (space-in-parens)
(#8559) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8561) There should be no space after this paren. (space-in-parens)
(#8561) Unexpected space before function parentheses. (space-before-function-paren)
(#8561) There should be no space after this paren. (space-in-parens)
(#8561) There should be no space before this paren. (space-in-parens)
(#8563) There should be no space after this paren. (space-in-parens)
(#8563) There should be no space after this paren. (space-in-parens)
(#8563) There should be no space before this paren. (space-in-parens)
(#8563) There should be no space before this paren. (space-in-parens)
(#8565) There should be no space after this paren. (space-in-parens)
(#8565) There should be no space before this paren. (space-in-parens)
(#8569) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8576) There should be no space after this paren. (space-in-parens)
(#8576) There should be no space after this paren. (space-in-parens)
(#8576) There should be no space before this paren. (space-in-parens)
(#8576) There should be no space before this paren. (space-in-parens)
(#8582) There should be no space after this paren. (space-in-parens)
(#8582) There should be no space before this paren. (space-in-parens)
(#8583) Unexpected 'this'. (no-invalid-this)
(#8583) There should be no space after this paren. (space-in-parens)
(#8583) Unexpected space before function parentheses. (space-before-function-paren)
(#8583) There should be no space after this paren. (space-in-parens)
(#8583) There should be no space before this paren. (space-in-parens)
(#8584) There should be no space after this paren. (space-in-parens)
(#8584) There should be no space after this paren. (space-in-parens)
(#8584) There should be no space before this paren. (space-in-parens)
(#8584) There should be no space before this paren. (space-in-parens)
(#8585) There should be no space before this paren. (space-in-parens)
(#8589) Unexpected 'this'. (no-invalid-this)
(#8589) There should be no space after this paren. (space-in-parens)
(#8589) There should be no space before this paren. (space-in-parens)
(#8590) Unexpected 'this'. (no-invalid-this)
(#8590) There should be no space after this paren. (space-in-parens)
(#8590) There should be no space before this paren. (space-in-parens)
(#8593) Unexpected 'this'. (no-invalid-this)
(#8593) There should be no space after this paren. (space-in-parens)
(#8593) Unexpected space before function parentheses. (space-before-function-paren)
(#8593) There should be no space after this paren. (space-in-parens)
(#8593) There should be no space before this paren. (space-in-parens)
(#8596) There should be no space after this paren. (space-in-parens)
(#8596) Operator '=' must be spaced. (space-infix-ops)
(#8596) Operator '=' must be spaced. (space-infix-ops)
(#8596) Unexpected whitespace before semicolon. (semi-spacing)
(#8596) Operator '<' must be spaced. (space-infix-ops)
(#8596) Unexpected whitespace before semicolon. (semi-spacing)
(#8596) There should be no space before this paren. (space-in-parens)
(#8597) There should be no space after this paren. (space-in-parens)
(#8597) Operator '=' must be spaced. (space-infix-ops)
(#8597) Operator '=' must be spaced. (space-infix-ops)
(#8597) Unexpected whitespace before semicolon. (semi-spacing)
(#8597) Operator '<' must be spaced. (space-infix-ops)
(#8597) Unexpected whitespace before semicolon. (semi-spacing)
(#8597) There should be no space before this paren. (space-in-parens)
(#8598) There should be no space after this paren. (space-in-parens)
(#8601) There should be no space before this paren. (space-in-parens)
(#8606) There should be no space before this paren. (space-in-parens)
(#8608) There should be no space after this paren. (space-in-parens)
(#8612) There should be no space before this paren. (space-in-parens)
(#8615) There should be no space before this paren. (space-in-parens)
(#8618) There should be no space after this paren. (space-in-parens)
(#8618) Unexpected space before function parentheses. (space-before-function-paren)
(#8619) Unexpected 'this'. (no-invalid-this)
(#8619) There should be no space after this paren. (space-in-parens)
(#8619) Unexpected space before function parentheses. (space-before-function-paren)
(#8619) There should be no space after this paren. (space-in-parens)
(#8619) There should be no space before this paren. (space-in-parens)
(#8620) There should be no space after '['. (computed-property-spacing)
(#8620) There should be no space before ']'. (computed-property-spacing)
(#8622) There should be no space after '['. (computed-property-spacing)
(#8622) There should be no space before ']'. (computed-property-spacing)
(#8624) There should be no space before this paren. (space-in-parens)
(#8625) There should be no space before this paren. (space-in-parens)
(#8628) There should be no space after this paren. (space-in-parens)
(#8628) Unexpected space before function parentheses. (space-before-function-paren)
(#8629) Unexpected 'this'. (no-invalid-this)
(#8629) There should be no space after this paren. (space-in-parens)
(#8629) Unexpected space before function parentheses. (space-before-function-paren)
(#8629) There should be no space after this paren. (space-in-parens)
(#8629) There should be no space before this paren. (space-in-parens)
(#8630) There should be no space after this paren. (space-in-parens)
(#8630) There should be no space before this paren. (space-in-parens)
(#8631) There should be no space before this paren. (space-in-parens)
(#8632) There should be no space before this paren. (space-in-parens)
(#8635) There should be no space after this paren. (space-in-parens)
(#8635) Unexpected space before function parentheses. (space-before-function-paren)
(#8635) There should be no space after this paren. (space-in-parens)
(#8635) There should be no space before this paren. (space-in-parens)
(#8638) Unexpected 'this'. (no-invalid-this)
(#8638) There should be no space after this paren. (space-in-parens)
(#8638) Unexpected space before function parentheses. (space-before-function-paren)
(#8638) There should be no space after this paren. (space-in-parens)
(#8638) There should be no space before this paren. (space-in-parens)
(#8639) There should be no space after '['. (computed-property-spacing)
(#8639) There should be no space before ']'. (computed-property-spacing)
(#8639) There should be no space after '['. (computed-property-spacing)
(#8639) There should be no space before ']'. (computed-property-spacing)
(#8639) There should be no space after '['. (computed-property-spacing)
(#8639) There should be no space before ']'. (computed-property-spacing)
(#8640) There should be no space before this paren. (space-in-parens)
(#8641) There should be no space before this paren. (space-in-parens)
(#8644) There should be no space after this paren. (space-in-parens)
(#8644) Unexpected space before function parentheses. (space-before-function-paren)
(#8644) There should be no space after this paren. (space-in-parens)
(#8644) There should be no space before this paren. (space-in-parens)
(#8645) Unexpected 'this'. (no-invalid-this)
(#8645) There should be no space after this paren. (space-in-parens)
(#8645) Unexpected space before function parentheses. (space-before-function-paren)
(#8645) There should be no space after this paren. (space-in-parens)
(#8645) There should be no space before this paren. (space-in-parens)
(#8646) There should be no space after this paren. (space-in-parens)
(#8646) There should be no space before this paren. (space-in-parens)
(#8647) There should be no space before this paren. (space-in-parens)
(#8648) There should be no space before this paren. (space-in-parens)
(#8651) There should be no space after this paren. (space-in-parens)
(#8651) Unexpected space before function parentheses. (space-before-function-paren)
(#8652) Unexpected 'this'. (no-invalid-this)
(#8652) There should be no space after this paren. (space-in-parens)
(#8652) Unexpected space before function parentheses. (space-before-function-paren)
(#8652) There should be no space after this paren. (space-in-parens)
(#8652) There should be no space before this paren. (space-in-parens)
(#8656) There should be no space after this paren. (space-in-parens)
(#8656) There should be no space before this paren. (space-in-parens)
(#8658) There should be no space before this paren. (space-in-parens)
(#8659) There should be no space before this paren. (space-in-parens)
(#8662) There should be no space after this paren. (space-in-parens)
(#8662) Unexpected space before function parentheses. (space-before-function-paren)
(#8662) There should be no space after this paren. (space-in-parens)
(#8662) There should be no space before this paren. (space-in-parens)
(#8663) Unexpected 'this'. (no-invalid-this)
(#8663) There should be no space after this paren. (space-in-parens)
(#8663) Unexpected space before function parentheses. (space-before-function-paren)
(#8663) There should be no space after this paren. (space-in-parens)
(#8663) There should be no space before this paren. (space-in-parens)
(#8664) There should be no space after this paren. (space-in-parens)
(#8664) There should be no space before this paren. (space-in-parens)
(#8665) There should be no space before this paren. (space-in-parens)
(#8666) There should be no space before this paren. (space-in-parens)
(#8669) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8670) There should be no space after this paren. (space-in-parens)
(#8670) Unexpected space before function parentheses. (space-before-function-paren)
(#8670) There should be no space after this paren. (space-in-parens)
(#8670) There should be no space before this paren. (space-in-parens)
(#8671) There should be no space after this paren. (space-in-parens)
(#8671) Unexpected 'this'. (no-invalid-this)
(#8671) There should be no space after this paren. (space-in-parens)
(#8671) There should be no space before this paren. (space-in-parens)
(#8671) There should be no space before this paren. (space-in-parens)
(#8672) There should be no space before this paren. (space-in-parens)
(#8675) There should be no space after this paren. (space-in-parens)
(#8675) Unexpected space before function parentheses. (space-before-function-paren)
(#8675) There should be no space after this paren. (space-in-parens)
(#8675) There should be no space before this paren. (space-in-parens)
(#8676) Unexpected 'this'. (no-invalid-this)
(#8677) Unexpected 'this'. (no-invalid-this)
(#8679) There should be no space after this paren. (space-in-parens)
(#8679) There should be no space before this paren. (space-in-parens)
(#8682) There should be no space after this paren. (space-in-parens)
(#8682) There should be no space before this paren. (space-in-parens)
(#8687) There should be no space after this paren. (space-in-parens)
(#8687) There should be no space before this paren. (space-in-parens)
(#8688) There should be no space after this paren. (space-in-parens)
(#8688) There should be no space before this paren. (space-in-parens)
(#8690) Unexpected 'this'. (no-invalid-this)
(#8691) There should be no space before this paren. (space-in-parens)
(#8694) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8723) There should be no space after this paren. (space-in-parens)
(#8723) Unexpected space before function parentheses. (space-before-function-paren)
(#8723) There should be no space after this paren. (space-in-parens)
(#8723) There should be no space before this paren. (space-in-parens)
(#8724) Unexpected 'this'. (no-invalid-this)
(#8726) There should be no space after this paren. (space-in-parens)
(#8726) There should be no space before this paren. (space-in-parens)
(#8727) Comments should not begin with a lowercase character. (capitalized-comments)
(#8733) Comments should not begin with a lowercase character. (capitalized-comments)
(#8734) There should be no space after this paren. (space-in-parens)
(#8734) There should be no space before this paren. (space-in-parens)
(#8736) There should be no space after '['. (array-bracket-spacing)
(#8736) There should be no space after '['. (array-bracket-spacing)
(#8736) There should be no space before ']'. (array-bracket-spacing)
(#8736) There should be no space before ']'. (array-bracket-spacing)
(#8737) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#8738) There should be no space after this paren. (space-in-parens)
(#8738) Unexpected space after unary operator '!'. (space-unary-ops)
(#8738) There should be no space after this paren. (space-in-parens)
(#8738) There should be no space before this paren. (space-in-parens)
(#8738) There should be no space before this paren. (space-in-parens)
(#8740) There should be no space after this paren. (space-in-parens)
(#8740) There should be no space before this paren. (space-in-parens)
(#8742) Comments should not begin with a lowercase character. (capitalized-comments)
(#8744) Unexpected 'this'. (no-invalid-this)
(#8744) There should be no space after this paren. (space-in-parens)
(#8744) Unexpected space before function parentheses. (space-before-function-paren)
(#8744) There should be no space after this paren. (space-in-parens)
(#8744) There should be no space before this paren. (space-in-parens)
(#8746) There should be no space before this paren. (space-in-parens)
(#8747) There should be no space before this paren. (space-in-parens)
(#8760) There should be no space after this paren. (space-in-parens)
(#8760) Unexpected space before function parentheses. (space-before-function-paren)
(#8760) There should be no space after this paren. (space-in-parens)
(#8760) There should be no space before this paren. (space-in-parens)
(#8761) Unexpected 'this'. (no-invalid-this)
(#8761) There should be no space after this paren. (space-in-parens)
(#8761) Unexpected space before function parentheses. (space-before-function-paren)
(#8761) There should be no space after this paren. (space-in-parens)
(#8761) There should be no space before this paren. (space-in-parens)
(#8762) There should be no space after this paren. (space-in-parens)
(#8762) There should be no space before this paren. (space-in-parens)
(#8763) There should be no space before this paren. (space-in-parens)
(#8764) There should be no space before this paren. (space-in-parens)
(#8768) There should be no space after this paren. (space-in-parens)
(#8771) Unexpected space before function parentheses. (space-before-function-paren)
(#8771) There should be no space after this paren. (space-in-parens)
(#8771) There should be no space before this paren. (space-in-parens)
(#8772) Unexpected 'this'. (no-invalid-this)
(#8774) Unexpected 'this'. (no-invalid-this)
(#8774) There should be no space after this paren. (space-in-parens)
(#8774) Unexpected space before function parentheses. (space-before-function-paren)
(#8774) There should be no space after this paren. (space-in-parens)
(#8774) There should be no space before this paren. (space-in-parens)
(#8777) There should be no space after this paren. (space-in-parens)
(#8777) Unexpected space before function parentheses. (space-before-function-paren)
(#8778) There should be no space after this paren. (space-in-parens)
(#8778) There should be no space after '['. (array-bracket-spacing)
(#8778) There should be no space before ']'. (array-bracket-spacing)
(#8778) There should be no space before this paren. (space-in-parens)
(#8779) There should be no space before this paren. (space-in-parens)
(#8782) There should be no space before this paren. (space-in-parens)
(#8783) There should be no space before this paren. (space-in-parens)
(#8786) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8787) There should be no space after this paren. (space-in-parens)
(#8787) Unexpected space before function parentheses. (space-before-function-paren)
(#8787) There should be no space after this paren. (space-in-parens)
(#8787) There should be no space before this paren. (space-in-parens)
(#8788) Unexpected 'this'. (no-invalid-this)
(#8790) There should be no space after this paren. (space-in-parens)
(#8790) There should be no space before this paren. (space-in-parens)
(#8791) Comments should not begin with a lowercase character. (capitalized-comments)
(#8797) Comments should not begin with a lowercase character. (capitalized-comments)
(#8798) Unexpected 'this'. (no-invalid-this)
(#8798) There should be no space after this paren. (space-in-parens)
(#8798) Unexpected space before function parentheses. (space-before-function-paren)
(#8798) There should be no space after this paren. (space-in-parens)
(#8798) There should be no space before this paren. (space-in-parens)
(#8799) There should be no space after this paren. (space-in-parens)
(#8799) Unexpected space after unary operator '!'. (space-unary-ops)
(#8799) There should be no space before this paren. (space-in-parens)
(#8803) There should be no space after this paren. (space-in-parens)
(#8803) There should be no space after this paren. (space-in-parens)
(#8804) Operator '+' must be spaced. (space-infix-ops)
(#8806) Multiple spaces found before ':'. (no-multi-spaces)
(#8808) There should be no space before this paren. (space-in-parens)
(#8808) There should be no space before this paren. (space-in-parens)
(#8809) There should be no space before this paren. (space-in-parens)
(#8810) There should be no space before this paren. (space-in-parens)
(#8816) Unexpected space before function parentheses. (space-before-function-paren)
(#8816) There should be no space after this paren. (space-in-parens)
(#8816) There should be no space before this paren. (space-in-parens)
(#8817) Unexpected 'this'. (no-invalid-this)
(#8817) There should be no space after this paren. (space-in-parens)
(#8817) Expected to return a value at the end of function. (consistent-return)
(#8817) Unexpected space before function parentheses. (space-before-function-paren)
(#8817) There should be no space after this paren. (space-in-parens)
(#8817) There should be no space before this paren. (space-in-parens)
(#8820) There should be no space after this paren. (space-in-parens)
(#8820) There should be no space before this paren. (space-in-parens)
(#8821) Comments should not begin with a lowercase character. (capitalized-comments)
(#8822) There should be no space after '['. (computed-property-spacing)
(#8822) There should be no space before ']'. (computed-property-spacing)
(#8825) Comments should not begin with a lowercase character. (capitalized-comments)
(#8826) There should be no space after this paren. (space-in-parens)
(#8826) Unexpected space after unary operator '!'. (space-unary-ops)
(#8826) There should be no space before this paren. (space-in-parens)
(#8827) Function expected a return value. (consistent-return)
(#8830) There should be no space after this paren. (space-in-parens)
(#8830) There should be no space after '['. (computed-property-spacing)
(#8830) There should be no space before ']'. (computed-property-spacing)
(#8831) Operator '+' must be spaced. (space-infix-ops)
(#8833) Multiple spaces found before ':'. (no-multi-spaces)
(#8835) There should be no space before this paren. (space-in-parens)
(#8837) There should be no space after this paren. (space-in-parens)
(#8837) There should be no space before this paren. (space-in-parens)
(#8838) There should be no space before this paren. (space-in-parens)
(#8846) There should be no space after this paren. (space-in-parens)
(#8846) Unexpected space before function parentheses. (space-before-function-paren)
(#8847) Unexpected 'this'. (no-invalid-this)
(#8848) Unexpected 'this'. (no-invalid-this)
(#8850) There should be no space before this paren. (space-in-parens)
(#8853) There should be no space after this paren. (space-in-parens)
(#8853) Unexpected space before function parentheses. (space-before-function-paren)
(#8854) Unexpected 'this'. (no-invalid-this)
(#8854) There should be no space after this paren. (space-in-parens)
(#8854) Unexpected space before function parentheses. (space-before-function-paren)
(#8854) There should be no space after this paren. (space-in-parens)
(#8854) There should be no space before this paren. (space-in-parens)
(#8856) There should be no space after this paren. (space-in-parens)
(#8856) There should be no space before this paren. (space-in-parens)
(#8857) There should be no space before this paren. (space-in-parens)
(#8858) There should be no space before this paren. (space-in-parens)
(#8861) There should be no space after this paren. (space-in-parens)
(#8861) Unexpected space before function parentheses. (space-before-function-paren)
(#8862) Unexpected 'this'. (no-invalid-this)
(#8863) Unexpected 'this'. (no-invalid-this)
(#8865) There should be no space before this paren. (space-in-parens)
(#8868) There should be no space after this paren. (space-in-parens)
(#8868) Unexpected space before function parentheses. (space-before-function-paren)
(#8869) Unexpected 'this'. (no-invalid-this)
(#8869) There should be no space after this paren. (space-in-parens)
(#8869) Unexpected space before function parentheses. (space-before-function-paren)
(#8869) There should be no space after this paren. (space-in-parens)
(#8869) There should be no space before this paren. (space-in-parens)
(#8870) There should be no space after this paren. (space-in-parens)
(#8870) There should be no space before this paren. (space-in-parens)
(#8871) There should be no space before this paren. (space-in-parens)
(#8872) There should be no space before this paren. (space-in-parens)
(#8875) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#8891) There should be no space after this paren. (space-in-parens)
(#8891) There should be no space before this paren. (space-in-parens)
(#8892) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8897) There should be no space after this paren. (space-in-parens)
(#8897) Operator '=' must be spaced. (space-infix-ops)
(#8897) Operator '=' must be spaced. (space-infix-ops)
(#8897) Unexpected whitespace before semicolon. (semi-spacing)
(#8897) Operator '<' must be spaced. (space-infix-ops)
(#8897) Unexpected whitespace before semicolon. (semi-spacing)
(#8897) There should be no space before this paren. (space-in-parens)
(#8898) There should be no space after this paren. (space-in-parens)
(#8898) There should be no space before this paren. (space-in-parens)
(#8899) There should be no space after this paren. (space-in-parens)
(#8899) There should be no space before this paren. (space-in-parens)
(#8929) Unexpected space before function parentheses. (space-before-function-paren)
(#8929) There should be no space after this paren. (space-in-parens)
(#8929) There should be no space before this paren. (space-in-parens)
(#8930) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8934) There should be no space after this paren. (space-in-parens)
(#8934) Unexpected space before function parentheses. (space-before-function-paren)
(#8938) There should be no space after this paren. (space-in-parens)
(#8938) There should be no space before this paren. (space-in-parens)
(#8941) There should be no space before this paren. (space-in-parens)
(#8963) Unexpected space before function parentheses. (space-before-function-paren)
(#8963) There should be no space after this paren. (space-in-parens)
(#8963) There should be no space before this paren. (space-in-parens)
(#8964) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#8967) There should be no space after this paren. (space-in-parens)
(#8967) There should be no space after this paren. (space-in-parens)
(#8967) There should be no space before this paren. (space-in-parens)
(#8967) There should be no space before this paren. (space-in-parens)
(#8972) There should be no space after this paren. (space-in-parens)
(#8972) Expected to return a value at the end of function. (consistent-return)
(#8972) Unexpected space before function parentheses. (space-before-function-paren)
(#8973) There should be no space after this paren. (space-in-parens)
(#8973) There should be no space before this paren. (space-in-parens)
(#8976) There should be no space before this paren. (space-in-parens)
(#8979) There should be no space after this paren. (space-in-parens)
(#8979) There should be no space before this paren. (space-in-parens)
(#9032) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9036) There should be no space after this paren. (space-in-parens)
(#9036) Unexpected space before function parentheses. (space-before-function-paren)
(#9036) There should be no space after this paren. (space-in-parens)
(#9036) There should be no space before this paren. (space-in-parens)
(#9038) Multiple spaces found before '='. (no-multi-spaces)
(#9038) Unexpected 'this'. (no-invalid-this)
(#9038) There should be no space after this paren. (space-in-parens)
(#9038) There should be no space before this paren. (space-in-parens)
(#9041) There should be no space after this paren. (space-in-parens)
(#9042) There should be no space after this paren. (space-in-parens)
(#9042) There should be no space before this paren. (space-in-parens)
(#9043) There should be no space after this paren. (space-in-parens)
(#9043) There should be no space before this paren. (space-in-parens)
(#9044) There should be no space before this paren. (space-in-parens)
(#9045) There should be no space before this paren. (space-in-parens)
(#9048) Comments should not begin with a lowercase character. (capitalized-comments)
(#9049) There should be no space after this paren. (space-in-parens)
(#9049) There should be no space after '['. (array-bracket-spacing)
(#9049) There should be no space before ']'. (array-bracket-spacing)
(#9049) Unexpected space before function parentheses. (space-before-function-paren)
(#9050) There should be no space after this paren. (space-in-parens)
(#9050) Operator '+' must be spaced. (space-infix-ops)
(#9050) Unexpected space before function parentheses. (space-before-function-paren)
(#9050) There should be no space after this paren. (space-in-parens)
(#9050) Comments should not begin with a lowercase character. (capitalized-comments)
(#9050) There should be no space before this paren. (space-in-parens)
(#9054) There should be no space after this paren. (space-in-parens)
(#9054) Unexpected space after unary operator '!'. (space-unary-ops)
(#9054) There should be no space before this paren. (space-in-parens)
(#9058) There should be no space after this paren. (space-in-parens)
(#9058) Unexpected 'this'. (no-invalid-this)
(#9058) There should be no space before this paren. (space-in-parens)
(#9059) There should be no space after this paren. (space-in-parens)
(#9059) There should be no space before this paren. (space-in-parens)
(#9060) Unexpected 'this'. (no-invalid-this)
(#9061) There should be no space before this paren. (space-in-parens)
(#9062) There should be no space before this paren. (space-in-parens)
(#9065) There should be no space after this paren. (space-in-parens)
(#9065) Unexpected space before function parentheses. (space-before-function-paren)
(#9066) Unexpected 'this'. (no-invalid-this)
(#9066) There should be no space after this paren. (space-in-parens)
(#9066) Unexpected space before function parentheses. (space-before-function-paren)
(#9066) There should be no space after this paren. (space-in-parens)
(#9066) There should be no space before this paren. (space-in-parens)
(#9067) There should be no space after this paren. (space-in-parens)
(#9067) There should be no space before this paren. (space-in-parens)
(#9068) There should be no space before this paren. (space-in-parens)
(#9069) There should be no space before this paren. (space-in-parens)
(#9072) There should be no space after this paren. (space-in-parens)
(#9072) Unexpected space before function parentheses. (space-before-function-paren)
(#9073) There should be no space after this paren. (space-in-parens)
(#9073) Unexpected 'this'. (no-invalid-this)
(#9073) Unexpected 'this'. (no-invalid-this)
(#9073) There should be no space before this paren. (space-in-parens)
(#9074) There should be no space before this paren. (space-in-parens)
(#9077) There should be no space after this paren. (space-in-parens)
(#9077) Unexpected space before function parentheses. (space-before-function-paren)
(#9078) Unexpected 'this'. (no-invalid-this)
(#9080) There should be no space before this paren. (space-in-parens)
(#9083) There should be no space after this paren. (space-in-parens)
(#9083) Unexpected space before function parentheses. (space-before-function-paren)
(#9084) Unexpected 'this'. (no-invalid-this)
(#9084) There should be no space after this paren. (space-in-parens)
(#9084) Unexpected space before function parentheses. (space-before-function-paren)
(#9084) There should be no space after this paren. (space-in-parens)
(#9084) There should be no space before this paren. (space-in-parens)
(#9085) There should be no space after this paren. (space-in-parens)
(#9085) There should be no space before this paren. (space-in-parens)
(#9086) There should be no space before this paren. (space-in-parens)
(#9087) There should be no space before this paren. (space-in-parens)
(#9090) There should be no space after this paren. (space-in-parens)
(#9090) Unexpected space before function parentheses. (space-before-function-paren)
(#9090) There should be no space after this paren. (space-in-parens)
(#9090) There should be no space before this paren. (space-in-parens)
(#9093) Unexpected 'this'. (no-invalid-this)
(#9093) There should be no space after this paren. (space-in-parens)
(#9093) Unexpected space before function parentheses. (space-before-function-paren)
(#9093) There should be no space after this paren. (space-in-parens)
(#9093) There should be no space before this paren. (space-in-parens)
(#9094) Multiple spaces found before '='. (no-multi-spaces)
(#9095) Multiple spaces found before '='. (no-multi-spaces)
(#9096) Multiple spaces found before '='. (no-multi-spaces)
(#9097) Multiple spaces found before '='. (no-multi-spaces)
(#9098) Multiple spaces found before '='. (no-multi-spaces)
(#9099) Multiple spaces found before '='. (no-multi-spaces)
(#9100) Multiple spaces found before '='. (no-multi-spaces)
(#9101) Multiple spaces found before '='. (no-multi-spaces)
(#9103) Multiple spaces found before '='. (no-multi-spaces)
(#9103) There should be no space after this paren. (space-in-parens)
(#9103) Unexpected space before function parentheses. (space-before-function-paren)
(#9103) Statement inside of curly braces should be on next line. (brace-style)
(#9103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9103) There should be no space before this paren. (space-in-parens)
(#9104) 'i' is defined but never used. (no-unused-vars)
(#9111) There should be no space after this paren. (space-in-parens)
(#9111) There should be no space before this paren. (space-in-parens)
(#9114) There should be no space after this paren. (space-in-parens)
(#9114) Unexpected space after unary operator '!'. (space-unary-ops)
(#9114) There should be no space before this paren. (space-in-parens)
(#9115) There should be no space after this paren. (space-in-parens)
(#9115) There should be no space before this paren. (space-in-parens)
(#9115) There should be no space after this paren. (space-in-parens)
(#9115) There should be no space before this paren. (space-in-parens)
(#9122) Operator '+' must be spaced. (space-infix-ops)
(#9125) There should be no space after this paren. (space-in-parens)
(#9125) There should be no space before this paren. (space-in-parens)
(#9127) There should be no space after this paren. (space-in-parens)
(#9127) There should be no space before this paren. (space-in-parens)
(#9130) There should be no space after this paren. (space-in-parens)
(#9130) There should be no space before this paren. (space-in-parens)
(#9132) There should be no space after this paren. (space-in-parens)
(#9132) There should be no space before this paren. (space-in-parens)
(#9137) There should be no space after this paren. (space-in-parens)
(#9137) There should be no space before this paren. (space-in-parens)
(#9139) There should be no space after this paren. (space-in-parens)
(#9139) There should be no space before this paren. (space-in-parens)
(#9139) There should be no space after this paren. (space-in-parens)
(#9139) There should be no space before this paren. (space-in-parens)
(#9141) There should be no space after this paren. (space-in-parens)
(#9141) Operator '+' must be spaced. (space-infix-ops)
(#9141) Operator '+' must be spaced. (space-infix-ops)
(#9142) Operator '+' must be spaced. (space-infix-ops)
(#9142) Operator '+' must be spaced. (space-infix-ops)
(#9142) Operator '+' must be spaced. (space-infix-ops)
(#9142) Operator '+' must be spaced. (space-infix-ops)
(#9145) There should be no space after this paren. (space-in-parens)
(#9145) There should be no space before this paren. (space-in-parens)
(#9146) Operator '+' must be spaced. (space-infix-ops)
(#9146) Operator '+' must be spaced. (space-infix-ops)
(#9146) Operator '+' must be spaced. (space-infix-ops)
(#9147) There should be no space after this paren. (space-in-parens)
(#9147) Unexpected space before function parentheses. (space-before-function-paren)
(#9148) Operator '+' must be spaced. (space-infix-ops)
(#9148) Unexpected 'this'. (no-invalid-this)
(#9149) Unexpected 'this'. (no-invalid-this)
(#9149) There should be no space after this paren. (space-in-parens)
(#9149) There should be no space before this paren. (space-in-parens)
(#9151) There should be no space before this paren. (space-in-parens)
(#9156) There should be no space after this paren. (space-in-parens)
(#9156) There should be no space before this paren. (space-in-parens)
(#9160) There should be no space after '['. (computed-property-spacing)
(#9160) There should be no space before ']'. (computed-property-spacing)
(#9161) There should be no space after '['. (computed-property-spacing)
(#9161) There should be no space before ']'. (computed-property-spacing)
(#9164) There should be no space after this paren. (space-in-parens)
(#9164) Unexpected space after unary operator '!'. (space-unary-ops)
(#9164) There should be no space before this paren. (space-in-parens)
(#9165) Comments should not begin with a lowercase character. (capitalized-comments)
(#9166) There should be no space after this paren. (space-in-parens)
(#9166) There should be no space before this paren. (space-in-parens)
(#9171) There should be no space after this paren. (space-in-parens)
(#9171) There should be no space before this paren. (space-in-parens)
(#9172) There should be no space after this paren. (space-in-parens)
(#9172) There should be no space before this paren. (space-in-parens)
(#9179) There should be no space after this paren. (space-in-parens)
(#9179) There should be no space before this paren. (space-in-parens)
(#9180) There should be no space after this paren. (space-in-parens)
(#9180) Unexpected space before function parentheses. (space-before-function-paren)
(#9181) Unexpected 'this'. (no-invalid-this)
(#9181) There should be no space after this paren. (space-in-parens)
(#9181) There should be no space before this paren. (space-in-parens)
(#9182) There should be no space before this paren. (space-in-parens)
(#9187) There should be no space after this paren. (space-in-parens)
(#9187) There should be no space before this paren. (space-in-parens)
(#9188) There should be no space after this paren. (space-in-parens)
(#9188) There should be no space before this paren. (space-in-parens)
(#9189) There should be no space after this paren. (space-in-parens)
(#9189) There should be no space before this paren. (space-in-parens)
(#9191) There should be no space before this paren. (space-in-parens)
(#9192) There should be no space before this paren. (space-in-parens)
(#9196) There should be no space after this paren. (space-in-parens)
(#9196) There should be no space after '['. (array-bracket-spacing)
(#9196) There should be no space before ']'. (array-bracket-spacing)
(#9196) Unexpected space before function parentheses. (space-before-function-paren)
(#9196) There should be no space after this paren. (space-in-parens)
(#9196) There should be no space before this paren. (space-in-parens)
(#9197) There should be no space after this paren. (space-in-parens)
(#9197) Operator '+' must be spaced. (space-infix-ops)
(#9197) Unexpected space before function parentheses. (space-before-function-paren)
(#9197) There should be no space after this paren. (space-in-parens)
(#9197) There should be no space before this paren. (space-in-parens)
(#9198) Unexpected 'this'. (no-invalid-this)
(#9198) There should be no space after this paren. (space-in-parens)
(#9198) Unexpected space before function parentheses. (space-before-function-paren)
(#9198) There should be no space after this paren. (space-in-parens)
(#9198) There should be no space before this paren. (space-in-parens)
(#9210) There should be no space after this paren. (space-in-parens)
(#9210) There should be no space before this paren. (space-in-parens)
(#9210) There should be no space after '['. (computed-property-spacing)
(#9210) There should be no space before ']'. (computed-property-spacing)
(#9210) There should be no space after this paren. (space-in-parens)
(#9210) Operator '===' must be spaced. (space-infix-ops)
(#9210) There should be no space before this paren. (space-in-parens)
(#9213) There should be no space before this paren. (space-in-parens)
(#9214) There should be no space before this paren. (space-in-parens)
(#9215) There should be no space before this paren. (space-in-parens)
(#9218) Comments should not begin with a lowercase character. (capitalized-comments)
(#9220) There should be no space after this paren. (space-in-parens)
(#9220) Unexpected space before function parentheses. (space-before-function-paren)
(#9220) There should be no space after this paren. (space-in-parens)
(#9220) There should be no space before this paren. (space-in-parens)
(#9221) Unexpected 'this'. (no-invalid-this)
(#9222) There should be no space after this paren. (space-in-parens)
(#9222) There should be no space before this paren. (space-in-parens)
(#9222) There should be no space after this paren. (space-in-parens)
(#9222) There should be no space before this paren. (space-in-parens)
(#9224) There should be no space after this paren. (space-in-parens)
(#9224) There should be no space before this paren. (space-in-parens)
(#9228) There should be no space after this paren. (space-in-parens)
(#9228) There should be no space after this paren. (space-in-parens)
(#9228) There should be no space before this paren. (space-in-parens)
(#9228) There should be no space before this paren. (space-in-parens)
(#9229) There should be no space after '['. (computed-property-spacing)
(#9229) There should be no space before ']'. (computed-property-spacing)
(#9230) There should be no space after '['. (computed-property-spacing)
(#9230) There should be no space before ']'. (computed-property-spacing)
(#9234) There should be no space after this paren. (space-in-parens)
(#9234) There should be no space before this paren. (space-in-parens)
(#9234) Comments should not begin with a lowercase character. (capitalized-comments)
(#9235) There should be no space before this paren. (space-in-parens)
(#9270) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9309) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#9766) A space is required after ','. (comma-spacing)
(#9972) There should be no space after '['. (array-bracket-spacing)
(#9972) There should be no space before ']'. (array-bracket-spacing)
(#10546) Unexpected space before function parentheses. (space-before-function-paren)
(#10546) There should be no space after this paren. (space-in-parens)
(#10546) There should be no space before this paren. (space-in-parens)
(#10781) Expected to return a value at the end of method 'fnStateLoadCallback'. (consistent-return)
(#10781) Unexpected space before function parentheses. (space-before-function-paren)
(#10781) There should be no space after this paren. (space-in-parens)
(#10781) There should be no space before this paren. (space-in-parens)
(#10785) Operator '+' must be spaced. (space-infix-ops)
(#10785) Operator '+' must be spaced. (space-infix-ops)
(#10785) Operator '+' must be spaced. (space-infix-ops)
(#10788) Empty block statement. (no-empty)
(#10883) Unexpected space before function parentheses. (space-before-function-paren)
(#10883) There should be no space after this paren. (space-in-parens)
(#10883) There should be no space before this paren. (space-in-parens)
(#10886) Operator '+' must be spaced. (space-infix-ops)
(#10886) Operator '+' must be spaced. (space-infix-ops)
(#10886) Operator '+' must be spaced. (space-infix-ops)
(#10887) There should be no space after this paren. (space-in-parens)
(#10887) There should be no space before this paren. (space-in-parens)
(#10889) Empty block statement. (no-empty)
(#11597) There should be no space after this paren. (space-in-parens)
(#11597) There should be no space before this paren. (space-in-parens)
(#11659) This line has a length of 142. Maximum allowed is 132. (max-len)
(#11660) This line has a length of 142. Maximum allowed is 132. (max-len)
(#11861) There should be no space after this paren. (space-in-parens)
(#11861) There should be no space before this paren. (space-in-parens)
(#11864) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#11953) There should be no space after '['. (array-bracket-spacing)
(#11953) There should be no space before ']'. (array-bracket-spacing)
(#12726) There should be no space after this paren. (space-in-parens)
(#12726) There should be no space before this paren. (space-in-parens)
(#12729) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#13543) Unexpected space before function parentheses. (space-before-function-paren)
(#13544) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13545) There should be no space after this paren. (space-in-parens)
(#13545) There should be no space before this paren. (space-in-parens)
(#13554) Unexpected space before function parentheses. (space-before-function-paren)
(#13555) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13556) There should be no space after this paren. (space-in-parens)
(#13556) There should be no space before this paren. (space-in-parens)
(#13565) Unexpected space before function parentheses. (space-before-function-paren)
(#13566) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13568) Multiple spaces found before '='. (no-multi-spaces)
(#13569) Multiple spaces found before '='. (no-multi-spaces)
(#13570) Multiple spaces found before '='. (no-multi-spaces)
(#13571) Multiple spaces found before '='. (no-multi-spaces)
(#13575) There should be no space after this paren. (space-in-parens)
(#13575) There should be no space before this paren. (space-in-parens)
(#13578) There should be no space after this paren. (space-in-parens)
(#13578) Operator '+' must be spaced. (space-infix-ops)
(#13578) There should be no space before this paren. (space-in-parens)
(#13579) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#13581) Unexpected space after unary operator '!'. (space-unary-ops)
(#13581) Operator '>' must be spaced. (space-infix-ops)
(#13581) Operator '===' must be spaced. (space-infix-ops)
(#13603) Comments should not begin with a lowercase character. (capitalized-comments)
(#14158) Comments should not begin with a lowercase character. (capitalized-comments)
(#14178) There should be no space after this paren. (space-in-parens)
(#14188) There should be no space before this paren. (space-in-parens)
(#14191) There should be no space after this paren. (space-in-parens)
(#14252) There should be no space before this paren. (space-in-parens)
(#14265) Multiple spaces found before '='. (no-multi-spaces)
(#14268) There should be no space after this paren. (space-in-parens)
(#14270) Operator '+' must be spaced. (space-infix-ops)
(#14275) Operator '+' must be spaced. (space-infix-ops)
(#14279) Operator '+' must be spaced. (space-infix-ops)
(#14280) Operator '+' must be spaced. (space-infix-ops)
(#14281) Operator '+' must be spaced. (space-infix-ops)
(#14282) Operator '+' must be spaced. (space-infix-ops)
(#14283) Operator '+' must be spaced. (space-infix-ops)
(#14284) Operator '+' must be spaced. (space-infix-ops)
(#14285) Operator '+' must be spaced. (space-infix-ops)
(#14286) Operator '+' must be spaced. (space-infix-ops)
(#14287) Operator '+' must be spaced. (space-infix-ops)
(#14288) Operator '+' must be spaced. (space-infix-ops)
(#14289) Operator '+' must be spaced. (space-infix-ops)
(#14294) Operator '+' must be spaced. (space-infix-ops)
(#14295) Operator '+' must be spaced. (space-infix-ops)
(#14300) Operator '+' must be spaced. (space-infix-ops)
(#14301) Operator '+' must be spaced. (space-infix-ops)
(#14302) There should be no space before this paren. (space-in-parens)
(#14307) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#14310) Unexpected space before function parentheses. (space-before-function-paren)
(#14310) There should be no space after this paren. (space-in-parens)
(#14310) There should be no space before this paren. (space-in-parens)
(#14314) There should be no space after this paren. (space-in-parens)
(#14314) There should be no space before this paren. (space-in-parens)
(#14315) 'i' is assigned a value but never used. (no-unused-vars)
(#14317) There should be no space after this paren. (space-in-parens)
(#14317) There should be no space before this paren. (space-in-parens)
(#14318) There should be no space after this paren. (space-in-parens)
(#14318) There should be no space before this paren. (space-in-parens)
(#14319) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14320) There should be no space after this paren. (space-in-parens)
(#14320) There should be no space before this paren. (space-in-parens)
(#14321) There should be no space after this paren. (space-in-parens)
(#14321) Operator '-' must be spaced. (space-infix-ops)
(#14321) There should be no space before this paren. (space-in-parens)
(#14322) There should be no space after this paren. (space-in-parens)
(#14322) There should be no space before this paren. (space-in-parens)
(#14323) There should be no space after this paren. (space-in-parens)
(#14323) Operator '-' must be spaced. (space-infix-ops)
(#14323) There should be no space before this paren. (space-in-parens)
(#14324) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14325) There should be no space after this paren. (space-in-parens)
(#14325) There should be no space before this paren. (space-in-parens)
(#14326) There should be no space after this paren. (space-in-parens)
(#14326) Operator '-' must be spaced. (space-infix-ops)
(#14326) Operator '-' must be spaced. (space-infix-ops)
(#14326) There should be no space before this paren. (space-in-parens)
(#14327) There should be no space after this paren. (space-in-parens)
(#14327) There should be no space before this paren. (space-in-parens)
(#14327) Comments should not begin with a lowercase character. (capitalized-comments)
(#14328) There should be no space after this paren. (space-in-parens)
(#14328) There should be no space before this paren. (space-in-parens)
(#14329) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14331) There should be no space after this paren. (space-in-parens)
(#14331) Operator '-' must be spaced. (space-infix-ops)
(#14331) Operator '+' must be spaced. (space-infix-ops)
(#14331) Operator '+' must be spaced. (space-infix-ops)
(#14331) Operator '-' must be spaced. (space-infix-ops)
(#14331) There should be no space before this paren. (space-in-parens)
(#14332) There should be no space after this paren. (space-in-parens)
(#14332) There should be no space before this paren. (space-in-parens)
(#14333) There should be no space after this paren. (space-in-parens)
(#14333) Operator '-' must be spaced. (space-infix-ops)
(#14333) There should be no space before this paren. (space-in-parens)
(#14334) There should be no space after this paren. (space-in-parens)
(#14334) There should be no space before this paren. (space-in-parens)
(#14335) There should be no space after this paren. (space-in-parens)
(#14335) There should be no space before this paren. (space-in-parens)
(#14338) Identifier 'DT_el' is not in camel case. (camelcase)
(#14343) There should be no space after this paren. (space-in-parens)
(#14344) Unexpected space before function parentheses. (space-before-function-paren)
(#14344) There should be no space after this paren. (space-in-parens)
(#14344) 'page' is defined but never used. (no-unused-vars)
(#14344) 'pages' is defined but never used. (no-unused-vars)
(#14344) There should be no space before this paren. (space-in-parens)
(#14345) There should be no space after '['. (array-bracket-spacing)
(#14345) There should be no space before ']'. (array-bracket-spacing)
(#14348) Unexpected space before function parentheses. (space-before-function-paren)
(#14348) There should be no space after this paren. (space-in-parens)
(#14348) 'page' is defined but never used. (no-unused-vars)
(#14348) 'pages' is defined but never used. (no-unused-vars)
(#14348) There should be no space before this paren. (space-in-parens)
(#14349) Multiple spaces found before ''first''. (no-multi-spaces)
(#14349) There should be no space after '['. (array-bracket-spacing)
(#14349) There should be no space before ']'. (array-bracket-spacing)
(#14352) Unexpected space before function parentheses. (space-before-function-paren)
(#14352) There should be no space after this paren. (space-in-parens)
(#14352) There should be no space before this paren. (space-in-parens)
(#14353) There should be no space after '['. (array-bracket-spacing)
(#14353) There should be no space before ']'. (array-bracket-spacing)
(#14356) Identifier 'simple_numbers' is not in camel case. (camelcase)
(#14356) Unexpected space before function parentheses. (space-before-function-paren)
(#14356) There should be no space after this paren. (space-in-parens)
(#14356) There should be no space before this paren. (space-in-parens)
(#14357) There should be no space after '['. (array-bracket-spacing)
(#14357) There should be no space before ']'. (array-bracket-spacing)
(#14360) Identifier 'full_numbers' is not in camel case. (camelcase)
(#14360) Unexpected space before function parentheses. (space-before-function-paren)
(#14360) There should be no space after this paren. (space-in-parens)
(#14360) There should be no space before this paren. (space-in-parens)
(#14361) There should be no space after '['. (array-bracket-spacing)
(#14361) There should be no space before ']'. (array-bracket-spacing)
(#14368) Identifier 'numbers_length' is not in camel case. (camelcase)
(#14369) There should be no space before this paren. (space-in-parens)
(#14372) There should be no space after this paren. (space-in-parens)
(#14374) Unexpected space before function parentheses. (space-before-function-paren)
(#14374) There should be no space after this paren. (space-in-parens)
(#14374) There should be no space before this paren. (space-in-parens)
(#14377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14377) Operator '=' must be spaced. (space-infix-ops)
(#14379) There should be no space after this paren. (space-in-parens)
(#14379) There should be no space before this paren. (space-in-parens)
(#14381) Unexpected space before function parentheses. (space-before-function-paren)
(#14381) There should be no space after this paren. (space-in-parens)
(#14381) There should be no space before this paren. (space-in-parens)
(#14382) There should be no space after this paren. (space-in-parens)
(#14382) There should be no space before this paren. (space-in-parens)
(#14385) There should be no space after this paren. (space-in-parens)
(#14385) Operator '=' must be spaced. (space-infix-ops)
(#14385) Operator '=' must be spaced. (space-infix-ops)
(#14385) Unexpected whitespace before semicolon. (semi-spacing)
(#14385) Operator '<' must be spaced. (space-infix-ops)
(#14385) Unexpected whitespace before semicolon. (semi-spacing)
(#14385) There should be no space before this paren. (space-in-parens)
(#14388) There should be no space after this paren. (space-in-parens)
(#14388) There should be no space after this paren. (space-in-parens)
(#14388) There should be no space before this paren. (space-in-parens)
(#14388) There should be no space before this paren. (space-in-parens)
(#14389) There should be no space after this paren. (space-in-parens)
(#14389) Operator '+' must be spaced. (space-infix-ops)
(#14389) Operator '+' must be spaced. (space-infix-ops)
(#14389) There should be no space before this paren. (space-in-parens)
(#14390) There should be no space after this paren. (space-in-parens)
(#14390) There should be no space before this paren. (space-in-parens)
(#14391) There should be no space after this paren. (space-in-parens)
(#14391) There should be no space before this paren. (space-in-parens)
(#14392) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14397) There should be no space after this paren. (space-in-parens)
(#14397) There should be no space before this paren. (space-in-parens)
(#14405) Operator '+' must be spaced. (space-infix-ops)
(#14411) Operator '+' must be spaced. (space-infix-ops)
(#14416) Operator '-' must be spaced. (space-infix-ops)
(#14417) Operator '+' must be spaced. (space-infix-ops)
(#14422) Operator '-' must be spaced. (space-infix-ops)
(#14423) Operator '+' must be spaced. (space-infix-ops)
(#14433) There should be no space after this paren. (space-in-parens)
(#14433) There should be no space before this paren. (space-in-parens)
(#14435) Operator '+' must be spaced. (space-infix-ops)
(#14435) Operator '+' must be spaced. (space-infix-ops)
(#14440) Operator '+' must be spaced. (space-infix-ops)
(#14440) Operator '+' must be spaced. (space-infix-ops)
(#14442) There should be no space before this paren. (space-in-parens)
(#14443) There should be no space after this paren. (space-in-parens)
(#14443) There should be no space before this paren. (space-in-parens)
(#14444) There should be no space after this paren. (space-in-parens)
(#14444) There should be no space before this paren. (space-in-parens)
(#14467) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#14468) Empty block statement. (no-empty)
(#14470) There should be no space after this paren. (space-in-parens)
(#14470) There should be no space before this paren. (space-in-parens)
(#14472) There should be no space after this paren. (space-in-parens)
(#14472) There should be no space before this paren. (space-in-parens)
(#14473) There should be no space after this paren. (space-in-parens)
(#14473) Operator '+' must be spaced. (space-infix-ops)
(#14473) Operator '+' must be spaced. (space-infix-ops)
(#14473) There should be no space before this paren. (space-in-parens)
(#14477) There should be no space before this paren. (space-in-parens)
(#14480) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#14483) There should be no space after this paren. (space-in-parens)
(#14486) Unexpected space before function parentheses. (space-before-function-paren)
(#14486) There should be no space after this paren. (space-in-parens)
(#14486) There should be no space before this paren. (space-in-parens)
(#14487) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14489) There should be no space after this paren. (space-in-parens)
(#14489) There should be no space before this paren. (space-in-parens)
(#14489) Operator '+' must be spaced. (space-infix-ops)
(#14493) Unexpected space before function parentheses. (space-before-function-paren)
(#14493) There should be no space after this paren. (space-in-parens)
(#14493) 'settings' is defined but never used. (no-unused-vars)
(#14493) There should be no space before this paren. (space-in-parens)
(#14494) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14498) There should be no space after this paren. (space-in-parens)
(#14498) There should be no space after this paren. (space-in-parens)
(#14498) Unexpected space after unary operator '!'. (space-unary-ops)
(#14498) Identifier '_re_date_start' is not in camel case. (camelcase)
(#14498) Unexpected space after unary operator '!'. (space-unary-ops)
(#14498) Identifier '_re_date_end' is not in camel case. (camelcase)
(#14498) There should be no space before this paren. (space-in-parens)
(#14498) There should be no space before this paren. (space-in-parens)
(#14506) Unexpected space before function parentheses. (space-before-function-paren)
(#14506) There should be no space after this paren. (space-in-parens)
(#14506) There should be no space before this paren. (space-in-parens)
(#14507) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14509) There should be no space after this paren. (space-in-parens)
(#14509) There should be no space before this paren. (space-in-parens)
(#14509) Operator '+' must be spaced. (space-infix-ops)
(#14513) Unexpected space before function parentheses. (space-before-function-paren)
(#14513) There should be no space after this paren. (space-in-parens)
(#14513) There should be no space before this paren. (space-in-parens)
(#14514) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14516) There should be no space after this paren. (space-in-parens)
(#14516) There should be no space before this paren. (space-in-parens)
(#14516) Operator '+' must be spaced. (space-infix-ops)
(#14520) Unexpected space before function parentheses. (space-before-function-paren)
(#14520) There should be no space after this paren. (space-in-parens)
(#14520) There should be no space before this paren. (space-in-parens)
(#14521) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14523) There should be no space after this paren. (space-in-parens)
(#14523) There should be no space before this paren. (space-in-parens)
(#14523) Operator '+' must be spaced. (space-infix-ops)
(#14527) Unexpected space before function parentheses. (space-before-function-paren)
(#14527) There should be no space after this paren. (space-in-parens)
(#14527) 'settings' is defined but never used. (no-unused-vars)
(#14527) There should be no space before this paren. (space-in-parens)
(#14528) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14529) There should be no space after this paren. (space-in-parens)
(#14529) There should be no space before this paren. (space-in-parens)
(#14532) There should be no space before this paren. (space-in-parens)
(#14535) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#14544) There should be no space after this paren. (space-in-parens)
(#14545) Unexpected space before function parentheses. (space-before-function-paren)
(#14545) There should be no space after this paren. (space-in-parens)
(#14545) There should be no space before this paren. (space-in-parens)
(#14546) Do not nest ternary expressions. (no-nested-ternary)
(#14550) There should be no space after this paren. (space-in-parens)
(#14550) There should be no space before this paren. (space-in-parens)
(#14551) There should be no space after this paren. (space-in-parens)
(#14551) There should be no space before this paren. (space-in-parens)
(#14555) Unexpected space before function parentheses. (space-before-function-paren)
(#14555) There should be no space after this paren. (space-in-parens)
(#14555) There should be no space before this paren. (space-in-parens)
(#14556) Do not nest ternary expressions. (no-nested-ternary)
(#14559) There should be no space after this paren. (space-in-parens)
(#14559) There should be no space before this paren. (space-in-parens)
(#14562) There should be no space before this paren. (space-in-parens)
(#14565) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#14566) Unexpected space before function parentheses. (space-before-function-paren)
(#14566) There should be no space after this paren. (space-in-parens)
(#14566) There should be no space before this paren. (space-in-parens)
(#14567) There should be no space after this paren. (space-in-parens)
(#14567) There should be no space before this paren. (space-in-parens)
(#14574) There should be no space after this paren. (space-in-parens)
(#14574) There should be no space before this paren. (space-in-parens)
(#14575) There should be no space after this paren. (space-in-parens)
(#14575) There should be no space before this paren. (space-in-parens)
(#14578) There should be no space after this paren. (space-in-parens)
(#14578) There should be no space before this paren. (space-in-parens)
(#14579) There should be no space after this paren. (space-in-parens)
(#14579) There should be no space before this paren. (space-in-parens)
(#14580) There should be no space after this paren. (space-in-parens)
(#14580) There should be no space before this paren. (space-in-parens)
(#14583) There should be no space after this paren. (space-in-parens)
(#14583) There should be no space before this paren. (space-in-parens)
(#14584) There should be no space after this paren. (space-in-parens)
(#14584) There should be no space before this paren. (space-in-parens)
(#14595) Unexpected space before function parentheses. (space-before-function-paren)
(#14595) There should be no space after this paren. (space-in-parens)
(#14595) There should be no space before this paren. (space-in-parens)
(#14599) Unexpected space before function parentheses. (space-before-function-paren)
(#14599) There should be no space after this paren. (space-in-parens)
(#14599) There should be no space before this paren. (space-in-parens)
(#14600) There should be no space after this paren. (space-in-parens)
(#14600) There should be no space before this paren. (space-in-parens)
(#14604) Unexpected space before function parentheses. (space-before-function-paren)
(#14604) There should be no space after this paren. (space-in-parens)
(#14604) There should be no space before this paren. (space-in-parens)
(#14605) There should be no space after this paren. (space-in-parens)
(#14605) There should be no space before this paren. (space-in-parens)
(#14609) Unexpected space before function parentheses. (space-before-function-paren)
(#14609) There should be no space after this paren. (space-in-parens)
(#14609) There should be no space before this paren. (space-in-parens)
(#14610) There should be no space after this paren. (space-in-parens)
(#14610) There should be no space before this paren. (space-in-parens)
(#14614) Unexpected space before function parentheses. (space-before-function-paren)
(#14614) There should be no space after this paren. (space-in-parens)
(#14614) There should be no space before this paren. (space-in-parens)
(#14615) There should be no space after this paren. (space-in-parens)
(#14615) There should be no space before this paren. (space-in-parens)
(#14618) Unexpected space before function parentheses. (space-before-function-paren)
(#14618) There should be no space after this paren. (space-in-parens)
(#14618) There should be no space before this paren. (space-in-parens)
(#14620) There should be no space after '['. (computed-property-spacing)
(#14620) Operator '+' must be spaced. (space-infix-ops)
(#14620) Operator '+' must be spaced. (space-infix-ops)
(#14620) There should be no space before ']'. (computed-property-spacing)
(#14623) There should be no space after this paren. (space-in-parens)
(#14623) Unnecessary escape character: \-. (no-useless-escape)
(#14623) There should be no space before this paren. (space-in-parens)
(#14624) There should be no space after '['. (computed-property-spacing)
(#14624) Operator '+' must be spaced. (space-infix-ops)
(#14624) There should be no space before ']'. (computed-property-spacing)
(#14632) There should be no space after this paren. (space-in-parens)
(#14634) Unexpected space before function parentheses. (space-before-function-paren)
(#14634) There should be no space after this paren. (space-in-parens)
(#14634) There should be no space before this paren. (space-in-parens)
(#14635) There should be no space after this paren. (space-in-parens)
(#14635) There should be no space before this paren. (space-in-parens)
(#14638) Comments should not begin with a lowercase character. (capitalized-comments)
(#14639) Unexpected space before function parentheses. (space-before-function-paren)
(#14639) There should be no space after this paren. (space-in-parens)
(#14639) There should be no space before this paren. (space-in-parens)
(#14640) Do not nest ternary expressions. (no-nested-ternary)
(#14643) There should be no space after this paren. (space-in-parens)
(#14643) There should be no space before this paren. (space-in-parens)
(#14644) Operator '+' must be spaced. (space-infix-ops)
(#14647) Comments should not begin with a lowercase character. (capitalized-comments)
(#14648) Unexpected space before function parentheses. (space-before-function-paren)
(#14648) There should be no space after this paren. (space-in-parens)
(#14648) There should be no space before this paren. (space-in-parens)
(#14651) Do not nest ternary expressions. (no-nested-ternary)
(#14653) Do not nest ternary expressions. (no-nested-ternary)
(#14655) Unexpected space after unary operator '!'. (space-unary-ops)
(#14660) Comments should not begin with a lowercase character. (capitalized-comments)
(#14662) Unexpected space before function parentheses. (space-before-function-paren)
(#14662) There should be no space after this paren. (space-in-parens)
(#14662) There should be no space before this paren. (space-in-parens)
(#14663) Do not nest ternary expressions. (no-nested-ternary)
(#14666) Unexpected space before function parentheses. (space-before-function-paren)
(#14666) There should be no space after this paren. (space-in-parens)
(#14666) There should be no space before this paren. (space-in-parens)
(#14667) Do not nest ternary expressions. (no-nested-ternary)
(#14669) There should be no space before this paren. (space-in-parens)
(#14673) There should be no space after this paren. (space-in-parens)
(#14673) There should be no space before this paren. (space-in-parens)
(#14676) There should be no space after this paren. (space-in-parens)
(#14678) Unexpected space before function parentheses. (space-before-function-paren)
(#14678) There should be no space after this paren. (space-in-parens)
(#14678) There should be no space before this paren. (space-in-parens)
(#14684) There should be no space after this paren. (space-in-parens)
(#14684) Unexpected space before function parentheses. (space-before-function-paren)
(#14684) There should be no space after this paren. (space-in-parens)
(#14684) There should be no space before this paren. (space-in-parens)
(#14685) There should be no space after this paren. (space-in-parens)
(#14685) There should be no space before this paren. (space-in-parens)
(#14685) Comments should not begin with a lowercase character. (capitalized-comments)
(#14686) Multiple spaces found before '// table, not ...'. (no-multi-spaces)
(#14686) Comments should not begin with a lowercase character. (capitalized-comments)
(#14693) Operator '+' must be spaced. (space-infix-ops)
(#14693) Operator '+' must be spaced. (space-infix-ops)
(#14694) Operator '+' must be spaced. (space-infix-ops)
(#14694) Operator '+' must be spaced. (space-infix-ops)
(#14697) There should be no space after this paren. (space-in-parens)
(#14697) Do not nest ternary expressions. (no-nested-ternary)
(#14697) There should be no space after '['. (computed-property-spacing)
(#14697) There should be no space before ']'. (computed-property-spacing)
(#14698) There should be no space after '['. (computed-property-spacing)
(#14698) There should be no space before ']'. (computed-property-spacing)
(#14702) There should be no space before this paren. (space-in-parens)
(#14705) Unexpected space before function parentheses. (space-before-function-paren)
(#14705) There should be no space after this paren. (space-in-parens)
(#14705) There should be no space before this paren. (space-in-parens)
(#14707) There should be no space after this paren. (space-in-parens)
(#14707) There should be no space before this paren. (space-in-parens)
(#14708) There should be no space after this paren. (space-in-parens)
(#14708) There should be no space before this paren. (space-in-parens)
(#14709) There should be no space after this paren. (space-in-parens)
(#14710) There should be no space after this paren. (space-in-parens)
(#14710) Operator '+' must be spaced. (space-infix-ops)
(#14710) Operator '+' must be spaced. (space-infix-ops)
(#14710) There should be no space before this paren. (space-in-parens)
(#14712) There should be no space after this paren. (space-in-parens)
(#14712) There should be no space before this paren. (space-in-parens)
(#14715) There should be no space after this paren. (space-in-parens)
(#14715) Unexpected space before function parentheses. (space-before-function-paren)
(#14715) There should be no space after this paren. (space-in-parens)
(#14715) There should be no space before this paren. (space-in-parens)
(#14716) There should be no space after this paren. (space-in-parens)
(#14716) There should be no space before this paren. (space-in-parens)
(#14723) There should be no space after this paren. (space-in-parens)
(#14723) Operator '+' must be spaced. (space-infix-ops)
(#14723) Operator '+' must be spaced. (space-infix-ops)
(#14723) There should be no space before this paren. (space-in-parens)
(#14724) There should be no space after this paren. (space-in-parens)
(#14724) Do not nest ternary expressions. (no-nested-ternary)
(#14724) There should be no space after '['. (computed-property-spacing)
(#14724) There should be no space before ']'. (computed-property-spacing)
(#14725) There should be no space after '['. (computed-property-spacing)
(#14725) There should be no space before ']'. (computed-property-spacing)
(#14731) There should be no space after this paren. (space-in-parens)
(#14731) Operator '+' must be spaced. (space-infix-ops)
(#14731) There should be no space before this paren. (space-in-parens)
(#14733) Operator '+' must be spaced. (space-infix-ops)
(#14733) Operator '+' must be spaced. (space-infix-ops)
(#14734) Operator '+' must be spaced. (space-infix-ops)
(#14734) Operator '+' must be spaced. (space-infix-ops)
(#14735) Operator '+' must be spaced. (space-infix-ops)
(#14735) Operator '+' must be spaced. (space-infix-ops)
(#14736) Operator '+' must be spaced. (space-infix-ops)
(#14736) Operator '+' must be spaced. (space-infix-ops)
(#14739) There should be no space after this paren. (space-in-parens)
(#14739) Do not nest ternary expressions. (no-nested-ternary)
(#14739) There should be no space after '['. (computed-property-spacing)
(#14739) There should be no space before ']'. (computed-property-spacing)
(#14740) There should be no space after '['. (computed-property-spacing)
(#14740) There should be no space before ']'. (computed-property-spacing)
(#14744) There should be no space before this paren. (space-in-parens)
(#14747) There should be no space before this paren. (space-in-parens)
(#14781) Unexpected space before function parentheses. (space-before-function-paren)
(#14781) There should be no space after this paren. (space-in-parens)
(#14781) There should be no space before this paren. (space-in-parens)
(#14783) Unexpected space before function parentheses. (space-before-function-paren)
(#14783) There should be no space after this paren. (space-in-parens)
(#14783) There should be no space before this paren. (space-in-parens)
(#14784) There should be no space after this paren. (space-in-parens)
(#14784) There should be no space before this paren. (space-in-parens)
(#14789) There should be no space after this paren. (space-in-parens)
(#14789) There should be no space after this paren. (space-in-parens)
(#14789) There should be no space before this paren. (space-in-parens)
(#14789) There should be no space before this paren. (space-in-parens)
(#14791) There should be no space after this paren. (space-in-parens)
(#14791) There should be no space before this paren. (space-in-parens)
(#14793) Operator '+' must be spaced. (space-infix-ops)
(#14793) There should be no space after this paren. (space-in-parens)
(#14793) There should be no space before this paren. (space-in-parens)
(#14793) There should be no space after this paren. (space-in-parens)
(#14793) There should be no space before this paren. (space-in-parens)
(#14793) Operator ':' must be spaced. (space-infix-ops)
(#14796) Operator '||' must be spaced. (space-infix-ops)
(#14801) Operator '||' must be spaced. (space-infix-ops)
(#14820) Unexpected space before function parentheses. (space-before-function-paren)
(#14821) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14823) There should be no space after this paren. (space-in-parens)
(#14823) Unexpected 'this'. (no-invalid-this)
(#14823) There should be no space before this paren. (space-in-parens)
(#14826) There should be no space after this paren. (space-in-parens)
(#14826) Unexpected 'this'. (no-invalid-this)
(#14826) There should be no space before this paren. (space-in-parens)
(#14838) There should be no space after this paren. (space-in-parens)
(#14927) Unexpected space before function parentheses. (space-before-function-paren)
(#14927) Unexpected empty method '_fnCalculateEnd'. (no-empty-function)
(#14930) There should be no space before this paren. (space-in-parens)
(#14933) Comments should not begin with a lowercase character. (capitalized-comments)
(#14942) Unexpected space before function parentheses. (space-before-function-paren)
(#14942) There should be no space after this paren. (space-in-parens)
(#14942) There should be no space before this paren. (space-in-parens)
(#14943) There should be no space after this paren. (space-in-parens)
(#14943) There should be no space before this paren. (space-in-parens)
(#14948) There should be no space after this paren. (space-in-parens)
(#14948) Unexpected space before function parentheses. (space-before-function-paren)
(#14948) There should be no space after this paren. (space-in-parens)
(#14948) There should be no space before this paren. (space-in-parens)
(#14949) There should be no space after '['. (computed-property-spacing)
(#14949) There should be no space before ']'. (computed-property-spacing)
(#14950) There should be no space before this paren. (space-in-parens)
mod/turnitintooltwo/jquery/jquery.dataTables.plugins.js
(#6) '$' is not defined. (no-undef)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#21) '$' is not defined. (no-undef)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#22) Use '===' to compare with null. (no-eq-null)
(#25) There should be no space after this paren. (space-in-parens)
(#25) There should be no space before this paren. (space-in-parens)
(#31) There should be no space after this paren. (space-in-parens)
(#31) There should be no space before this paren. (space-in-parens)
(#35) There should be no space after this paren. (space-in-parens)
(#35) There should be no space before this paren. (space-in-parens)
(#49) Use '===' to compare with null. (no-eq-null)
(#55) '$' is not defined. (no-undef)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#55) There should be no space after this paren. (space-in-parens)
(#55) There should be no space before this paren. (space-in-parens)
(#57) There should be no space after this paren. (space-in-parens)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#57) There should be no space after this paren. (space-in-parens)
(#57) There should be no space before this paren. (space-in-parens)
(#58) '$' is not defined. (no-undef)
(#59) Multiple spaces found before '='. (no-multi-spaces)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#62) '$' is not defined. (no-undef)
(#62) There should be no space after this paren. (space-in-parens)
(#62) There should be no space before this paren. (space-in-parens)
(#64) There should be no space after this paren. (space-in-parens)
(#64) There should be no space before this paren. (space-in-parens)
(#64) There should be no space after this paren. (space-in-parens)
(#65) '$$this' is assigned a value but never used. (no-unused-vars)
(#69) '$' is not defined. (no-undef)
(#70) There should be no space after this paren. (space-in-parens)
(#70) There should be no space before this paren. (space-in-parens)
(#75) There should be no space before this paren. (space-in-parens)
mod/turnitintooltwo/jquery/jquery.tooltipster.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) This line has a length of 460. Maximum allowed is 132. (max-len)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Unnecessary semicolon. (no-extra-semi)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) 'origin' is defined but never used. (no-unused-vars)
(#26) 'content' is defined but never used. (no-unused-vars)
(#26) Unexpected empty method 'functionInit'. (no-empty-function)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) 'origin' is defined but never used. (no-unused-vars)
(#30) 'tooltip' is defined but never used. (no-unused-vars)
(#30) Unexpected empty method 'functionReady'. (no-empty-function)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) 'origin' is defined but never used. (no-unused-vars)
(#31) Unexpected empty method 'functionAfter'. (no-empty-function)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Comments should not begin with a lowercase character. (capitalized-comments)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) This line has a length of 135. Maximum allowed is 132. (max-len)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Operator '+' must be spaced. (space-infix-ops)
(#76) Operator '*' must be spaced. (space-infix-ops)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) This line has a length of 179. Maximum allowed is 132. (max-len)
(#102) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) This line has a length of 197. Maximum allowed is 132. (max-len)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) This line has a length of 227. Maximum allowed is 132. (max-len)
(#109) Comments should not begin with a lowercase character. (capitalized-comments)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Expected { after 'if' condition. (curly)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected space(s) after "if". (keyword-spacing)
(#117) Expected { after 'if' condition. (curly)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Comments should not begin with a lowercase character. (capitalized-comments)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Comments should not begin with a lowercase character. (capitalized-comments)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Comments should not begin with a lowercase character. (capitalized-comments)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) This line has a length of 272. Maximum allowed is 132. (max-len)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) This line has a length of 134. Maximum allowed is 132. (max-len)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) This line has a length of 343. Maximum allowed is 132. (max-len)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) This line has a length of 142. Maximum allowed is 132. (max-len)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected space(s) after "if". (keyword-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Comments should not begin with a lowercase character. (capitalized-comments)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Operator '+' must be spaced. (space-infix-ops)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) This line has a length of 313. Maximum allowed is 132. (max-len)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected { after 'else'. (curly)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) This line has a length of 151. Maximum allowed is 132. (max-len)
(#151) Comments should not begin with a lowercase character. (capitalized-comments)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) This line has a length of 175. Maximum allowed is 132. (max-len)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) This line has a length of 177. Maximum allowed is 132. (max-len)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) This line has a length of 145. Maximum allowed is 132. (max-len)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Comments should not begin with a lowercase character. (capitalized-comments)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Operator '+' must be spaced. (space-infix-ops)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Operator '+' must be spaced. (space-infix-ops)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Comments should not begin with a lowercase character. (capitalized-comments)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) This line has a length of 137. Maximum allowed is 132. (max-len)
(#175) Comments should not begin with a lowercase character. (capitalized-comments)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Operator '+' must be spaced. (space-infix-ops)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) This line has a length of 134. Maximum allowed is 132. (max-len)
(#183) Comments should not begin with a lowercase character. (capitalized-comments)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Missing space before opening brace. (space-before-blocks)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Comments should not begin with a lowercase character. (capitalized-comments)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected { after 'else'. (curly)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Comments should not begin with a lowercase character. (capitalized-comments)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Comments should not begin with a lowercase character. (capitalized-comments)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Function has a complexity of 24. Maximum allowed is 20. (complexity)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Comments should not begin with a lowercase character. (capitalized-comments)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Comments should not begin with a lowercase character. (capitalized-comments)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected { after 'if' condition. (curly)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Comments should not begin with a lowercase character. (capitalized-comments)
(#228) Expected space or tab after '//' in comment. (spaced-comment)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) This line has a length of 142. Maximum allowed is 132. (max-len)
(#234) Comments should not begin with a lowercase character. (capitalized-comments)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) A space is required after ','. (comma-spacing)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Comments should not begin with a lowercase character. (capitalized-comments)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Missing space before opening brace. (space-before-blocks)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Comments should not begin with a lowercase character. (capitalized-comments)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Comments should not begin with a lowercase character. (capitalized-comments)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) A space is required after ','. (comma-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Comments should not begin with a lowercase character. (capitalized-comments)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Comments should not begin with a lowercase character. (capitalized-comments)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) 'extraTime' declared on line 303 column 29 is used outside of binding context. (block-scoped-var)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Comments should not begin with a lowercase character. (capitalized-comments)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#281) Expected { after 'if' condition. (curly)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Comments should not begin with a lowercase character. (capitalized-comments)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Comments should not begin with a lowercase character. (capitalized-comments)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Comments should not begin with a lowercase character. (capitalized-comments)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Comments should not begin with a lowercase character. (capitalized-comments)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) 'extraTime' is already defined. (no-redeclare)
(#303) 'extraTime' declared on line 267 column 29 is used outside of binding context. (block-scoped-var)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) This line has a length of 147. Maximum allowed is 132. (max-len)
(#305) Comments should not begin with a lowercase character. (capitalized-comments)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Comments should not begin with a lowercase character. (capitalized-comments)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) This line has a length of 572. Maximum allowed is 132. (max-len)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Operator '+' must be spaced. (space-infix-ops)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Comments should not begin with a lowercase character. (capitalized-comments)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) This line has a length of 225. Maximum allowed is 132. (max-len)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Operator '+' must be spaced. (space-infix-ops)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Comments should not begin with a lowercase character. (capitalized-comments)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected { after 'if' condition. (curly)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Comments should not begin with a lowercase character. (capitalized-comments)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Comments should not begin with a lowercase character. (capitalized-comments)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Comments should not begin with a lowercase character. (capitalized-comments)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Comments should not begin with a lowercase character. (capitalized-comments)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Comments should not begin with a lowercase character. (capitalized-comments)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected space(s) after "if". (keyword-spacing)
(#339) Expected { after 'if' condition. (curly)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Comments should not begin with a lowercase character. (capitalized-comments)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) This line has a length of 181. Maximum allowed is 132. (max-len)
(#350) Comments should not begin with a lowercase character. (capitalized-comments)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Operator '+' must be spaced. (space-infix-ops)
(#351) Operator '+' must be spaced. (space-infix-ops)
(#351) Operator '+' must be spaced. (space-infix-ops)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Comments should not begin with a lowercase character. (capitalized-comments)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Comments should not begin with a lowercase character. (capitalized-comments)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Operator '+' must be spaced. (space-infix-ops)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Comments should not begin with a lowercase character. (capitalized-comments)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Comments should not begin with a lowercase character. (capitalized-comments)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Comments should not begin with a lowercase character. (capitalized-comments)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) This line has a length of 184. Maximum allowed is 132. (max-len)
(#368) Comments should not begin with a lowercase character. (capitalized-comments)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Operator '+' must be spaced. (space-infix-ops)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Comments should not begin with a lowercase character. (capitalized-comments)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Comments should not begin with a lowercase character. (capitalized-comments)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Operator '+' must be spaced. (space-infix-ops)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) This line has a length of 141. Maximum allowed is 132. (max-len)
(#385) Comments should not begin with a lowercase character. (capitalized-comments)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Comments should not begin with a lowercase character. (capitalized-comments)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Operator '+' must be spaced. (space-infix-ops)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Missing space before opening brace. (space-before-blocks)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Comments should not begin with a lowercase character. (capitalized-comments)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) Operator '+' must be spaced. (space-infix-ops)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Comments should not begin with a lowercase character. (capitalized-comments)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Operator '+' must be spaced. (space-infix-ops)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Comments should not begin with a lowercase character. (capitalized-comments)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected space(s) after "if". (keyword-spacing)
(#409) Missing space before opening brace. (space-before-blocks)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) This line has a length of 167. Maximum allowed is 132. (max-len)
(#411) Comments should not begin with a lowercase character. (capitalized-comments)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Operator '+' must be spaced. (space-infix-ops)
(#413) Operator '+' must be spaced. (space-infix-ops)
(#413) Operator '+' must be spaced. (space-infix-ops)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) This line has a length of 134. Maximum allowed is 132. (max-len)
(#418) Comments should not begin with a lowercase character. (capitalized-comments)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) Comments should not begin with a lowercase character. (capitalized-comments)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Operator '+' must be spaced. (space-infix-ops)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) Comments should not begin with a lowercase character. (capitalized-comments)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) 'extraTime' declared on line 267 column 29 is used outside of binding context. (block-scoped-var)
(#436) 'extraTime' declared on line 303 column 29 is used outside of binding context. (block-scoped-var)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) Identifier '_interval_set' is not in camel case. (camelcase)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Comments should not begin with a lowercase character. (capitalized-comments)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Comments should not begin with a lowercase character. (capitalized-comments)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Comments should not begin with a lowercase character. (capitalized-comments)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Multiple spaces found before '$'. (no-multi-spaces)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Comments should not begin with a lowercase character. (capitalized-comments)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Multiple spaces found before 'self'. (no-multi-spaces)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Comments should not begin with a lowercase character. (capitalized-comments)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Multiple spaces found before '$'. (no-multi-spaces)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Comments should not begin with a lowercase character. (capitalized-comments)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Expected { after 'if' condition. (curly)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Comments should not begin with a lowercase character. (capitalized-comments)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Comments should not begin with a lowercase character. (capitalized-comments)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Comments should not begin with a lowercase character. (capitalized-comments)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) Expected space(s) after "if". (keyword-spacing)
(#468) Missing space before opening brace. (space-before-blocks)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Comments should not begin with a lowercase character. (capitalized-comments)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Expected space(s) after "if". (keyword-spacing)
(#474) Missing space before opening brace. (space-before-blocks)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) Comments should not begin with a lowercase character. (capitalized-comments)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Expected space(s) after "if". (keyword-spacing)
(#477) Missing space before opening brace. (space-before-blocks)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#478) Expected { after 'if' condition. (curly)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Comments should not begin with a lowercase character. (capitalized-comments)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected space(s) after "if". (keyword-spacing)
(#482) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#482) Expected { after 'if' condition. (curly)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Expected space(s) after "if". (keyword-spacing)
(#486) Missing space before opening brace. (space-before-blocks)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Identifier '_interval_cancel' is not in camel case. (camelcase)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) Comments should not begin with a lowercase character. (capitalized-comments)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Identifier '_content_set' is not in camel case. (camelcase)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) This line has a length of 174. Maximum allowed is 132. (max-len)
(#501) Comments should not begin with a lowercase character. (capitalized-comments)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#509) Identifier '_content_insert' is not in camel case. (camelcase)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Comments should not begin with a lowercase character. (capitalized-comments)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Comments should not begin with a lowercase character. (capitalized-comments)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#536) Comments should not begin with a lowercase character. (capitalized-comments)
(#536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) Comments should not begin with a lowercase character. (capitalized-comments)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) Comments should not begin with a lowercase character. (capitalized-comments)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Comments should not begin with a lowercase character. (capitalized-comments)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) Expected space(s) after "if". (keyword-spacing)
(#559) Missing space before opening brace. (space-before-blocks)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Comments should not begin with a lowercase character. (capitalized-comments)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Expected space(s) after "if". (keyword-spacing)
(#566) Missing space before opening brace. (space-before-blocks)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#578) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) Expected space(s) after "if". (keyword-spacing)
(#581) Missing space before opening brace. (space-before-blocks)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) Comments should not begin with a lowercase character. (capitalized-comments)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Expected { after 'if' condition. (curly)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Comments should not begin with a lowercase character. (capitalized-comments)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) Comments should not begin with a lowercase character. (capitalized-comments)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) A space is required after ','. (comma-spacing)
(#624) Statement inside of curly braces should be on next line. (brace-style)
(#624) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) Comments should not begin with a lowercase character. (capitalized-comments)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) Comments should not begin with a lowercase character. (capitalized-comments)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) Comments should not begin with a lowercase character. (capitalized-comments)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) Operator '+' must be spaced. (space-infix-ops)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) Comments should not begin with a lowercase character. (capitalized-comments)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Operator '+' must be spaced. (space-infix-ops)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) Comments should not begin with a lowercase character. (capitalized-comments)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#654) Operator '+' must be spaced. (space-infix-ops)
(#654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) Comments should not begin with a lowercase character. (capitalized-comments)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) Operator '+' must be spaced. (space-infix-ops)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#659) Comments should not begin with a lowercase character. (capitalized-comments)
(#659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Comments should not begin with a lowercase character. (capitalized-comments)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Comments should not begin with a lowercase character. (capitalized-comments)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) Expected space(s) after "if". (keyword-spacing)
(#674) Expected { after 'if' condition. (curly)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) Comments should not begin with a lowercase character. (capitalized-comments)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) Expected space(s) after "if". (keyword-spacing)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Comments should not begin with a lowercase character. (capitalized-comments)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) Comments should not begin with a lowercase character. (capitalized-comments)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) Expected space(s) after "if". (keyword-spacing)
(#704) Missing space before opening brace. (space-before-blocks)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Comments should not begin with a lowercase character. (capitalized-comments)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Method 'reposition' has a complexity of 48. Maximum allowed is 20. (complexity)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Comments should not begin with a lowercase character. (capitalized-comments)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) Comments should not begin with a lowercase character. (capitalized-comments)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#724) Comments should not begin with a lowercase character. (capitalized-comments)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#728) Comments should not begin with a lowercase character. (capitalized-comments)
(#728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) This line has a length of 143. Maximum allowed is 132. (max-len)
(#731) 'tooltipInnerWidth' is assigned a value but never used. (no-unused-vars)
(#731) Comments should not begin with a lowercase character. (capitalized-comments)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) This line has a length of 136. Maximum allowed is 132. (max-len)
(#734) Comments should not begin with a lowercase character. (capitalized-comments)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Operator '+' must be spaced. (space-infix-ops)
(#738) Operator '+' must be spaced. (space-infix-ops)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) This line has a length of 140. Maximum allowed is 132. (max-len)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#744) 'areaLeft' declared on line 753 column 29 is used outside of binding context. (block-scoped-var)
(#744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#745) 'areaTop' declared on line 754 column 29 is used outside of binding context. (block-scoped-var)
(#745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) 'areaTop' declared on line 754 column 29 is used outside of binding context. (block-scoped-var)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) 'areaLeft' declared on line 753 column 29 is used outside of binding context. (block-scoped-var)
(#750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#751) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#753) 'areaLeft' is already defined. (no-redeclare)
(#753) 'areaLeft' declared on line 744 column 29 is used outside of binding context. (block-scoped-var)
(#753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#754) 'areaTop' is already defined. (no-redeclare)
(#754) 'areaTop' declared on line 745 column 29 is used outside of binding context. (block-scoped-var)
(#754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) 'areaTop' declared on line 745 column 29 is used outside of binding context. (block-scoped-var)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) 'areaLeft' declared on line 744 column 29 is used outside of binding context. (block-scoped-var)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) 'areaTop' declared on line 745 column 29 is used outside of binding context. (block-scoped-var)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) 'areaLeft' declared on line 744 column 29 is used outside of binding context. (block-scoped-var)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#763) 'areaXs' is assigned a value but never used. (no-unused-vars)
(#763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#764) 'areaYs' is assigned a value but never used. (no-unused-vars)
(#764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#774) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#775) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#777) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#782) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#787) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#789) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#791) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#796) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#808) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#817) Comments should not begin with a lowercase character. (capitalized-comments)
(#817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#823) This line has a length of 170. Maximum allowed is 132. (max-len)
(#823) Comments should not begin with a lowercase character. (capitalized-comments)
(#823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#826) Comments should not begin with a lowercase character. (capitalized-comments)
(#826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#827) Move function declaration to function body root. (no-inner-declarations)
(#827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#831) Comments should not begin with a lowercase character. (capitalized-comments)
(#831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#832) Expected space(s) after "if". (keyword-spacing)
(#832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#837) Comments should not begin with a lowercase character. (capitalized-comments)
(#837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#844) Comments should not begin with a lowercase character. (capitalized-comments)
(#844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#845) Move function declaration to function body root. (no-inner-declarations)
(#845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#846) Comments should not begin with a lowercase character. (capitalized-comments)
(#846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#847) This line has a length of 141. Maximum allowed is 132. (max-len)
(#847) Expected space(s) after "if". (keyword-spacing)
(#847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#851) Comments should not begin with a lowercase character. (capitalized-comments)
(#851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#852) This line has a length of 189. Maximum allowed is 132. (max-len)
(#852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#858) Expected space(s) after "if". (keyword-spacing)
(#858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) 'leftDifference' declared on line 881 column 25 is used outside of binding context. (block-scoped-var)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#860) 'leftDifference' declared on line 881 column 25 is used outside of binding context. (block-scoped-var)
(#860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#866) Expected space(s) after "if". (keyword-spacing)
(#866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#873) Expected space(s) after "if". (keyword-spacing)
(#873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#880) Expected space(s) after "if". (keyword-spacing)
(#880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#881) 'leftDifference' is already defined. (no-redeclare)
(#881) 'leftDifference' declared on line 859 column 25 is used outside of binding context. (block-scoped-var)
(#881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#882) 'leftDifference' declared on line 859 column 25 is used outside of binding context. (block-scoped-var)
(#882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#888) Expected space(s) after "if". (keyword-spacing)
(#888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#895) Expected space(s) after "if". (keyword-spacing)
(#895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#902) Expected space(s) after "if". (keyword-spacing)
(#902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#905) 'topDifference' declared on line 930 column 25 is used outside of binding context. (block-scoped-var)
(#905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) 'topDifference' declared on line 930 column 25 is used outside of binding context. (block-scoped-var)
(#906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#908) Comments should not begin with a lowercase character. (capitalized-comments)
(#908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#909) Expected space(s) after "if". (keyword-spacing)
(#909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#910) 'borderWidth' declared on line 935 column 29 is used outside of binding context. (block-scoped-var)
(#910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#911) 'newWidth' declared on line 936 column 29 is used outside of binding context. (block-scoped-var)
(#911) 'borderWidth' declared on line 935 column 29 is used outside of binding context. (block-scoped-var)
(#911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#912) 'newWidth' declared on line 936 column 29 is used outside of binding context. (block-scoped-var)
(#912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#915) 'newWidth' declared on line 936 column 29 is used outside of binding context. (block-scoped-var)
(#915) 'borderWidth' declared on line 935 column 29 is used outside of binding context. (block-scoped-var)
(#915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#916) 'topDifference' declared on line 930 column 25 is used outside of binding context. (block-scoped-var)
(#916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#917) 'topDifference' declared on line 930 column 25 is used outside of binding context. (block-scoped-var)
(#917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#918) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#920) Comments should not begin with a lowercase character. (capitalized-comments)
(#920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#921) Expected space(s) after "if". (keyword-spacing)
(#921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#927) Expected space(s) after "if". (keyword-spacing)
(#927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#930) 'topDifference' is already defined. (no-redeclare)
(#930) 'topDifference' declared on line 905 column 25 is used outside of binding context. (block-scoped-var)
(#930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#931) 'topDifference' declared on line 905 column 25 is used outside of binding context. (block-scoped-var)
(#931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#933) Comments should not begin with a lowercase character. (capitalized-comments)
(#933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#934) Expected space(s) after "if". (keyword-spacing)
(#934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#935) 'borderWidth' is already defined. (no-redeclare)
(#935) 'borderWidth' declared on line 910 column 29 is used outside of binding context. (block-scoped-var)
(#935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#936) 'newWidth' is already defined. (no-redeclare)
(#936) 'newWidth' declared on line 911 column 29 is used outside of binding context. (block-scoped-var)
(#936) 'borderWidth' declared on line 910 column 29 is used outside of binding context. (block-scoped-var)
(#936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#937) 'newWidth' declared on line 911 column 29 is used outside of binding context. (block-scoped-var)
(#937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#940) 'topDifference' declared on line 905 column 25 is used outside of binding context. (block-scoped-var)
(#940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#941) 'topDifference' declared on line 905 column 25 is used outside of binding context. (block-scoped-var)
(#941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#942) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#944) Comments should not begin with a lowercase character. (capitalized-comments)
(#944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#945) Expected space(s) after "if". (keyword-spacing)
(#945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#951) Comments should not begin with a lowercase character. (capitalized-comments)
(#951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#956) Comments should not begin with a lowercase character. (capitalized-comments)
(#956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#957) Expected space(s) after "if". (keyword-spacing)
(#957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#958) 'arrowColor' declared on line 961 column 29 is used outside of binding context. (block-scoped-var)
(#958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#959) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#961) 'arrowColor' is already defined. (no-redeclare)
(#961) 'arrowColor' declared on line 958 column 29 is used outside of binding context. (block-scoped-var)
(#961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#964) Comments should not begin with a lowercase character. (capitalized-comments)
(#964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#967) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#971) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#975) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#977) Operator '+' must be spaced. (space-infix-ops)
(#977) Operator '+' must be spaced. (space-infix-ops)
(#977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#980) Comments should not begin with a lowercase character. (capitalized-comments)
(#980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#982) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#982) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#982) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#982) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#983) 'tooltipBorderColor' declared on line 987 column 29 is used outside of binding context. (block-scoped-var)
(#983) 'tooltipBorderColor' declared on line 991 column 29 is used outside of binding context. (block-scoped-var)
(#983) 'tooltipBorderColor' declared on line 995 column 29 is used outside of binding context. (block-scoped-var)
(#983) 'tooltipBorderColor' declared on line 999 column 29 is used outside of binding context. (block-scoped-var)
(#983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#984) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#985) This line has a length of 144. Maximum allowed is 132. (max-len)
(#985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#986) 'tooltipBorderWidth' is already defined. (no-redeclare)
(#986) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#986) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#986) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#986) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#987) 'tooltipBorderColor' is already defined. (no-redeclare)
(#987) 'tooltipBorderColor' declared on line 983 column 29 is used outside of binding context. (block-scoped-var)
(#987) 'tooltipBorderColor' declared on line 991 column 29 is used outside of binding context. (block-scoped-var)
(#987) 'tooltipBorderColor' declared on line 995 column 29 is used outside of binding context. (block-scoped-var)
(#987) 'tooltipBorderColor' declared on line 999 column 29 is used outside of binding context. (block-scoped-var)
(#987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#988) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#990) 'tooltipBorderWidth' is already defined. (no-redeclare)
(#990) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#990) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#990) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#990) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#991) 'tooltipBorderColor' is already defined. (no-redeclare)
(#991) 'tooltipBorderColor' declared on line 983 column 29 is used outside of binding context. (block-scoped-var)
(#991) 'tooltipBorderColor' declared on line 987 column 29 is used outside of binding context. (block-scoped-var)
(#991) 'tooltipBorderColor' declared on line 995 column 29 is used outside of binding context. (block-scoped-var)
(#991) 'tooltipBorderColor' declared on line 999 column 29 is used outside of binding context. (block-scoped-var)
(#991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#992) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#994) 'tooltipBorderWidth' is already defined. (no-redeclare)
(#994) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#994) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#994) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#994) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#995) 'tooltipBorderColor' is already defined. (no-redeclare)
(#995) 'tooltipBorderColor' declared on line 983 column 29 is used outside of binding context. (block-scoped-var)
(#995) 'tooltipBorderColor' declared on line 987 column 29 is used outside of binding context. (block-scoped-var)
(#995) 'tooltipBorderColor' declared on line 991 column 29 is used outside of binding context. (block-scoped-var)
(#995) 'tooltipBorderColor' declared on line 999 column 29 is used outside of binding context. (block-scoped-var)
(#995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#996) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#998) 'tooltipBorderWidth' is already defined. (no-redeclare)
(#998) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#998) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#998) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#998) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#999) 'tooltipBorderColor' is already defined. (no-redeclare)
(#999) 'tooltipBorderColor' declared on line 983 column 29 is used outside of binding context. (block-scoped-var)
(#999) 'tooltipBorderColor' declared on line 987 column 29 is used outside of binding context. (block-scoped-var)
(#999) 'tooltipBorderColor' declared on line 991 column 29 is used outside of binding context. (block-scoped-var)
(#999) 'tooltipBorderColor' declared on line 995 column 29 is used outside of binding context. (block-scoped-var)
(#999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1002) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1002) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1002) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1002) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1002) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1003) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1003) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1003) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1003) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1003) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1007) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1007) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1007) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1007) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1007) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1009) Operator '+' must be spaced. (space-infix-ops)
(#1009) 'tooltipBorderColor' declared on line 983 column 29 is used outside of binding context. (block-scoped-var)
(#1009) 'tooltipBorderColor' declared on line 987 column 29 is used outside of binding context. (block-scoped-var)
(#1009) 'tooltipBorderColor' declared on line 991 column 29 is used outside of binding context. (block-scoped-var)
(#1009) 'tooltipBorderColor' declared on line 995 column 29 is used outside of binding context. (block-scoped-var)
(#1009) 'tooltipBorderColor' declared on line 999 column 29 is used outside of binding context. (block-scoped-var)
(#1009) Operator '+' must be spaced. (space-infix-ops)
(#1009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1011) Operator '+' must be spaced. (space-infix-ops)
(#1011) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1011) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1011) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1011) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1011) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1011) Operator '+' must be spaced. (space-infix-ops)
(#1011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1012) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1014) Operator '+' must be spaced. (space-infix-ops)
(#1014) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1014) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1014) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1014) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1014) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1014) Operator '+' must be spaced. (space-infix-ops)
(#1014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1015) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1017) Operator '+' must be spaced. (space-infix-ops)
(#1017) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1017) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1017) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1017) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1017) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1017) Operator '+' must be spaced. (space-infix-ops)
(#1017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1018) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1020) Operator '+' must be spaced. (space-infix-ops)
(#1020) 'tooltipBorderWidth' declared on line 982 column 29 is used outside of binding context. (block-scoped-var)
(#1020) 'tooltipBorderWidth' declared on line 986 column 29 is used outside of binding context. (block-scoped-var)
(#1020) 'tooltipBorderWidth' declared on line 990 column 29 is used outside of binding context. (block-scoped-var)
(#1020) 'tooltipBorderWidth' declared on line 994 column 29 is used outside of binding context. (block-scoped-var)
(#1020) 'tooltipBorderWidth' declared on line 998 column 29 is used outside of binding context. (block-scoped-var)
(#1020) Operator '+' must be spaced. (space-infix-ops)
(#1020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1022) This line has a length of 141. Maximum allowed is 132. (max-len)
(#1022) Operator '+' must be spaced. (space-infix-ops)
(#1022) Operator '+' must be spaced. (space-infix-ops)
(#1022) Operator '+' must be spaced. (space-infix-ops)
(#1022) Operator '+' must be spaced. (space-infix-ops)
(#1022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1025) Comments should not begin with a lowercase character. (capitalized-comments)
(#1025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1028) Comments should not begin with a lowercase character. (capitalized-comments)
(#1028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1029) This line has a length of 197. Maximum allowed is 132. (max-len)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) 'arrowColor' declared on line 958 column 29 is used outside of binding context. (block-scoped-var)
(#1029) 'arrowColor' declared on line 961 column 29 is used outside of binding context. (block-scoped-var)
(#1029) Operator '+' must be spaced. (space-infix-ops)
(#1029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1033) Comments should not begin with a lowercase character. (capitalized-comments)
(#1033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1046) Comments should not begin with a lowercase character. (capitalized-comments)
(#1046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1058) Comments should not begin with a lowercase character. (capitalized-comments)
(#1058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1059) Expected space(s) after "if". (keyword-spacing)
(#1059) Expected { after 'if' condition. (curly)
(#1059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1063) Operator '+' must be spaced. (space-infix-ops)
(#1063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1067) Comments should not begin with a lowercase character. (capitalized-comments)
(#1067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1068) Expected space(s) after "if". (keyword-spacing)
(#1068) Missing space before opening brace. (space-before-blocks)
(#1068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1070) Comments should not begin with a lowercase character. (capitalized-comments)
(#1070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1071) This line has a length of 138. Maximum allowed is 132. (max-len)
(#1071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1078) Operator '+' must be spaced. (space-infix-ops)
(#1078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1079) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1081) Comments should not begin with a lowercase character. (capitalized-comments)
(#1081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1082) 'i' is defined but never used. (no-unused-vars)
(#1082) Missing space before opening brace. (space-before-blocks)
(#1082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1099) Comments should not begin with a lowercase character. (capitalized-comments)
(#1099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1102) Expected { after 'if' condition. (curly)
(#1102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1113) Unexpected space before function parentheses. (space-before-function-paren)
(#1113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1115) Comments should not begin with a lowercase character. (capitalized-comments)
(#1115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1118) Comments should not begin with a lowercase character. (capitalized-comments)
(#1118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1119) This line has a length of 192. Maximum allowed is 132. (max-len)
(#1119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1122) Comments should not begin with a lowercase character. (capitalized-comments)
(#1122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1127) Comments should not begin with a lowercase character. (capitalized-comments)
(#1127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1131) Comments should not begin with a lowercase character. (capitalized-comments)
(#1131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1141) Expected { after 'if' condition. (curly)
(#1141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1142) This line has a length of 157. Maximum allowed is 132. (max-len)
(#1142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1143) Expected { after 'else'. (curly)
(#1143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1144) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1145) This line has a length of 135. Maximum allowed is 132. (max-len)
(#1145) Comments should not begin with a lowercase character. (capitalized-comments)
(#1145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1147) Comments should not begin with a lowercase character. (capitalized-comments)
(#1147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1150) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1151) Comments should not begin with a lowercase character. (capitalized-comments)
(#1151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1154) Comments should not begin with a lowercase character. (capitalized-comments)
(#1154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1159) Expected to return a value at the end of function. (consistent-return)
(#1159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1161) This line has a length of 137. Maximum allowed is 132. (max-len)
(#1161) Comments should not begin with a lowercase character. (capitalized-comments)
(#1161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1163) This line has a length of 137. Maximum allowed is 132. (max-len)
(#1163) Comments should not begin with a lowercase character. (capitalized-comments)
(#1163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1166) Comments should not begin with a lowercase character. (capitalized-comments)
(#1166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1167) Expected space(s) after "if". (keyword-spacing)
(#1167) Missing space before opening brace. (space-before-blocks)
(#1167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1170) Comments should not begin with a lowercase character. (capitalized-comments)
(#1170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1172) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1177) Comments should not begin with a lowercase character. (capitalized-comments)
(#1177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1178) 'resp' declared on line 1171 column 33 is used outside of binding context. (block-scoped-var)
(#1178) Missing space before opening brace. (space-before-blocks)
(#1178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1179) 'resp' declared on line 1171 column 33 is used outside of binding context. (block-scoped-var)
(#1179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1180) Comments should not begin with a lowercase character. (capitalized-comments)
(#1180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1183) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1190) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1191) Comments should not begin with a lowercase character. (capitalized-comments)
(#1191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1195) Comments should not begin with a lowercase character. (capitalized-comments)
(#1195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1197) Comments should not begin with a lowercase character. (capitalized-comments)
(#1197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1200) This line has a length of 162. Maximum allowed is 132. (max-len)
(#1200) Comments should not begin with a lowercase character. (capitalized-comments)
(#1200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1201) Unexpected space before function parentheses. (space-before-function-paren)
(#1201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1209) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1211) Expected space(s) after "if". (keyword-spacing)
(#1211) Expected { after 'if' condition. (curly)
(#1211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1212) This line has a length of 177. Maximum allowed is 132. (max-len)
(#1212) Expected { after 'else'. (curly)
(#1212) Unexpected console statement. (no-console)
(#1212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1215) Expected space(s) after "if". (keyword-spacing)
(#1215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1218) Comments should not begin with a lowercase character. (capitalized-comments)
(#1218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1219) Expected { after 'if' condition. (curly)
(#1219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1221) Missing semicolon. (semi)
(#1222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1223) Comments should not begin with a lowercase character. (capitalized-comments)
(#1223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1230) Expected space(s) after "if". (keyword-spacing)
(#1230) Expected { after 'if' condition. (curly)
(#1230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1231) Expected { after 'else'. (curly)
(#1231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1236) Comments should not begin with a lowercase character. (capitalized-comments)
(#1236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1237) A space is required after ','. (comma-spacing)
(#1237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1239) Expected to return a value at the end of function. (consistent-return)
(#1239) 'el' is defined but never used. (no-unused-vars)
(#1239) Missing space before opening brace. (space-before-blocks)
(#1239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1240) Expected space(s) after "if". (keyword-spacing)
(#1240) Missing space before opening brace. (space-before-blocks)
(#1240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1248) Comments should not begin with a lowercase character. (capitalized-comments)
(#1248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1251) Comments should not begin with a lowercase character. (capitalized-comments)
(#1251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1261) Comments should not begin with a lowercase character. (capitalized-comments)
(#1261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1267) Expected space(s) after "if". (keyword-spacing)
(#1267) Requires a space after '{'. (block-spacing)
(#1267) Statement inside of curly braces should be on next line. (brace-style)
(#1267) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1269) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1269) 'v' is not defined. (no-undef)
(#1269) Unexpected use of comma operator. (no-sequences)
(#1269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1271) Expected space(s) after "for". (keyword-spacing)
(#1271) Operator '=' must be spaced. (space-infix-ops)
(#1271) Operator '<' must be spaced. (space-infix-ops)
(#1271) 'v' is not defined. (no-undef)
(#1271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1272) Expected space(s) after "if". (keyword-spacing)
(#1272) 'v' is not defined. (no-undef)
(#1272) Statement inside of curly braces should be on next line. (brace-style)
(#1272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1276) There should be no space after this paren. (space-in-parens)
(#1276) 'jQuery' is not defined. (no-undef)
(#1276) There should be no space before this paren. (space-in-parens)
(#1276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/turnitintooltwo/jquery/jqueryui-editable.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#14) Unexpected space before function parentheses. (space-before-function-paren)
(#17) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Expected space(s) after "if". (keyword-spacing)
(#28) Multiple spaces found before '//called once'. (no-multi-spaces)
(#28) Comments should not begin with a lowercase character. (capitalized-comments)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Expected space(s) after "if". (keyword-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Expected space or tab after '//' in comment. (spaced-comment)
(#91) Expected catch,fail,always() or return (promise/catch-or-return)
(#92) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) Unexpected 'this'. (no-invalid-this)
(#95) Unexpected 'this'. (no-invalid-this)
(#99) Unexpected 'this'. (no-invalid-this)
(#99) Unexpected 'this'. (no-invalid-this)
(#99) Unexpected 'this'. (no-invalid-this)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Unexpected 'this'. (no-invalid-this)
(#102) Unexpected 'this'. (no-invalid-this)
(#102) Unexpected 'this'. (no-invalid-this)
(#103) Unexpected 'this'. (no-invalid-this)
(#104) Unexpected 'this'. (no-invalid-this)
(#105) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Unexpected 'this'. (no-invalid-this)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Unexpected 'this'. (no-invalid-this)
(#109) Unexpected 'this'. (no-invalid-this)
(#110) Unexpected 'this'. (no-invalid-this)
(#111) This line has a length of 144. Maximum allowed is 132. (max-len)
(#111) Unexpected 'this'. (no-invalid-this)
(#111) Unexpected 'this'. (no-invalid-this)
(#111) Unexpected 'this'. (no-invalid-this)
(#111) Unexpected 'this'. (no-invalid-this)
(#111) Unexpected 'this'. (no-invalid-this)
(#112) Unexpected 'this'. (no-invalid-this)
(#113) Comments should not begin with a lowercase character. (capitalized-comments)
(#113) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Unexpected 'this'. (no-invalid-this)
(#114) Unexpected 'this'. (no-invalid-this)
(#114) Unexpected 'this'. (no-invalid-this)
(#122) Unexpected 'this'. (no-invalid-this)
(#124) Unexpected 'this'. (no-invalid-this)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) Unexpected 'this'. (no-invalid-this)
(#128) Unexpected 'this'. (no-invalid-this)
(#142) Expected space(s) after "if". (keyword-spacing)
(#146) Expected space(s) after "if". (keyword-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#156) Expected space(s) after "if". (keyword-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#182) Expected space(s) after "if". (keyword-spacing)
(#186) Comments should not begin with a lowercase character. (capitalized-comments)
(#186) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Expected space(s) after "if". (keyword-spacing)
(#188) Operator '+' must be spaced. (space-infix-ops)
(#206) Comments should not begin with a lowercase character. (capitalized-comments)
(#206) Expected space or tab after '//' in comment. (spaced-comment)
(#207) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected space(s) after "if". (keyword-spacing)
(#223) Comments should not begin with a lowercase character. (capitalized-comments)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Expected space or tab after '/*' in comment. (spaced-comment)
(#226) Expected space or tab after '/*' in comment. (spaced-comment)
(#236) Comments should not begin with a lowercase character. (capitalized-comments)
(#236) Expected space or tab after '//' in comment. (spaced-comment)
(#241) Comments should not begin with a lowercase character. (capitalized-comments)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Unexpected 'this'. (no-invalid-this)
(#246) Comments should not begin with a lowercase character. (capitalized-comments)
(#246) Expected space or tab after '//' in comment. (spaced-comment)
(#247) This line has a length of 144. Maximum allowed is 132. (max-len)
(#247) Unexpected 'this'. (no-invalid-this)
(#247) Unexpected 'this'. (no-invalid-this)
(#247) Unexpected 'this'. (no-invalid-this)
(#249) Comments should not begin with a lowercase character. (capitalized-comments)
(#249) Expected space or tab after '//' in comment. (spaced-comment)
(#250) Expected space(s) after "if". (keyword-spacing)
(#251) Unexpected 'this'. (no-invalid-this)
(#252) Unexpected 'this'. (no-invalid-this)
(#256) Comments should not begin with a lowercase character. (capitalized-comments)
(#256) Expected space or tab after '//' in comment. (spaced-comment)
(#257) Expected space(s) after "if". (keyword-spacing)
(#258) Unexpected 'this'. (no-invalid-this)
(#259) Unexpected 'this'. (no-invalid-this)
(#263) Comments should not begin with a lowercase character. (capitalized-comments)
(#263) Expected space or tab after '//' in comment. (spaced-comment)
(#264) Expected space or tab after '//' in comment. (spaced-comment)
(#265) Expected space(s) after "if". (keyword-spacing)
(#269) Comments should not begin with a lowercase character. (capitalized-comments)
(#269) Expected space or tab after '//' in comment. (spaced-comment)
(#270) Unexpected 'this'. (no-invalid-this)
(#271) Unexpected 'this'. (no-invalid-this)
(#286) Unexpected 'this'. (no-invalid-this)
(#289) Unexpected 'this'. (no-invalid-this)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Unexpected 'this'. (no-invalid-this)
(#293) Unexpected 'this'. (no-invalid-this)
(#293) Unexpected 'this'. (no-invalid-this)
(#298) Unexpected 'this'. (no-invalid-this)
(#299) Unexpected 'this'. (no-invalid-this)
(#303) Expected to return a value at the end of method 'save'. (consistent-return)
(#304) Comments should not begin with a lowercase character. (capitalized-comments)
(#304) Expected space or tab after '//' in comment. (spaced-comment)
(#308) Comments should not begin with a lowercase character. (capitalized-comments)
(#313) This line has a length of 191. Maximum allowed is 132. (max-len)
(#316) Comments should not begin with a lowercase character. (capitalized-comments)
(#316) Expected space or tab after '//' in comment. (spaced-comment)
(#319) Comments should not begin with a lowercase character. (capitalized-comments)
(#319) Expected space or tab after '//' in comment. (spaced-comment)
(#326) Comments should not begin with a lowercase character. (capitalized-comments)
(#326) Expected space or tab after '//' in comment. (spaced-comment)
(#327) Expected space(s) after "if". (keyword-spacing)
(#330) Comments should not begin with a lowercase character. (capitalized-comments)
(#330) Expected space or tab after '//' in comment. (spaced-comment)
(#335) Expected space(s) after "if". (keyword-spacing)
(#335) Comments should not begin with a lowercase character. (capitalized-comments)
(#335) Expected space or tab after '//' in comment. (spaced-comment)
(#338) Comments should not begin with a lowercase character. (capitalized-comments)
(#338) Expected space or tab after '//' in comment. (spaced-comment)
(#340) Extra space after key 'url'. (key-spacing)
(#341) Extra space after key 'data'. (key-spacing)
(#342) Extra space after key 'type'. (key-spacing)
(#348) Expected to return a value at the end of method 'validate'. (consistent-return)
(#348) Unexpected space before function parentheses. (space-before-function-paren)
(#358) Expected space(s) after "if". (keyword-spacing)
(#362) Expected space(s) after "if". (keyword-spacing)
(#366) Comments should not begin with a lowercase character. (capitalized-comments)
(#366) Expected space or tab after '//' in comment. (spaced-comment)
(#370) Expected space(s) after "if". (keyword-spacing)
(#376) Comments should not begin with a lowercase character. (capitalized-comments)
(#376) Expected space or tab after '//' in comment. (spaced-comment)
(#377) Expected space(s) after "if". (keyword-spacing)
(#399) Unexpected space before function parentheses. (space-before-function-paren)
(#401) Unexpected space before function parentheses. (space-before-function-paren)
(#402) Unexpected 'this'. (no-invalid-this)
(#406) Unexpected 'this'. (no-invalid-this)
(#409) Comments should not begin with a lowercase character. (capitalized-comments)
(#409) Expected space or tab after '//' in comment. (spaced-comment)
(#415) Comments should not begin with a lowercase character. (capitalized-comments)
(#415) Expected space or tab after '//' in comment. (spaced-comment)
(#418) Comments should not begin with a lowercase character. (capitalized-comments)
(#418) Expected space or tab after '//' in comment. (spaced-comment)
(#420) Comments should not begin with a lowercase character. (capitalized-comments)
(#454) Missing space before value for key 'url'. (key-spacing)
(#456) This line has a length of 136. Maximum allowed is 132. (max-len)
(#469) Missing space before value for key 'params'. (key-spacing)
(#479) This line has a length of 138. Maximum allowed is 132. (max-len)
(#617) Operator '+' must be spaced. (space-infix-ops)
(#619) Operator '+' must be spaced. (space-infix-ops)
(#624) Comments should not begin with a lowercase character. (capitalized-comments)
(#624) Expected space or tab after '//' in comment. (spaced-comment)
(#627) Comments should not begin with a lowercase character. (capitalized-comments)
(#627) Expected space or tab after '//' in comment. (spaced-comment)
(#628) Operator '+' must be spaced. (space-infix-ops)
(#631) Comments should not begin with a lowercase character. (capitalized-comments)
(#631) Expected space or tab after '//' in comment. (spaced-comment)
(#634) Comments should not begin with a lowercase character. (capitalized-comments)
(#634) Expected space or tab after '//' in comment. (spaced-comment)
(#637) Comments should not begin with a lowercase character. (capitalized-comments)
(#637) Expected space or tab after '//' in comment. (spaced-comment)
(#644) Unexpected space before function parentheses. (space-before-function-paren)
(#647) Comments should not begin with a lowercase character. (capitalized-comments)
(#647) Expected space or tab after '//' in comment. (spaced-comment)
(#649) Comments should not begin with a lowercase character. (capitalized-comments)
(#652) Unexpected space before function parentheses. (space-before-function-paren)
(#653) Unexpected empty function. (no-empty-function)
(#660) Comments should not begin with a lowercase character. (capitalized-comments)
(#676) Comments should not begin with a lowercase character. (capitalized-comments)
(#683) Unnecessary escape character: \{. (no-useless-escape)
(#683) Unnecessary escape character: \[. (no-useless-escape)
(#683) Unnecessary escape character: \}. (no-useless-escape)
(#686) Expected space or tab after '/*' in comment. (spaced-comment)
(#687) The Function constructor is eval. (no-new-func)
(#688) Expected space or tab after '/*' in comment. (spaced-comment)
(#689) Empty block statement. (no-empty)
(#690) Unsafe usage of ReturnStatement. (no-unsafe-finally)
(#693) Expected space or tab after '/*' in comment. (spaced-comment)
(#694) The Function constructor is eval. (no-new-func)
(#695) Expected space or tab after '/*' in comment. (spaced-comment)
(#701) Comments should not begin with a lowercase character. (capitalized-comments)
(#704) Comments should not begin with a lowercase character. (capitalized-comments)
(#705) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#717) Expected space(s) after "if". (keyword-spacing)
(#721) Comments should not begin with a lowercase character. (capitalized-comments)
(#721) Expected space or tab after '//' in comment. (spaced-comment)
(#722) Expected space or tab after '//' in comment. (spaced-comment)
(#723) Expected space or tab after '//' in comment. (spaced-comment)
(#733) Comments should not begin with a lowercase character. (capitalized-comments)
(#739) Expected space(s) after "if". (keyword-spacing)
(#746) Comments should not begin with a lowercase character. (capitalized-comments)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#756) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#758) A space is required after ','. (comma-spacing)
(#767) Comments should not begin with a lowercase character. (capitalized-comments)
(#774) Comments should not begin with a lowercase character. (capitalized-comments)
(#778) Expected space(s) after "if". (keyword-spacing)
(#782) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#784) Unexpected space before function parentheses. (space-before-function-paren)
(#784) Statement inside of curly braces should be on next line. (brace-style)
(#784) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#792) Expected space(s) after "if". (keyword-spacing)
(#795) Expected space or tab after '/*' in comment. (spaced-comment)
(#796) Expected space(s) after "if". (keyword-spacing)
(#797) Expected space(s) after "if". (keyword-spacing)
(#797) Statement inside of curly braces should be on next line. (brace-style)
(#797) Missing space before opening brace. (space-before-blocks)
(#797) Multiple spaces found before 'return'. (no-multi-spaces)
(#797) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#802) Expected space(s) after "if". (keyword-spacing)
(#806) Expected space or tab after '/*' in comment. (spaced-comment)
(#820) Expected space or tab after '//' in comment. (spaced-comment)
(#821) Expected space or tab after '//' in comment. (spaced-comment)
(#822) Expected space(s) after "if". (keyword-spacing)
(#823) Comments should not begin with a lowercase character. (capitalized-comments)
(#823) Expected space or tab after '//' in comment. (spaced-comment)
(#824) Expected space(s) after "if". (keyword-spacing)
(#825) Expected space(s) after "if". (keyword-spacing)
(#827) Expected space(s) after "if". (keyword-spacing)
(#830) Comments should not begin with a lowercase character. (capitalized-comments)
(#830) Expected space or tab after '//' in comment. (spaced-comment)
(#832) Expected space(s) after "if". (keyword-spacing)
(#834) Expected space(s) after "if". (keyword-spacing)
(#839) Comments should not begin with a lowercase character. (capitalized-comments)
(#839) Expected space or tab after '//' in comment. (spaced-comment)
(#840) Expected space(s) after "if". (keyword-spacing)
(#845) Expected space or tab after '//' in comment. (spaced-comment)
(#846) Expected space(s) after "if". (keyword-spacing)
(#850) Comments should not begin with a lowercase character. (capitalized-comments)
(#850) Expected space or tab after '//' in comment. (spaced-comment)
(#851) Expected space(s) after "if". (keyword-spacing)
(#855) Comments should not begin with a lowercase character. (capitalized-comments)
(#855) Expected space or tab after '//' in comment. (spaced-comment)
(#856) Expected space(s) after "if". (keyword-spacing)
(#862) Operator '+' must be spaced. (space-infix-ops)
(#867) Comments should not begin with a lowercase character. (capitalized-comments)
(#867) Expected space or tab after '//' in comment. (spaced-comment)
(#868) Unexpected space before function parentheses. (space-before-function-paren)
(#874) Expected space(s) after "if". (keyword-spacing)
(#880) Expected space(s) after "for". (keyword-spacing)
(#880) Operator '=' must be spaced. (space-infix-ops)
(#880) Operator '<' must be spaced. (space-infix-ops)
(#881) Expected space(s) after "if". (keyword-spacing)
(#892) This line has a length of 138. Maximum allowed is 132. (max-len)
(#893) This line has a length of 139. Maximum allowed is 132. (max-len)
(#894) This line has a length of 139. Maximum allowed is 132. (max-len)
(#900) Unexpected space before function parentheses. (space-before-function-paren)
(#903) Unexpected space before function parentheses. (space-before-function-paren)
(#907) Unexpected space before function parentheses. (space-before-function-paren)
(#911) Comments should not begin with a lowercase character. (capitalized-comments)
(#911) Expected space or tab after '//' in comment. (spaced-comment)
(#913) Comments should not begin with a lowercase character. (capitalized-comments)
(#913) Expected space or tab after '//' in comment. (spaced-comment)
(#914) Comments should not begin with a lowercase character. (capitalized-comments)
(#914) Expected space or tab after '//' in comment. (spaced-comment)
(#915) Comments should not begin with a lowercase character. (capitalized-comments)
(#915) Expected space or tab after '//' in comment. (spaced-comment)
(#916) Comments should not begin with a lowercase character. (capitalized-comments)
(#916) Expected space or tab after '//' in comment. (spaced-comment)
(#917) Comments should not begin with a lowercase character. (capitalized-comments)
(#917) Expected space or tab after '//' in comment. (spaced-comment)
(#921) Comments should not begin with a lowercase character. (capitalized-comments)
(#921) Expected space or tab after '//' in comment. (spaced-comment)
(#925) Comments should not begin with a lowercase character. (capitalized-comments)
(#925) Expected space or tab after '//' in comment. (spaced-comment)
(#930) Comments should not begin with a lowercase character. (capitalized-comments)
(#930) Expected space or tab after '//' in comment. (spaced-comment)
(#933) Comments should not begin with a lowercase character. (capitalized-comments)
(#933) Expected space or tab after '//' in comment. (spaced-comment)
(#934) Missing space before opening brace. (space-before-blocks)
(#935) Unexpected 'this'. (no-invalid-this)
(#938) Comments should not begin with a lowercase character. (capitalized-comments)
(#938) Expected space or tab after '//' in comment. (spaced-comment)
(#939) Expected space(s) after "if". (keyword-spacing)
(#940) Comments should not begin with a lowercase character. (capitalized-comments)
(#940) Expected space or tab after '//' in comment. (spaced-comment)
(#941) Unexpected space before function parentheses. (space-before-function-paren)
(#944) Comments should not begin with a lowercase character. (capitalized-comments)
(#944) Expected space or tab after '//' in comment. (spaced-comment)
(#948) Comments should not begin with a lowercase character. (capitalized-comments)
(#948) Expected space or tab after '//' in comment. (spaced-comment)
(#949) Expected space or tab after '//' in comment. (spaced-comment)
(#951) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#952) Identifier 'exclude_classes' is not in camel case. (camelcase)
(#954) Comments should not begin with a lowercase character. (capitalized-comments)
(#954) Expected space or tab after '//' in comment. (spaced-comment)
(#960) Comments should not begin with a lowercase character. (capitalized-comments)
(#960) Expected space or tab after '//' in comment. (spaced-comment)
(#965) Comments should not begin with a lowercase character. (capitalized-comments)
(#965) Expected space or tab after '//' in comment. (spaced-comment)
(#966) Expected space or tab after '//' in comment. (spaced-comment)
(#967) This line has a length of 163. Maximum allowed is 132. (max-len)
(#967) Expected space or tab after '//' in comment. (spaced-comment)
(#968) Expected space(s) after "if". (keyword-spacing)
(#972) Comments should not begin with a lowercase character. (capitalized-comments)
(#972) Expected space or tab after '//' in comment. (spaced-comment)
(#973) Expected space(s) after "for". (keyword-spacing)
(#973) Operator '=' must be spaced. (space-infix-ops)
(#973) Operator '<' must be spaced. (space-infix-ops)
(#973) Identifier 'exclude_classes' is not in camel case. (camelcase)
(#974) Expected space(s) after "if". (keyword-spacing)
(#974) Identifier 'exclude_classes' is not in camel case. (camelcase)
(#974) Identifier 'exclude_classes' is not in camel case. (camelcase)
(#979) Comments should not begin with a lowercase character. (capitalized-comments)
(#979) Expected space or tab after '//' in comment. (spaced-comment)
(#987) Comments should not begin with a lowercase character. (capitalized-comments)
(#987) Expected space or tab after '//' in comment. (spaced-comment)
(#992) Expected space(s) after "if". (keyword-spacing)
(#996) Comments should not begin with a lowercase character. (capitalized-comments)
(#996) Expected space or tab after '//' in comment. (spaced-comment)
(#997) Expected space(s) after "for". (keyword-spacing)
(#998) Expected space(s) after "if". (keyword-spacing)
(#1014) Comments should not begin with a lowercase character. (capitalized-comments)
(#1017) Comments should not begin with a lowercase character. (capitalized-comments)
(#1017) Expected space or tab after '//' in comment. (spaced-comment)
(#1018) Expected space(s) after "if". (keyword-spacing)
(#1019) Expected space(s) after "if". (keyword-spacing)
(#1019) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1023) Comments should not begin with a lowercase character. (capitalized-comments)
(#1023) Expected space or tab after '//' in comment. (spaced-comment)
(#1028) Comments should not begin with a lowercase character. (capitalized-comments)
(#1033) Missing space before opening brace. (space-before-blocks)
(#1041) Comments should not begin with a lowercase character. (capitalized-comments)
(#1041) Expected space or tab after '//' in comment. (spaced-comment)
(#1042) Statement inside of curly braces should be on next line. (brace-style)
(#1042) Missing space before opening brace. (space-before-blocks)
(#1042) Unexpected 'this'. (no-invalid-this)
(#1042) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1042) Comments should not begin with a lowercase character. (capitalized-comments)
(#1042) Expected space or tab after '//' in comment. (spaced-comment)
(#1043) Statement inside of curly braces should be on next line. (brace-style)
(#1043) Missing space before opening brace. (space-before-blocks)
(#1043) Unexpected 'this'. (no-invalid-this)
(#1043) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1043) Comments should not begin with a lowercase character. (capitalized-comments)
(#1043) Expected space or tab after '//' in comment. (spaced-comment)
(#1045) Expected space(s) after "if". (keyword-spacing)
(#1045) Unexpected 'this'. (no-invalid-this)
(#1046) Unexpected 'this'. (no-invalid-this)
(#1046) Unexpected 'this'. (no-invalid-this)
(#1047) Unexpected 'this'. (no-invalid-this)
(#1049) Unexpected 'this'. (no-invalid-this)
(#1051) Comments should not begin with a lowercase character. (capitalized-comments)
(#1051) Expected space or tab after '//' in comment. (spaced-comment)
(#1052) Comments should not begin with a lowercase character. (capitalized-comments)
(#1052) Expected space or tab after '//' in comment. (spaced-comment)
(#1053) Comments should not begin with a lowercase character. (capitalized-comments)
(#1053) Expected space or tab after '//' in comment. (spaced-comment)
(#1054) Missing space before opening brace. (space-before-blocks)
(#1068) This line has a length of 173. Maximum allowed is 132. (max-len)
(#1070) Unexpected 'this'. (no-invalid-this)
(#1070) Unexpected 'this'. (no-invalid-this)
(#1082) Unexpected space before function parentheses. (space-before-function-paren)
(#1084) Expected space(s) after "if". (keyword-spacing)
(#1085) Comments should not begin with a lowercase character. (capitalized-comments)
(#1085) Expected space or tab after '//' in comment. (spaced-comment)
(#1089) Comments should not begin with a lowercase character. (capitalized-comments)
(#1089) Expected space or tab after '//' in comment. (spaced-comment)
(#1102) Expected space or tab after '//' in comment. (spaced-comment)
(#1103) Expected space(s) after "if". (keyword-spacing)
(#1104) Comments should not begin with a lowercase character. (capitalized-comments)
(#1104) Expected space or tab after '//' in comment. (spaced-comment)
(#1105) Expected space or tab after '//' in comment. (spaced-comment)
(#1110) Comments should not begin with a lowercase character. (capitalized-comments)
(#1110) Expected space or tab after '//' in comment. (spaced-comment)
(#1111) Expected space(s) after "if". (keyword-spacing)
(#1112) Comments should not begin with a lowercase character. (capitalized-comments)
(#1112) Expected space or tab after '//' in comment. (spaced-comment)
(#1118) Comments should not begin with a lowercase character. (capitalized-comments)
(#1118) Expected space or tab after '//' in comment. (spaced-comment)
(#1128) Expected space(s) after "if". (keyword-spacing)
(#1132) Comments should not begin with a lowercase character. (capitalized-comments)
(#1132) Expected space or tab after '//' in comment. (spaced-comment)
(#1133) Expected space(s) after "if". (keyword-spacing)
(#1162) Comments should not begin with a lowercase character. (capitalized-comments)
(#1163) Unexpected space before function parentheses. (space-before-function-paren)
(#1163) Unexpected empty method 'innerShow'. (no-empty-function)
(#1167) Comments should not begin with a lowercase character. (capitalized-comments)
(#1168) Unexpected space before function parentheses. (space-before-function-paren)
(#1168) Unexpected empty method 'innerHide'. (no-empty-function)
(#1178) Expected space(s) after "if". (keyword-spacing)
(#1190) Comments should not begin with a lowercase character. (capitalized-comments)
(#1190) Expected space or tab after '//' in comment. (spaced-comment)
(#1195) This line has a length of 161. Maximum allowed is 132. (max-len)
(#1215) Comments should not begin with a lowercase character. (capitalized-comments)
(#1215) Expected space or tab after '//' in comment. (spaced-comment)
(#1228) Expected space(s) after "if". (keyword-spacing)
(#1233) Expected space(s) after "if". (keyword-spacing)
(#1254) Comments should not begin with a lowercase character. (capitalized-comments)
(#1255) Unexpected empty method 'innerDestroy'. (no-empty-function)
(#1264) Missing space before opening brace. (space-before-blocks)
(#1265) Comments should not begin with a lowercase character. (capitalized-comments)
(#1265) Expected space or tab after '//' in comment. (spaced-comment)
(#1266) Expected space(s) after "if". (keyword-spacing)
(#1270) Comments should not begin with a lowercase character. (capitalized-comments)
(#1270) Expected space or tab after '//' in comment. (spaced-comment)
(#1274) Expected space(s) after "if". (keyword-spacing)
(#1278) Expected space(s) after "if". (keyword-spacing)
(#1280) Expected space(s) after "if". (keyword-spacing)
(#1292) Expected space(s) after "if". (keyword-spacing)
(#1299) Comments should not begin with a lowercase character. (capitalized-comments)
(#1312) Unexpected space before function parentheses. (space-before-function-paren)
(#1314) Unexpected space before function parentheses. (space-before-function-paren)
(#1315) Unexpected 'this'. (no-invalid-this)
(#1322) Unexpected 'this'. (no-invalid-this)
(#1325) Comments should not begin with a lowercase character. (capitalized-comments)
(#1325) Expected space or tab after '//' in comment. (spaced-comment)
(#1331) Comments should not begin with a lowercase character. (capitalized-comments)
(#1331) Expected space or tab after '//' in comment. (spaced-comment)
(#1335) Comments should not begin with a lowercase character. (capitalized-comments)
(#1335) Expected space or tab after '//' in comment. (spaced-comment)
(#1393) Comments should not begin with a lowercase character. (capitalized-comments)
(#1397) 'jQuery' is not defined. (no-undef)
(#1411) Unexpected space before function parentheses. (space-before-function-paren)
(#1414) Comments should not begin with a lowercase character. (capitalized-comments)
(#1414) Expected space or tab after '//' in comment. (spaced-comment)
(#1415) Expected space or tab after '//' in comment. (spaced-comment)
(#1419) Comments should not begin with a lowercase character. (capitalized-comments)
(#1419) Expected space or tab after '//' in comment. (spaced-comment)
(#1421) Missing space before opening brace. (space-before-blocks)
(#1422) Comments should not begin with a lowercase character. (capitalized-comments)
(#1422) Expected space or tab after '//' in comment. (spaced-comment)
(#1425) Comments should not begin with a lowercase character. (capitalized-comments)
(#1425) Expected space or tab after '//' in comment. (spaced-comment)
(#1426) Expected space(s) after "if". (keyword-spacing)
(#1432) Comments should not begin with a lowercase character. (capitalized-comments)
(#1432) Expected space or tab after '//' in comment. (spaced-comment)
(#1441) Unexpected space before function parentheses. (space-before-function-paren)
(#1446) Unexpected space before function parentheses. (space-before-function-paren)
(#1448) Unexpected 'this'. (no-invalid-this)
(#1449) Unexpected 'this'. (no-invalid-this)
(#1454) Expected space(s) after "if". (keyword-spacing)
(#1467) Unexpected space before function parentheses. (space-before-function-paren)
(#1470) Unexpected space before function parentheses. (space-before-function-paren)
(#1472) Comments should not begin with a lowercase character. (capitalized-comments)
(#1472) Expected space or tab after '//' in comment. (spaced-comment)
(#1474) Expected space(s) after "if". (keyword-spacing)
(#1480) Comments should not begin with a lowercase character. (capitalized-comments)
(#1480) Expected space or tab after '//' in comment. (spaced-comment)
(#1481) Expected space(s) after "if". (keyword-spacing)
(#1488) Unexpected space before function parentheses. (space-before-function-paren)
(#1490) 'finalize' is defined but never used. (no-unused-vars)
(#1492) Comments should not begin with a lowercase character. (capitalized-comments)
(#1492) Expected space or tab after '//' in comment. (spaced-comment)
(#1495) This line has a length of 142. Maximum allowed is 132. (max-len)
(#1495) Comments should not begin with a lowercase character. (capitalized-comments)
(#1495) Expected space or tab after '//' in comment. (spaced-comment)
(#1496) Expected space or tab after '//' in comment. (spaced-comment)
(#1499) Expected space(s) after "if". (keyword-spacing)
(#1503) Comments should not begin with a lowercase character. (capitalized-comments)
(#1503) Expected space or tab after '//' in comment. (spaced-comment)
(#1508) Comments should not begin with a lowercase character. (capitalized-comments)
(#1514) Expected space(s) after "if". (keyword-spacing)
(#1521) Comments should not begin with a lowercase character. (capitalized-comments)
(#1521) Expected space or tab after '//' in comment. (spaced-comment)
(#1524) Comments should not begin with a lowercase character. (capitalized-comments)
(#1524) Expected space or tab after '//' in comment. (spaced-comment)
(#1525) Expected space(s) after "if". (keyword-spacing)
(#1529) Comments should not begin with a lowercase character. (capitalized-comments)
(#1529) Expected space or tab after '//' in comment. (spaced-comment)
(#1530) Expected space(s) after "if". (keyword-spacing)
(#1532) Missing space before opening brace. (space-before-blocks)
(#1533) Comments should not begin with a lowercase character. (capitalized-comments)
(#1533) Expected space or tab after '//' in comment. (spaced-comment)
(#1534) Expected space(s) after "if". (keyword-spacing)
(#1534) Unexpected 'this'. (no-invalid-this)
(#1538) Comments should not begin with a lowercase character. (capitalized-comments)
(#1538) Expected space or tab after '//' in comment. (spaced-comment)
(#1539) Expected space or tab after '//' in comment. (spaced-comment)
(#1541) Expected space(s) after "if". (keyword-spacing)
(#1541) Unexpected 'this'. (no-invalid-this)
(#1542) Comments should not begin with a lowercase character. (capitalized-comments)
(#1542) Expected space or tab after '//' in comment. (spaced-comment)
(#1543) Unexpected 'this'. (no-invalid-this)
(#1545) This line has a length of 150. Maximum allowed is 132. (max-len)
(#1545) Comments should not begin with a lowercase character. (capitalized-comments)
(#1545) Expected space or tab after '//' in comment. (spaced-comment)
(#1546) Unexpected 'this'. (no-invalid-this)
(#1547) Unexpected 'this'. (no-invalid-this)
(#1551) Comments should not begin with a lowercase character. (capitalized-comments)
(#1551) Expected space or tab after '//' in comment. (spaced-comment)
(#1554) Comments should not begin with a lowercase character. (capitalized-comments)
(#1554) Expected space or tab after '//' in comment. (spaced-comment)
(#1555) Expected space or tab after '//' in comment. (spaced-comment)
(#1556) Expected space(s) after "if". (keyword-spacing)
(#1560) Comments should not begin with a lowercase character. (capitalized-comments)
(#1560) Expected space or tab after '//' in comment. (spaced-comment)
(#1561) Expected space(s) after "switch". (keyword-spacing)
(#1566) Comments should not begin with a lowercase character. (capitalized-comments)
(#1566) Expected space or tab after '//' in comment. (spaced-comment)
(#1567) This line has a length of 135. Maximum allowed is 132. (max-len)
(#1573) Comments should not begin with a lowercase character. (capitalized-comments)
(#1573) Expected space or tab after '//' in comment. (spaced-comment)
(#1574) Expected catch,fail,always() or return (promise/catch-or-return)
(#1575) Expected space(s) after "if". (keyword-spacing)
(#1575) Unexpected 'this'. (no-invalid-this)
(#1576) Unexpected 'this'. (no-invalid-this)
(#1578) Unexpected 'this'. (no-invalid-this)
(#1594) Unexpected 'this'. (no-invalid-this)
(#1594) Unexpected 'this'. (no-invalid-this)
(#1602) Comments should not begin with a lowercase character. (capitalized-comments)
(#1602) Expected space or tab after '//' in comment. (spaced-comment)
(#1604) Comments should not begin with a lowercase character. (capitalized-comments)
(#1604) Expected space or tab after '//' in comment. (spaced-comment)
(#1607) Comments should not begin with a lowercase character. (capitalized-comments)
(#1607) Expected space or tab after '//' in comment. (spaced-comment)
(#1608) Missing space before opening brace. (space-before-blocks)
(#1610) Expected space(s) after "if". (keyword-spacing)
(#1611) Comments should not begin with a lowercase character. (capitalized-comments)
(#1611) Expected space or tab after '//' in comment. (spaced-comment)
(#1612) Expected space or tab after '//' in comment. (spaced-comment)
(#1613) Expected space(s) after "if". (keyword-spacing)
(#1613) Unexpected 'this'. (no-invalid-this)
(#1616) Unexpected 'this'. (no-invalid-this)
(#1629) Comments should not begin with a lowercase character. (capitalized-comments)
(#1629) Expected space or tab after '//' in comment. (spaced-comment)
(#1630) Expected space(s) after "if". (keyword-spacing)
(#1634) Comments should not begin with a lowercase character. (capitalized-comments)
(#1634) Expected space or tab after '//' in comment. (spaced-comment)
(#1635) Expected space(s) after "if". (keyword-spacing)
(#1636) Method 'render' expected no return value. (consistent-return)
(#1637) Comments should not begin with a lowercase character. (capitalized-comments)
(#1637) Expected space or tab after '//' in comment. (spaced-comment)
(#1638) Expected space(s) after "if". (keyword-spacing)
(#1639) Method 'render' expected no return value. (consistent-return)
(#1640) Comments should not begin with a lowercase character. (capitalized-comments)
(#1640) Expected space or tab after '//' in comment. (spaced-comment)
(#1642) Method 'render' expected no return value. (consistent-return)
(#1654) Expected space(s) after "if". (keyword-spacing)
(#1655) Expected space(s) after "if". (keyword-spacing)
(#1670) Comments should not begin with a lowercase character. (capitalized-comments)
(#1670) Expected space or tab after '//' in comment. (spaced-comment)
(#1679) Expected space(s) after "if". (keyword-spacing)
(#1696) Comments should not begin with a lowercase character. (capitalized-comments)
(#1696) Expected space or tab after '//' in comment. (spaced-comment)
(#1697) Expected space(s) after "if". (keyword-spacing)
(#1698) Missing space before opening brace. (space-before-blocks)
(#1699) Unexpected 'this'. (no-invalid-this)
(#1704) Comments should not begin with a lowercase character. (capitalized-comments)
(#1704) Expected space or tab after '//' in comment. (spaced-comment)
(#1707) Comments should not begin with a lowercase character. (capitalized-comments)
(#1707) Expected space or tab after '//' in comment. (spaced-comment)
(#1708) Expected space(s) after "if". (keyword-spacing)
(#1709) Method 'option' expected no return value. (consistent-return)
(#1712) Comments should not begin with a lowercase character. (capitalized-comments)
(#1712) Expected space or tab after '//' in comment. (spaced-comment)
(#1713) Expected space(s) after "if". (keyword-spacing)
(#1717) Comments should not begin with a lowercase character. (capitalized-comments)
(#1717) Expected space or tab after '//' in comment. (spaced-comment)
(#1718) Expected space(s) after "if". (keyword-spacing)
(#1722) Comments should not begin with a lowercase character. (capitalized-comments)
(#1722) Expected space or tab after '//' in comment. (spaced-comment)
(#1723) Expected space(s) after "if". (keyword-spacing)
(#1729) Comments should not begin with a lowercase character. (capitalized-comments)
(#1732) Unexpected space before function parentheses. (space-before-function-paren)
(#1733) Comments should not begin with a lowercase character. (capitalized-comments)
(#1733) Expected space or tab after '//' in comment. (spaced-comment)
(#1734) Expected space(s) after "if". (keyword-spacing)
(#1738) Comments should not begin with a lowercase character. (capitalized-comments)
(#1743) Expected space(s) after "if". (keyword-spacing)
(#1746) Comments should not begin with a lowercase character. (capitalized-comments)
(#1746) Expected space or tab after '//' in comment. (spaced-comment)
(#1747) Expected space or tab after '//' in comment. (spaced-comment)
(#1748) Expected space or tab after '//' in comment. (spaced-comment)
(#1749) Expected space(s) after "if". (keyword-spacing)
(#1749) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1756) Comments should not begin with a lowercase character. (capitalized-comments)
(#1756) Expected space or tab after '//' in comment. (spaced-comment)
(#1757) Expected space(s) after "if". (keyword-spacing)
(#1760) Expected space(s) after "if". (keyword-spacing)
(#1763) Expected space(s) after "if". (keyword-spacing)
(#1767) Comments should not begin with a lowercase character. (capitalized-comments)
(#1767) Expected space or tab after '//' in comment. (spaced-comment)
(#1768) Expected space(s) after "if". (keyword-spacing)
(#1770) Expected space(s) after "if". (keyword-spacing)
(#1782) Unexpected space before function parentheses. (space-before-function-paren)
(#1783) Expected space(s) after "if". (keyword-spacing)
(#1787) Comments should not begin with a lowercase character. (capitalized-comments)
(#1787) Expected space or tab after '//' in comment. (spaced-comment)
(#1788) Expected space(s) after "if". (keyword-spacing)
(#1791) Comments should not begin with a lowercase character. (capitalized-comments)
(#1791) Expected space or tab after '//' in comment. (spaced-comment)
(#1794) Comments should not begin with a lowercase character. (capitalized-comments)
(#1794) Expected space or tab after '//' in comment. (spaced-comment)
(#1797) Expected space(s) after "if". (keyword-spacing)
(#1801) Comments should not begin with a lowercase character. (capitalized-comments)
(#1801) Expected space or tab after '//' in comment. (spaced-comment)
(#1809) Unexpected space before function parentheses. (space-before-function-paren)
(#1810) Expected space(s) after "if". (keyword-spacing)
(#1821) Expected space(s) after "if". (keyword-spacing)
(#1828) Comments should not begin with a lowercase character. (capitalized-comments)
(#1832) Comments should not begin with a lowercase character. (capitalized-comments)
(#1832) Expected space or tab after '//' in comment. (spaced-comment)
(#1833) Expected space(s) after "if". (keyword-spacing)
(#1845) This line has a length of 137. Maximum allowed is 132. (max-len)
(#1847) Expected space(s) after "if". (keyword-spacing)
(#1854) Comments should not begin with a lowercase character. (capitalized-comments)
(#1854) Expected space or tab after '//' in comment. (spaced-comment)
(#1855) Expected space(s) after "if". (keyword-spacing)
(#1860) Missing space before opening brace. (space-before-blocks)
(#1861) Expected space(s) after "if". (keyword-spacing)
(#1866) Missing space before opening brace. (space-before-blocks)
(#1872) Comments should not begin with a lowercase character. (capitalized-comments)
(#1872) Expected space or tab after '//' in comment. (spaced-comment)
(#1888) Expected space or tab after '//' in comment. (spaced-comment)
(#1891) Expected to return a value at the end of method 'validate'. (consistent-return)
(#1891) Unexpected space before function parentheses. (space-before-function-paren)
(#1904) Expected space(s) after "if". (keyword-spacing)
(#1909) Expected space(s) after "if". (keyword-spacing)
(#1912) Expected catch,fail,always() or return (promise/catch-or-return)
(#1914) Unexpected 'this'. (no-invalid-this)
(#1923) Expected space(s) after "if". (keyword-spacing)
(#1935) Expected space(s) after "if". (keyword-spacing)
(#1941) Expected space(s) after "if". (keyword-spacing)
(#1968) Unexpected space before function parentheses. (space-before-function-paren)
(#1969) Comments should not begin with a lowercase character. (capitalized-comments)
(#1969) Expected space or tab after '//' in comment. (spaced-comment)
(#1970) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1970) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1986) Unexpected space before function parentheses. (space-before-function-paren)
(#1987) Unexpected 'this'. (no-invalid-this)
(#1987) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1987) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1996) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1998) This line has a length of 146. Maximum allowed is 132. (max-len)
(#2015) Expected space(s) after "if". (keyword-spacing)
(#2015) Comments should not begin with a lowercase character. (capitalized-comments)
(#2015) Expected space or tab after '//' in comment. (spaced-comment)
(#2018) Unexpected space before function parentheses. (space-before-function-paren)
(#2019) Unexpected 'this'. (no-invalid-this)
(#2019) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2043) Multiple spaces found before '//collects val...'. (no-multi-spaces)
(#2043) Comments should not begin with a lowercase character. (capitalized-comments)
(#2043) Expected space or tab after '//' in comment. (spaced-comment)
(#2048) Comments should not begin with a lowercase character. (capitalized-comments)
(#2049) Expected space(s) after "if". (keyword-spacing)
(#2052) Comments should not begin with a lowercase character. (capitalized-comments)
(#2053) Expected space(s) after "if". (keyword-spacing)
(#2055) Comments should not begin with a lowercase character. (capitalized-comments)
(#2055) Expected space or tab after '//' in comment. (spaced-comment)
(#2064) Comments should not begin with a lowercase character. (capitalized-comments)
(#2064) Expected space or tab after '//' in comment. (spaced-comment)
(#2065) Expected space(s) after "if". (keyword-spacing)
(#2068) Comments should not begin with a lowercase character. (capitalized-comments)
(#2068) Expected space or tab after '//' in comment. (spaced-comment)
(#2079) Comments should not begin with a lowercase character. (capitalized-comments)
(#2083) Comments should not begin with a lowercase character. (capitalized-comments)
(#2094) Comments should not begin with a lowercase character. (capitalized-comments)
(#2099) Comments should not begin with a lowercase character. (capitalized-comments)
(#2104) Comments should not begin with a lowercase character. (capitalized-comments)
(#2105) Expected space(s) after "if". (keyword-spacing)
(#2109) Comments should not begin with a lowercase character. (capitalized-comments)
(#2110) Expected space(s) after "if". (keyword-spacing)
(#2114) Comments should not begin with a lowercase character. (capitalized-comments)
(#2116) Comments should not begin with a lowercase character. (capitalized-comments)
(#2116) Expected space or tab after '//' in comment. (spaced-comment)
(#2117) Expected space(s) after "if". (keyword-spacing)
(#2124) Comments should not begin with a lowercase character. (capitalized-comments)
(#2124) Expected space or tab after '//' in comment. (spaced-comment)
(#2125) Unexpected space before function parentheses. (space-before-function-paren)
(#2126) Unexpected 'this'. (no-invalid-this)
(#2130) Comments should not begin with a lowercase character. (capitalized-comments)
(#2130) Expected space or tab after '//' in comment. (spaced-comment)
(#2131) Expected space or tab after '//' in comment. (spaced-comment)
(#2132) Expected space or tab after '//' in comment. (spaced-comment)
(#2133) Expected space(s) after "if". (keyword-spacing)
(#2134) Unexpected 'this'. (no-invalid-this)
(#2139) Unexpected 'this'. (no-invalid-this)
(#2142) Comments should not begin with a lowercase character. (capitalized-comments)
(#2142) Expected space or tab after '//' in comment. (spaced-comment)
(#2192) This line has a length of 138. Maximum allowed is 132. (max-len)
(#2193) This line has a length of 170. Maximum allowed is 132. (max-len)
(#2204) This line has a length of 137. Maximum allowed is 132. (max-len)
(#2284) This line has a length of 134. Maximum allowed is 132. (max-len)
(#2293) This line has a length of 138. Maximum allowed is 132. (max-len)
(#2295) This line has a length of 145. Maximum allowed is 132. (max-len)
(#2327) Unexpected space before function parentheses. (space-before-function-paren)
(#2330) Comments should not begin with a lowercase character. (capitalized-comments)
(#2330) Expected space or tab after '//' in comment. (spaced-comment)
(#2333) Unexpected space before function parentheses. (space-before-function-paren)
(#2333) Unexpected empty function. (no-empty-function)
(#2346) Comments should not begin with a lowercase character. (capitalized-comments)
(#2350) Comments should not begin with a lowercase character. (capitalized-comments)
(#2350) Expected space or tab after '//' in comment. (spaced-comment)
(#2351) Multiple spaces found before '//control itse...'. (no-multi-spaces)
(#2351) Comments should not begin with a lowercase character. (capitalized-comments)
(#2351) Expected space or tab after '//' in comment. (spaced-comment)
(#2352) Multiple spaces found before '//clear button'. (no-multi-spaces)
(#2352) Comments should not begin with a lowercase character. (capitalized-comments)
(#2352) Expected space or tab after '//' in comment. (spaced-comment)
(#2353) Multiple spaces found before '//error messag...'. (no-multi-spaces)
(#2353) Comments should not begin with a lowercase character. (capitalized-comments)
(#2353) Expected space or tab after '//' in comment. (spaced-comment)
(#2362) Unexpected empty method 'render'. (no-empty-function)
(#2446) Expected space(s) after "if". (keyword-spacing)
(#2460) Comments should not begin with a lowercase character. (capitalized-comments)
(#2467) Comments should not begin with a lowercase character. (capitalized-comments)
(#2470) Unexpected empty method 'autosubmit'. (no-empty-function)
(#2477) Unexpected empty method 'destroy'. (no-empty-function)
(#2482) Expected space(s) after "if". (keyword-spacing)
(#2529) Comments should not begin with a lowercase character. (capitalized-comments)
(#2529) Expected space or tab after '//' in comment. (spaced-comment)
(#2530) Expected space or tab after '//' in comment. (spaced-comment)
(#2533) Comments should not begin with a lowercase character. (capitalized-comments)
(#2533) Expected space or tab after '//' in comment. (spaced-comment)
(#2547) Unexpected space before function parentheses. (space-before-function-paren)
(#2550) Unexpected space before function parentheses. (space-before-function-paren)
(#2550) 'options' is defined but never used. (no-unused-vars)
(#2550) Unexpected empty function. (no-empty-function)
(#2557) Unexpected space before function parentheses. (space-before-function-paren)
(#2561) Unexpected space before function parentheses. (space-before-function-paren)
(#2562) Unexpected 'this'. (no-invalid-this)
(#2564) Unexpected space before function parentheses. (space-before-function-paren)
(#2565) Unexpected 'this'. (no-invalid-this)
(#2565) Unexpected 'this'. (no-invalid-this)
(#2572) Unexpected space before function parentheses. (space-before-function-paren)
(#2572) 'html' is defined but never used. (no-unused-vars)
(#2573) Comments should not begin with a lowercase character. (capitalized-comments)
(#2573) Expected space or tab after '//' in comment. (spaced-comment)
(#2576) Unexpected space before function parentheses. (space-before-function-paren)
(#2578) Unexpected space before function parentheses. (space-before-function-paren)
(#2579) Expected space(s) after "if". (keyword-spacing)
(#2580) Comments should not begin with a lowercase character. (capitalized-comments)
(#2580) Expected space or tab after '//' in comment. (spaced-comment)
(#2581) Unexpected 'this'. (no-invalid-this)
(#2583) Unexpected 'this'. (no-invalid-this)
(#2588) Comments should not begin with a lowercase character. (capitalized-comments)
(#2588) Expected space or tab after '//' in comment. (spaced-comment)
(#2589) Expected space(s) after "if". (keyword-spacing)
(#2592) Unexpected space before function parentheses. (space-before-function-paren)
(#2592) Statement inside of curly braces should be on next line. (brace-style)
(#2592) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2600) Unexpected space before function parentheses. (space-before-function-paren)
(#2601) Comments should not begin with a lowercase character. (capitalized-comments)
(#2601) Expected space or tab after '//' in comment. (spaced-comment)
(#2606) This line has a length of 135. Maximum allowed is 132. (max-len)
(#2606) Comments should not begin with a lowercase character. (capitalized-comments)
(#2606) Expected space or tab after '//' in comment. (spaced-comment)
(#2611) Comments should not begin with a lowercase character. (capitalized-comments)
(#2611) Expected space or tab after '//' in comment. (spaced-comment)
(#2612) Expected space(s) after "if". (keyword-spacing)
(#2617) Comments should not begin with a lowercase character. (capitalized-comments)
(#2617) Expected space or tab after '//' in comment. (spaced-comment)
(#2625) Comments should not begin with a lowercase character. (capitalized-comments)
(#2625) Expected space or tab after '//' in comment. (spaced-comment)
(#2627) Comments should not begin with a lowercase character. (capitalized-comments)
(#2627) Expected space or tab after '//' in comment. (spaced-comment)
(#2628) Expected space(s) after "if". (keyword-spacing)
(#2637) Comments should not begin with a lowercase character. (capitalized-comments)
(#2637) Expected space or tab after '//' in comment. (spaced-comment)
(#2638) Comments should not begin with a lowercase character. (capitalized-comments)
(#2638) Expected space or tab after '//' in comment. (spaced-comment)
(#2643) Comments should not begin with a lowercase character. (capitalized-comments)
(#2643) Expected space or tab after '//' in comment. (spaced-comment)
(#2644) Unexpected space before function parentheses. (space-before-function-paren)
(#2645) Unexpected 'this'. (no-invalid-this)
(#2646) Unexpected 'this'. (no-invalid-this)
(#2647) Unexpected 'this'. (no-invalid-this)
(#2650) Comments should not begin with a lowercase character. (capitalized-comments)
(#2650) Expected space or tab after '//' in comment. (spaced-comment)
(#2653) Comments should not begin with a lowercase character. (capitalized-comments)
(#2653) Expected space or tab after '//' in comment. (spaced-comment)
(#2656) Identifier 'err_callbacks' is not in camel case. (camelcase)
(#2660) Comments should not begin with a lowercase character. (capitalized-comments)
(#2660) Expected space or tab after '//' in comment. (spaced-comment)
(#2666) Unexpected space before function parentheses. (space-before-function-paren)
(#2667) Expected space(s) after "if". (keyword-spacing)
(#2667) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2668) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2670) Unexpected 'this'. (no-invalid-this)
(#2670) Unexpected 'this'. (no-invalid-this)
(#2671) Expected space(s) after "if". (keyword-spacing)
(#2671) Unexpected 'this'. (no-invalid-this)
(#2672) Expected space(s) after "if". (keyword-spacing)
(#2672) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2673) Comments should not begin with a lowercase character. (capitalized-comments)
(#2673) Expected space or tab after '//' in comment. (spaced-comment)
(#2674) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2674) Unexpected 'this'. (no-invalid-this)
(#2675) Comments should not begin with a lowercase character. (capitalized-comments)
(#2675) Expected space or tab after '//' in comment. (spaced-comment)
(#2676) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2676) Unexpected space before function parentheses. (space-before-function-paren)
(#2676) Statement inside of curly braces should be on next line. (brace-style)
(#2676) Unexpected 'this'. (no-invalid-this)
(#2676) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2678) Unexpected 'this'. (no-invalid-this)
(#2679) Unexpected 'this'. (no-invalid-this)
(#2681) Unexpected 'this'. (no-invalid-this)
(#2682) Expected space(s) after "if". (keyword-spacing)
(#2682) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2683) Comments should not begin with a lowercase character. (capitalized-comments)
(#2683) Expected space or tab after '//' in comment. (spaced-comment)
(#2684) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2684) Unexpected space before function parentheses. (space-before-function-paren)
(#2684) Statement inside of curly braces should be on next line. (brace-style)
(#2684) Unexpected 'this'. (no-invalid-this)
(#2684) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2688) Unexpected space before function parentheses. (space-before-function-paren)
(#2689) Unexpected 'this'. (no-invalid-this)
(#2690) Expected space(s) after "if". (keyword-spacing)
(#2690) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2691) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2692) Comments should not begin with a lowercase character. (capitalized-comments)
(#2692) Expected space or tab after '//' in comment. (spaced-comment)
(#2693) 'cache' declared on line 2630 column 21 is used outside of binding context. (block-scoped-var)
(#2693) Unexpected space before function parentheses. (space-before-function-paren)
(#2693) Statement inside of curly braces should be on next line. (brace-style)
(#2693) Unexpected 'this'. (no-invalid-this)
(#2693) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2698) Comments should not begin with a lowercase character. (capitalized-comments)
(#2698) Expected space or tab after '//' in comment. (spaced-comment)
(#2701) Comments should not begin with a lowercase character. (capitalized-comments)
(#2701) Expected space or tab after '//' in comment. (spaced-comment)
(#2704) Expected space(s) after "if". (keyword-spacing)
(#2713) Unexpected space before function parentheses. (space-before-function-paren)
(#2714) Expected space(s) after "if". (keyword-spacing)
(#2718) Expected space(s) after "if". (keyword-spacing)
(#2719) Comments should not begin with a lowercase character. (capitalized-comments)
(#2719) Expected space or tab after '//' in comment. (spaced-comment)
(#2724) Comments should not begin with a lowercase character. (capitalized-comments)
(#2724) Expected space or tab after '//' in comment. (spaced-comment)
(#2727) Comments should not begin with a lowercase character. (capitalized-comments)
(#2727) Expected space or tab after '//' in comment. (spaced-comment)
(#2735) Expected space(s) after "if". (keyword-spacing)
(#2740) Comments should not begin with a lowercase character. (capitalized-comments)
(#2744) Comments should not begin with a lowercase character. (capitalized-comments)
(#2747) Comments should not begin with a lowercase character. (capitalized-comments)
(#2750) 'value' is defined but never used. (no-unused-vars)
(#2750) 'element' is defined but never used. (no-unused-vars)
(#2751) Comments should not begin with a lowercase character. (capitalized-comments)
(#2754) Comments should not begin with a lowercase character. (capitalized-comments)
(#2758) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2758) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2759) Expected space(s) after "if". (keyword-spacing)
(#2763) Expected space(s) after "if". (keyword-spacing)
(#2763) Comments should not begin with a lowercase character. (capitalized-comments)
(#2763) Expected space or tab after '//' in comment. (spaced-comment)
(#2768) Expected to return a value at the end of function. (consistent-return)
(#2768) Unexpected space before function parentheses. (space-before-function-paren)
(#2770) Expected space(s) after "if". (keyword-spacing)
(#2771) Comments should not begin with a lowercase character. (capitalized-comments)
(#2775) Expected space(s) after "for". (keyword-spacing)
(#2777) Expected space(s) after "if". (keyword-spacing)
(#2778) Comments should not begin with a lowercase character. (capitalized-comments)
(#2778) Expected space or tab after '//' in comment. (spaced-comment)
(#2780) Comments should not begin with a lowercase character. (capitalized-comments)
(#2780) Expected space or tab after '//' in comment. (spaced-comment)
(#2781) Expected space(s) after "if". (keyword-spacing)
(#2783) Comments should not begin with a lowercase character. (capitalized-comments)
(#2783) Expected space or tab after '//' in comment. (spaced-comment)
(#2784) Expected space(s) after "if". (keyword-spacing)
(#2785) Comments should not begin with a lowercase character. (capitalized-comments)
(#2785) Expected space or tab after '//' in comment. (spaced-comment)
(#2786) Expected space(s) after "if". (keyword-spacing)
(#2786) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2792) Comments should not begin with a lowercase character. (capitalized-comments)
(#2792) Expected space or tab after '//' in comment. (spaced-comment)
(#2796) Multiple spaces found before '//case: {val1:...'. (no-multi-spaces)
(#2796) Comments should not begin with a lowercase character. (capitalized-comments)
(#2796) Expected space or tab after '//' in comment. (spaced-comment)
(#2797) Unexpected space before function parentheses. (space-before-function-paren)
(#2806) Expected space(s) after "if". (keyword-spacing)
(#2809) Expected space(s) after "if". (keyword-spacing)
(#2820) This line has a length of 134. Maximum allowed is 132. (max-len)
(#2822) This line has a length of 167. Maximum allowed is 132. (max-len)
(#2851) Comments should not begin with a lowercase character. (capitalized-comments)
(#2894) Unexpected space before function parentheses. (space-before-function-paren)
(#2897) Unexpected space before function parentheses. (space-before-function-paren)
(#2911) Expected space(s) after "if". (keyword-spacing)
(#2914) Expected space(s) after "if". (keyword-spacing)
(#2920) Comments should not begin with a lowercase character. (capitalized-comments)
(#2920) Expected space or tab after '//' in comment. (spaced-comment)
(#2927) Comments should not begin with a lowercase character. (capitalized-comments)
(#2927) Expected space or tab after '//' in comment. (spaced-comment)
(#2928) Expected space(s) after "if". (keyword-spacing)
(#2928) Unexpected use of '~'. (no-bitwise)
(#2928) A space is required after ','. (comma-spacing)
(#2928) A space is required after ','. (comma-spacing)
(#2928) A space is required after ','. (comma-spacing)
(#2928) A space is required after ','. (comma-spacing)
(#2932) Unexpected 'this'. (no-invalid-this)
(#2933) Unexpected 'this'. (no-invalid-this)
(#2934) Unexpected 'this'. (no-invalid-this)
(#2959) Comments should not begin with a lowercase character. (capitalized-comments)
(#2959) Expected space or tab after '//' in comment. (spaced-comment)
(#2960) 'e' is defined but never used. (no-unused-vars)
(#2961) Expected space(s) after "if". (keyword-spacing)
(#2968) Expected space(s) after "if". (keyword-spacing)
(#2972) Expected space(s) after "if". (keyword-spacing)
(#3030) Unexpected space before function parentheses. (space-before-function-paren)
(#3033) Unexpected space before function parentheses. (space-before-function-paren)
(#3040) Unexpected space before function parentheses. (space-before-function-paren)
(#3045) Comments should not begin with a lowercase character. (capitalized-comments)
(#3045) Expected space or tab after '//' in comment. (spaced-comment)
(#3046) Unexpected space before function parentheses. (space-before-function-paren)
(#3048) Unexpected 'this'. (no-invalid-this)
(#3053) Comments should not begin with a lowercase character. (capitalized-comments)
(#3053) Expected space or tab after '//' in comment. (spaced-comment)
(#3096) Missing space before value for key 'tpl'. (key-spacing)
(#3145) Unexpected space before function parentheses. (space-before-function-paren)
(#3148) Unexpected space before function parentheses. (space-before-function-paren)
(#3160) Expected space(s) after "if". (keyword-spacing)
(#3161) Expected space(s) after "for". (keyword-spacing)
(#3161) Operator '=' must be spaced. (space-infix-ops)
(#3161) Operator '<' must be spaced. (space-infix-ops)
(#3163) Expected space(s) after "if". (keyword-spacing)
(#3168) Expected space(s) after "if". (keyword-spacing)
(#3182) Comments should not begin with a lowercase character. (capitalized-comments)
(#3182) Expected space or tab after '//' in comment. (spaced-comment)
(#3183) Unexpected space before function parentheses. (space-before-function-paren)
(#3185) Unexpected 'this'. (no-invalid-this)
(#3194) Expected space(s) after "if". (keyword-spacing)
(#3198) Expected space or tab after '//' in comment. (spaced-comment)
(#3203) Missing space before opening brace. (space-before-blocks)
(#3204) Unexpected 'this'. (no-invalid-this)
(#3214) Missing space before value for key 'tpl'. (key-spacing)
(#3243) Unexpected space before function parentheses. (space-before-function-paren)
(#3246) Unexpected space before function parentheses. (space-before-function-paren)
(#3254) '$div' is defined but never used. (no-unused-vars)
(#3258) Expected space(s) after "if". (keyword-spacing)
(#3262) Expected space(s) after "for". (keyword-spacing)
(#3262) Operator '=' must be spaced. (space-infix-ops)
(#3262) Operator '<' must be spaced. (space-infix-ops)
(#3267) Operator '+' must be spaced. (space-infix-ops)
(#3280) Comments should not begin with a lowercase character. (capitalized-comments)
(#3280) Expected space or tab after '//' in comment. (spaced-comment)
(#3282) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3283) Expected space(s) after "if". (keyword-spacing)
(#3284) Operator '+' must be spaced. (space-infix-ops)
(#3284) Operator '+' must be spaced. (space-infix-ops)
(#3286) Expected space(s) after "if". (keyword-spacing)
(#3294) Comments should not begin with a lowercase character. (capitalized-comments)
(#3294) Expected space or tab after '//' in comment. (spaced-comment)
(#3297) Expected space(s) after "if". (keyword-spacing)
(#3300) Comments should not begin with a lowercase character. (capitalized-comments)
(#3301) Missing space before opening brace. (space-before-blocks)
(#3302) Expected space or tab after '/*' in comment. (spaced-comment)
(#3303) Expected space(s) after "if". (keyword-spacing)
(#3304) Expected space or tab after '/*' in comment. (spaced-comment)
(#3320) Comments should not begin with a lowercase character. (capitalized-comments)
(#3320) Expected space or tab after '//' in comment. (spaced-comment)
(#3326) Expected space(s) after "if". (keyword-spacing)
(#3342) Missing space before opening brace. (space-before-blocks)
(#3344) Unexpected 'this'. (no-invalid-this)
(#3355) Missing space before value for key 'tpl'. (key-spacing)
(#3419) Unexpected space before function parentheses. (space-before-function-paren)
(#3422) Unexpected space before function parentheses. (space-before-function-paren)
(#3427) Comments should not begin with a lowercase character. (capitalized-comments)
(#3427) Expected space or tab after '//' in comment. (spaced-comment)
(#3429) Expected space(s) after "if". (keyword-spacing)
(#3435) Comments should not begin with a lowercase character. (capitalized-comments)
(#3435) Expected space or tab after '//' in comment. (spaced-comment)
(#3436) 'html' is defined but never used. (no-unused-vars)
(#3450) Unexpected space before function parentheses. (space-before-function-paren)
(#3453) Unexpected space before function parentheses. (space-before-function-paren)
(#3467) Unexpected space before function parentheses. (space-before-function-paren)
(#3470) Unexpected space before function parentheses. (space-before-function-paren)
(#3484) Unexpected space before function parentheses. (space-before-function-paren)
(#3487) Unexpected space before function parentheses. (space-before-function-paren)
(#3501) Unexpected space before function parentheses. (space-before-function-paren)
(#3504) Unexpected space before function parentheses. (space-before-function-paren)
(#3509) Unexpected space before function parentheses. (space-before-function-paren)
(#3516) Expected space(s) after "if". (keyword-spacing)
(#3517) Comments should not begin with a lowercase character. (capitalized-comments)
(#3517) Expected space or tab after '//' in comment. (spaced-comment)
(#3544) Unexpected space before function parentheses. (space-before-function-paren)
(#3547) Unexpected space before function parentheses. (space-before-function-paren)
(#3552) Unexpected space before function parentheses. (space-before-function-paren)
(#3560) Missing space before opening brace. (space-before-blocks)
(#3561) Unexpected 'this'. (no-invalid-this)
(#3561) Unexpected 'this'. (no-invalid-this)
(#3578) Unexpected space before function parentheses. (space-before-function-paren)
(#3581) Unexpected space before function parentheses. (space-before-function-paren)
(#3584) Comments should not begin with a lowercase character. (capitalized-comments)
(#3584) Expected space or tab after '//' in comment. (spaced-comment)
(#3678) Unexpected space before function parentheses. (space-before-function-paren)
(#3681) Unexpected space before function parentheses. (space-before-function-paren)
(#3688) Comments should not begin with a lowercase character. (capitalized-comments)
(#3688) Expected space or tab after '//' in comment. (spaced-comment)
(#3689) Expected space(s) after "if". (keyword-spacing)
(#3693) Comments should not begin with a lowercase character. (capitalized-comments)
(#3693) Expected space or tab after '//' in comment. (spaced-comment)
(#3694) Expected space(s) after "if". (keyword-spacing)
(#3696) Comments should not begin with a lowercase character. (capitalized-comments)
(#3696) Expected space or tab after '//' in comment. (spaced-comment)
(#3703) Comments should not begin with a lowercase character. (capitalized-comments)
(#3703) Expected space or tab after '//' in comment. (spaced-comment)
(#3704) Expected space(s) after "if". (keyword-spacing)
(#3705) Requires a space after '{'. (block-spacing)
(#3705) Statement inside of curly braces should be on next line. (brace-style)
(#3705) There should be no space after '{'. (object-curly-spacing)
(#3705) Missing space before value for key 'query'. (key-spacing)
(#3705) There should be no space before '}'. (object-curly-spacing)
(#3705) Requires a space before '}'. (block-spacing)
(#3705) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3707) Expected space(s) after "if". (keyword-spacing)
(#3708) Statement inside of curly braces should be on next line. (brace-style)
(#3708) Missing space before value for key 'results'. (key-spacing)
(#3708) There should be no space before '}'. (object-curly-spacing)
(#3708) Requires a space before '}'. (block-spacing)
(#3708) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3712) Comments should not begin with a lowercase character. (capitalized-comments)
(#3712) Expected space or tab after '//' in comment. (spaced-comment)
(#3718) Comments should not begin with a lowercase character. (capitalized-comments)
(#3718) Expected space or tab after '//' in comment. (spaced-comment)
(#3721) Comments should not begin with a lowercase character. (capitalized-comments)
(#3721) Expected space or tab after '//' in comment. (spaced-comment)
(#3725) Comments should not begin with a lowercase character. (capitalized-comments)
(#3725) Expected space or tab after '//' in comment. (spaced-comment)
(#3726) Expected space or tab after '//' in comment. (spaced-comment)
(#3728) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#3730) Unexpected space before function parentheses. (space-before-function-paren)
(#3730) Statement inside of curly braces should be on next line. (brace-style)
(#3730) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3733) Comments should not begin with a lowercase character. (capitalized-comments)
(#3733) Expected space or tab after '//' in comment. (spaced-comment)
(#3735) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#3736) Unexpected space before function parentheses. (space-before-function-paren)
(#3736) Statement inside of curly braces should be on next line. (brace-style)
(#3736) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3746) Comments should not begin with a lowercase character. (capitalized-comments)
(#3746) Expected space or tab after '//' in comment. (spaced-comment)
(#3747) Expected space or tab after '//' in comment. (spaced-comment)
(#3748) Expected space or tab after '//' in comment. (spaced-comment)
(#3749) Expected space or tab after '//' in comment. (spaced-comment)
(#3751) Expected space or tab after '//' in comment. (spaced-comment)
(#3752) Expected space(s) after "if". (keyword-spacing)
(#3753) Comments should not begin with a lowercase character. (capitalized-comments)
(#3753) Expected space or tab after '//' in comment. (spaced-comment)
(#3755) Unexpected 'this'. (no-invalid-this)
(#3759) Comments should not begin with a lowercase character. (capitalized-comments)
(#3759) Expected space or tab after '//' in comment. (spaced-comment)
(#3760) Expected space(s) after "if". (keyword-spacing)
(#3762) Unexpected 'this'. (no-invalid-this)
(#3768) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3771) Expected space(s) after "if". (keyword-spacing)
(#3771) Comments should not begin with a lowercase character. (capitalized-comments)
(#3771) Expected space or tab after '//' in comment. (spaced-comment)
(#3773) Comments should not begin with a lowercase character. (capitalized-comments)
(#3773) Expected space or tab after '//' in comment. (spaced-comment)
(#3774) Expected space(s) after "if". (keyword-spacing)
(#3777) Comments should not begin with a lowercase character. (capitalized-comments)
(#3777) Expected space or tab after '//' in comment. (spaced-comment)
(#3778) Expected space or tab after '//' in comment. (spaced-comment)
(#3781) Comments should not begin with a lowercase character. (capitalized-comments)
(#3781) Expected space or tab after '//' in comment. (spaced-comment)
(#3782) Expected space(s) after "if". (keyword-spacing)
(#3783) Comments should not begin with a lowercase character. (capitalized-comments)
(#3783) Expected space or tab after '//' in comment. (spaced-comment)
(#3785) Missing space before opening brace. (space-before-blocks)
(#3788) Expected space(s) after "if". (keyword-spacing)
(#3794) Expected space or tab after '//' in comment. (spaced-comment)
(#3803) Comments should not begin with a lowercase character. (capitalized-comments)
(#3804) Expected space(s) after "if". (keyword-spacing)
(#3808) Comments should not begin with a lowercase character. (capitalized-comments)
(#3808) Expected space or tab after '//' in comment. (spaced-comment)
(#3809) Expected space(s) after "if". (keyword-spacing)
(#3813) Comments should not begin with a lowercase character. (capitalized-comments)
(#3813) Expected space or tab after '//' in comment. (spaced-comment)
(#3816) Expected space or tab after '//' in comment. (spaced-comment)
(#3817) Expected space or tab after '//' in comment. (spaced-comment)
(#3820) Comments should not begin with a lowercase character. (capitalized-comments)
(#3823) Expected space(s) after "if". (keyword-spacing)
(#3824) Comments should not begin with a lowercase character. (capitalized-comments)
(#3830) Expected space(s) after "if". (keyword-spacing)
(#3845) Expected space(s) after "if". (keyword-spacing)
(#3865) Missing space before opening brace. (space-before-blocks)
(#3866) Expected space(s) after "if". (keyword-spacing)
(#3867) Unexpected 'this'. (no-invalid-this)
(#3881) Expected space(s) after "if". (keyword-spacing)
(#3882) Expected space(s) after "for". (keyword-spacing)
(#3882) Operator '<' must be spaced. (space-infix-ops)
(#3883) Expected space(s) after "if". (keyword-spacing)
(#3893) Expected space(s) after "if". (keyword-spacing)
(#3905) Missing space before value for key 'tpl'. (key-spacing)
(#3967) Unexpected space before function parentheses. (space-before-function-paren)
(#3969) Unexpected space before function parentheses. (space-before-function-paren)
(#3971) Expected space(s) after "if". (keyword-spacing)
(#3981) Unexpected space before function parentheses. (space-before-function-paren)
(#3983) Comments should not begin with a lowercase character. (capitalized-comments)
(#3983) Expected space or tab after '//' in comment. (spaced-comment)
(#3984) Multiple spaces found before ''date''. (no-multi-spaces)
(#3985) Multiple spaces found before ''month''. (no-multi-spaces)
(#3986) Multiple spaces found before ''year''. (no-multi-spaces)
(#3988) Multiple spaces found before ''minutes''. (no-multi-spaces)
(#3989) Multiple spaces found before ''seconds''. (no-multi-spaces)
(#3997) Comments should not begin with a lowercase character. (capitalized-comments)
(#3997) Expected space or tab after '//' in comment. (spaced-comment)
(#4000) Comments should not begin with a lowercase character. (capitalized-comments)
(#4010) Comments should not begin with a lowercase character. (capitalized-comments)
(#4013) Comments should not begin with a lowercase character. (capitalized-comments)
(#4023) Comments should not begin with a lowercase character. (capitalized-comments)
(#4023) Expected space or tab after '//' in comment. (spaced-comment)
(#4026) Operator '+' must be spaced. (space-infix-ops)
(#4029) Operator '+' must be spaced. (space-infix-ops)
(#4029) Operator '+' must be spaced. (space-infix-ops)
(#4032) Comments should not begin with a lowercase character. (capitalized-comments)
(#4032) Expected space or tab after '//' in comment. (spaced-comment)
(#4035) Comments should not begin with a lowercase character. (capitalized-comments)
(#4035) Expected space or tab after '//' in comment. (spaced-comment)
(#4040) Operator '+' must be spaced. (space-infix-ops)
(#4040) Operator '+' must be spaced. (space-infix-ops)
(#4040) Operator '+' must be spaced. (space-infix-ops)
(#4040) Operator '+' must be spaced. (space-infix-ops)
(#4051) Operator '+' must be spaced. (space-infix-ops)
(#4052) Comments should not begin with a lowercase character. (capitalized-comments)
(#4053) Operator '+' must be spaced. (space-infix-ops)
(#4054) Comments should not begin with a lowercase character. (capitalized-comments)
(#4063) Operator '+' must be spaced. (space-infix-ops)
(#4068) Comments should not begin with a lowercase character. (capitalized-comments)
(#4074) Expected space(s) after "for". (keyword-spacing)
(#4074) Operator '=' must be spaced. (space-infix-ops)
(#4074) Operator '<' must be spaced. (space-infix-ops)
(#4075) Operator '+' must be spaced. (space-infix-ops)
(#4075) Operator '+' must be spaced. (space-infix-ops)
(#4075) Operator '+' must be spaced. (space-infix-ops)
(#4075) Operator '+' must be spaced. (space-infix-ops)
(#4088) Expected space(s) after "if". (keyword-spacing)
(#4089) Comments should not begin with a lowercase character. (capitalized-comments)
(#4089) Expected space or tab after '//' in comment. (spaced-comment)
(#4092) Comments should not begin with a lowercase character. (capitalized-comments)
(#4092) Expected space or tab after '//' in comment. (spaced-comment)
(#4095) Expected space(s) after "if". (keyword-spacing)
(#4102) Comments should not begin with a lowercase character. (capitalized-comments)
(#4106) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4110) Comments should not begin with a lowercase character. (capitalized-comments)
(#4128) Comments should not begin with a lowercase character. (capitalized-comments)
(#4132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4137) Expected space(s) after "for". (keyword-spacing)
(#4137) Operator '=' must be spaced. (space-infix-ops)
(#4137) Operator '<=' must be spaced. (space-infix-ops)
(#4138) Expected space(s) after "if". (keyword-spacing)
(#4139) Comments should not begin with a lowercase character. (capitalized-comments)
(#4139) Expected space or tab after '//' in comment. (spaced-comment)
(#4141) Expected space(s) after "if". (keyword-spacing)
(#4143) Expected space(s) after "if". (keyword-spacing)
(#4144) Operator '+' must be spaced. (space-infix-ops)
(#4146) Operator '+' must be spaced. (space-infix-ops)
(#4153) Comments should not begin with a lowercase character. (capitalized-comments)
(#4157) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4160) Expected space(s) after "for". (keyword-spacing)
(#4160) Operator '=' must be spaced. (space-infix-ops)
(#4160) Operator '>=' must be spaced. (space-infix-ops)
(#4161) Operator '+' must be spaced. (space-infix-ops)
(#4170) Comments should not begin with a lowercase character. (capitalized-comments)
(#4174) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4176) 'h24' is assigned a value but never used. (no-unused-vars)
(#4181) Expected space(s) after "for". (keyword-spacing)
(#4181) Operator '=' must be spaced. (space-infix-ops)
(#4181) Operator '<=' must be spaced. (space-infix-ops)
(#4188) Comments should not begin with a lowercase character. (capitalized-comments)
(#4192) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4195) Expected space(s) after "for". (keyword-spacing)
(#4195) Operator '=' must be spaced. (space-infix-ops)
(#4195) Operator '<=' must be spaced. (space-infix-ops)
(#4195) Operator '+=' must be spaced. (space-infix-ops)
(#4202) Comments should not begin with a lowercase character. (capitalized-comments)
(#4206) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4209) Expected space(s) after "for". (keyword-spacing)
(#4209) Operator '=' must be spaced. (space-infix-ops)
(#4209) Operator '<=' must be spaced. (space-infix-ops)
(#4209) Operator '+=' must be spaced. (space-infix-ops)
(#4216) Comments should not begin with a lowercase character. (capitalized-comments)
(#4221) 'ampmU' is assigned a value but never used. (no-unused-vars)
(#4235) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4239) Comments should not begin with a lowercase character. (capitalized-comments)
(#4239) Expected space or tab after '//' in comment. (spaced-comment)
(#4240) 'v' is defined but never used. (no-unused-vars)
(#4241) Expected space(s) after "if". (keyword-spacing)
(#4246) Operator '+' must be spaced. (space-infix-ops)
(#4246) Operator '+' must be spaced. (space-infix-ops)
(#4248) Expected space(s) after "if". (keyword-spacing)
(#4250) Function expected no return value. (consistent-return)
(#4254) Comments should not begin with a lowercase character. (capitalized-comments)
(#4254) Expected space or tab after '//' in comment. (spaced-comment)
(#4255) Expected space(s) after "if". (keyword-spacing)
(#4259) Comments should not begin with a lowercase character. (capitalized-comments)
(#4259) Expected space or tab after '//' in comment. (spaced-comment)
(#4260) Expected space(s) after "if". (keyword-spacing)
(#4261) Expected space or tab after '//' in comment. (spaced-comment)
(#4262) Expected space(s) after "if". (keyword-spacing)
(#4265) Operator '+' must be spaced. (space-infix-ops)
(#4271) Comments should not begin with a lowercase character. (capitalized-comments)
(#4271) Expected space or tab after '//' in comment. (spaced-comment)
(#4275) Expected space(s) after "if". (keyword-spacing)
(#4283) Expected space(s) after "if". (keyword-spacing)
(#4291) Comments should not begin with a lowercase character. (capitalized-comments)
(#4291) Expected space or tab after '//' in comment. (spaced-comment)
(#4294) Missing space before opening brace. (space-before-blocks)
(#4298) Expected space(s) after "if". (keyword-spacing)
(#4298) Expected { after 'if' condition. (curly)
(#4300) Expected space(s) after "if". (keyword-spacing)
(#4307) Expected space(s) after "if". (keyword-spacing)
(#4308) Comments should not begin with a lowercase character. (capitalized-comments)
(#4308) Expected space or tab after '//' in comment. (spaced-comment)
(#4310) Expected space(s) after "if". (keyword-spacing)
(#4316) Expected space(s) after "if". (keyword-spacing)
(#4317) Expected space or tab after '//' in comment. (spaced-comment)
(#4318) Expected space(s) after "if". (keyword-spacing)
(#4320) Expected space(s) after "if". (keyword-spacing)
(#4325) Expected space(s) after "if". (keyword-spacing)
(#4332) Comments should not begin with a lowercase character. (capitalized-comments)
(#4332) Expected space or tab after '//' in comment. (spaced-comment)
(#4333) Expected space(s) after "if". (keyword-spacing)
(#4333) Operator '+' must be spaced. (space-infix-ops)
(#4335) Expected space(s) after "if". (keyword-spacing)
(#4336) Operator '+' must be spaced. (space-infix-ops)
(#4339) Expected space(s) after "if". (keyword-spacing)
(#4340) Operator '+' must be spaced. (space-infix-ops)
(#4343) Operator '+' must be spaced. (space-infix-ops)
(#4347) Comments should not begin with a lowercase character. (capitalized-comments)
(#4356) Comments should not begin with a lowercase character. (capitalized-comments)
(#4360) Expected space(s) after "if". (keyword-spacing)
(#4361) Expected space(s) after "if". (keyword-spacing)
(#4364) Comments should not begin with a lowercase character. (capitalized-comments)
(#4364) Expected space or tab after '//' in comment. (spaced-comment)
(#4365) Expected space(s) after "if". (keyword-spacing)
(#4371) Expected space(s) after "if". (keyword-spacing)
(#4388) Comments should not begin with a lowercase character. (capitalized-comments)
(#4388) Expected space or tab after '//' in comment. (spaced-comment)
(#4391) Unexpected space before function parentheses. (space-before-function-paren)
(#4391) There should be no space after this paren. (space-in-parens)
(#4391) There should be no space before this paren. (space-in-parens)
(#4392) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4395) Comments should not begin with a lowercase character. (capitalized-comments)
(#4395) Expected space or tab after '//' in comment. (spaced-comment)
(#4396) Expected space(s) after "if". (keyword-spacing)
(#4400) Unexpected space before function parentheses. (space-before-function-paren)
(#4414) Comments should not begin with a lowercase character. (capitalized-comments)
(#4414) Expected space or tab after '//' in comment. (spaced-comment)
(#4416) Comments should not begin with a lowercase character. (capitalized-comments)
(#4416) Expected space or tab after '//' in comment. (spaced-comment)
(#4418) Comments should not begin with a lowercase character. (capitalized-comments)
(#4418) Expected space or tab after '//' in comment. (spaced-comment)
(#4425) Expected space or tab after '//' in comment. (spaced-comment)
(#4427) Comments should not begin with a lowercase character. (capitalized-comments)
(#4428) Comments should not begin with a lowercase character. (capitalized-comments)
(#4434) This line has a length of 148. Maximum allowed is 132. (max-len)
(#4470) Expected space or tab after '/*' in comment. (spaced-comment)
(#4472) Unexpected space before function parentheses. (space-before-function-paren)
(#4475) Unexpected space before function parentheses. (space-before-function-paren)
(#4478) Comments should not begin with a lowercase character. (capitalized-comments)
(#4478) Expected space or tab after '//' in comment. (spaced-comment)
(#4479) Expected space(s) after "if". (keyword-spacing)
(#4483) Comments should not begin with a lowercase character. (capitalized-comments)
(#4483) Expected space or tab after '//' in comment. (spaced-comment)
(#4486) Comments should not begin with a lowercase character. (capitalized-comments)
(#4486) Expected space or tab after '//' in comment. (spaced-comment)
(#4496) Unexpected space before function parentheses. (space-before-function-paren)
(#4499) Expected space(s) after "if". (keyword-spacing)
(#4503) Expected space(s) after "if". (keyword-spacing)
(#4506) Expected space or tab after '//' in comment. (spaced-comment)
(#4522) Expected space or tab after '//' in comment. (spaced-comment)
(#4554) Comments should not begin with a lowercase character. (capitalized-comments)
(#4561) Unexpected empty method 'autosubmit'. (no-empty-function)
(#4572) Missing space before value for key 'tpl'. (key-spacing)
(#4586) Missing space before value for key 'format'. (key-spacing)
(#4623) Expected space or tab after '//' in comment. (spaced-comment)
(#4633) Unexpected space before function parentheses. (space-before-function-paren)
(#4640) Expected space(s) after "if". (keyword-spacing)
(#4645) There should be no space after '{'. (object-curly-spacing)
(#4645) There should be no space before '}'. (object-curly-spacing)
(#4649) There should be no space after '{'. (object-curly-spacing)
(#4649) There should be no space before '}'. (object-curly-spacing)
(#4655) Comments should not begin with a lowercase character. (capitalized-comments)
(#4655) Expected space or tab after '//' in comment. (spaced-comment)
(#4658) Comments should not begin with a lowercase character. (capitalized-comments)
(#4658) Expected space or tab after '//' in comment. (spaced-comment)
(#4667) Unexpected space before function parentheses. (space-before-function-paren)
(#4670) Comments should not begin with a lowercase character. (capitalized-comments)
(#4670) Expected space or tab after '//' in comment. (spaced-comment)
(#4672) Multiple spaces found before '//jQuery metho...'. (no-multi-spaces)
(#4672) Comments should not begin with a lowercase character. (capitalized-comments)
(#4672) Expected space or tab after '//' in comment. (spaced-comment)
(#4673) Expected space or tab after '//' in comment. (spaced-comment)
(#4678) Comments should not begin with a lowercase character. (capitalized-comments)
(#4678) Expected space or tab after '//' in comment. (spaced-comment)
(#4683) Comments should not begin with a lowercase character. (capitalized-comments)
(#4683) Expected space or tab after '//' in comment. (spaced-comment)
(#4684) Expected space(s) after "if". (keyword-spacing)
(#4689) Comments should not begin with a lowercase character. (capitalized-comments)
(#4689) Expected space or tab after '//' in comment. (spaced-comment)
(#4690) Expected space(s) after "for". (keyword-spacing)
(#4691) Expected space(s) after "if". (keyword-spacing)
(#4699) Missing space before opening brace. (space-before-blocks)
(#4706) Comments should not begin with a lowercase character. (capitalized-comments)
(#4706) Expected space or tab after '//' in comment. (spaced-comment)
(#4707) Unexpected 'this'. (no-invalid-this)
(#4707) Unexpected 'this'. (no-invalid-this)
(#4708) Statement inside of curly braces should be on next line. (brace-style)
(#4708) Missing space before opening brace. (space-before-blocks)
(#4708) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4709) Statement inside of curly braces should be on next line. (brace-style)
(#4709) Missing space before opening brace. (space-before-blocks)
(#4709) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4716) Comments should not begin with a lowercase character. (capitalized-comments)
(#4716) Expected space or tab after '//' in comment. (spaced-comment)
(#4726) There should be no space after this paren. (space-in-parens)
(#4726) There should be no space after this paren. (space-in-parens)
(#4735) Comments should not begin with a lowercase character. (capitalized-comments)
(#4739) There should be no space after this paren. (space-in-parens)
(#4741) There should be no space before this paren. (space-in-parens)
(#4741) There should be no space before this paren. (space-in-parens)
(#4746) Expected space(s) after "switch". (keyword-spacing)
(#4784) Comments should not begin with a lowercase character. (capitalized-comments)
(#4787) This line has a length of 152. Maximum allowed is 132. (max-len)
(#4808) Unexpected space before function parentheses. (space-before-function-paren)
(#4811) Unexpected space before function parentheses. (space-before-function-paren)
(#4820) Comments should not begin with a lowercase character. (capitalized-comments)
(#4820) Expected space or tab after '//' in comment. (spaced-comment)
(#4821) Expected space(s) after "if". (keyword-spacing)
(#4825) Comments should not begin with a lowercase character. (capitalized-comments)
(#4825) Expected space or tab after '//' in comment. (spaced-comment)
(#4829) Comments should not begin with a lowercase character. (capitalized-comments)
(#4829) Expected space or tab after '//' in comment. (spaced-comment)
(#4830) Expected space or tab after '//' in comment. (spaced-comment)
(#4836) Unexpected space before function parentheses. (space-before-function-paren)
(#4839) Expected space or tab after '//' in comment. (spaced-comment)
(#4840) Expected space(s) after "if". (keyword-spacing)
(#4841) Missing space before opening brace. (space-before-blocks)
(#4844) Unexpected 'this'. (no-invalid-this)
(#4857) Expected space(s) after "if". (keyword-spacing)
(#4861) Comments should not begin with a lowercase character. (capitalized-comments)
(#4861) Expected space or tab after '//' in comment. (spaced-comment)
(#4865) Expected space(s) after "catch". (keyword-spacing)
(#4865) Empty block statement. (no-empty)
(#4875) Expected space(s) after "if". (keyword-spacing)
(#4879) Comments should not begin with a lowercase character. (capitalized-comments)
(#4879) Expected space or tab after '//' in comment. (spaced-comment)
(#4883) Expected space(s) after "catch". (keyword-spacing)
(#4883) Empty block statement. (no-empty)
(#4900) Unexpected empty method 'activate'. (no-empty-function)
(#4905) Comments should not begin with a lowercase character. (capitalized-comments)
(#4906) Expected space(s) after "if". (keyword-spacing)
(#4930) Missing space before value for key 'tpl'. (key-spacing)
(#4944) Missing space before value for key 'format'. (key-spacing)
(#4988) Comments should not begin with a lowercase character. (capitalized-comments)
(#4998) Unexpected space before function parentheses. (space-before-function-paren)
(#5001) Unexpected space before function parentheses. (space-before-function-paren)
(#5009) Unexpected space before function parentheses. (space-before-function-paren)
(#5010) Comments should not begin with a lowercase character. (capitalized-comments)
(#5032) Comments should not begin with a lowercase character. (capitalized-comments)
(#5032) Expected space or tab after '//' in comment. (spaced-comment)
(#5048) Comments should not begin with a lowercase character. (capitalized-comments)
(#5059) Comments should not begin with a lowercase character. (capitalized-comments)
mod/turnitintooltwo/jquery/moment.js
(#7) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Shadowing of global property 'undefined'. (no-shadow-restricted-names)
(#9) Expected space or tab after '/**' in comment. (spaced-comment)
(#16) 'global' is not defined. (no-undef)
(#35) Extra space after key '_i'. (key-spacing)
(#36) Extra space after key '_f'. (key-spacing)
(#37) Extra space after key '_l'. (key-spacing)
(#38) Extra space after key '_strict'. (key-spacing)
(#39) Extra space after key '_tzm'. (key-spacing)
(#40) Extra space after key '_isUTC'. (key-spacing)
(#41) Extra space after key '_offset'. (key-spacing)
(#41) Multiple spaces found before '// optional. C...'. (no-multi-spaces)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Extra space after key '_pf'. (key-spacing)
(#43) Extra space after key '_lang'. (key-spacing)
(#43) Multiple spaces found before '// optional'. (no-multi-spaces)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#47) 'module' is not defined. (no-undef)
(#50) Unnecessary escape character: \-. (no-useless-escape)
(#51) Unnecessary escape character: \-. (no-useless-escape)
(#51) Unnecessary escape character: \:. (no-useless-escape)
(#51) Unnecessary escape character: \:. (no-useless-escape)
(#55) This line has a length of 155. Maximum allowed is 132. (max-len)
(#58) This line has a length of 190. Maximum allowed is 132. (max-len)
(#58) Unnecessary escape character: \[. (no-useless-escape)
(#59) Unnecessary escape character: \[. (no-useless-escape)
(#61) Comments should not begin with a lowercase character. (capitalized-comments)
(#65) Unnecessary escape character: \-. (no-useless-escape)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#67) This line has a length of 225. Maximum allowed is 132. (max-len)
(#67) Unnecessary escape character: \/. (no-useless-escape)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Unnecessary escape character: \+. (no-useless-escape)
(#68) Unnecessary escape character: \-. (no-useless-escape)
(#70) Unnecessary escape character: \+. (no-useless-escape)
(#70) Unnecessary escape character: \-. (no-useless-escape)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#83) This line has a length of 159. Maximum allowed is 132. (max-len)
(#83) Unnecessary escape character: \+. (no-useless-escape)
(#83) Unnecessary escape character: \-. (no-useless-escape)
(#95) Comments should not begin with a lowercase character. (capitalized-comments)
(#103) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Unnecessary escape character: \+. (no-useless-escape)
(#104) Unnecessary escape character: \-. (no-useless-escape)
(#106) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) 'proxyGettersAndSetters' is assigned a value but never used. (no-unused-vars)
(#109) Extra space after key 'Milliseconds'. (key-spacing)
(#110) Extra space after key 'Seconds'. (key-spacing)
(#111) Extra space after key 'Minutes'. (key-spacing)
(#112) Extra space after key 'Hours'. (key-spacing)
(#113) Extra space after key 'Days'. (key-spacing)
(#114) Extra space after key 'Months'. (key-spacing)
(#115) Extra space after key 'Years'. (key-spacing)
(#119) Extra space after key 'ms'. (key-spacing)
(#120) Extra space after key 's'. (key-spacing)
(#121) Extra space after key 'm'. (key-spacing)
(#122) Extra space after key 'h'. (key-spacing)
(#123) Extra space after key 'd'. (key-spacing)
(#124) Extra space after key 'D'. (key-spacing)
(#125) Extra space after key 'w'. (key-spacing)
(#126) Extra space after key 'W'. (key-spacing)
(#127) Extra space after key 'M'. (key-spacing)
(#128) Extra space after key 'Q'. (key-spacing)
(#129) Extra space after key 'y'. (key-spacing)
(#130) Extra space after key 'DDD'. (key-spacing)
(#131) Extra space after key 'e'. (key-spacing)
(#132) Extra space after key 'E'. (key-spacing)
(#138) Extra space after key 'dayofyear'. (key-spacing)
(#139) Extra space after key 'isoweekday'. (key-spacing)
(#140) Extra space after key 'isoweek'. (key-spacing)
(#141) Extra space after key 'weekyear'. (key-spacing)
(#142) Extra space after key 'isoweekyear'. (key-spacing)
(#145) Comments should not begin with a lowercase character. (capitalized-comments)
(#148) Comments should not begin with a lowercase character. (capitalized-comments)
(#150) Multiple spaces found before '//seconds to m...'. (no-multi-spaces)
(#150) Comments should not begin with a lowercase character. (capitalized-comments)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Multiple spaces found before '//minutes to h...'. (no-multi-spaces)
(#151) Comments should not begin with a lowercase character. (capitalized-comments)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Multiple spaces found before '//hours to day...'. (no-multi-spaces)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#153) Multiple spaces found before '//days to mont...'. (no-multi-spaces)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Multiple spaces found before '//days to mont...'. (no-multi-spaces)
(#154) Comments should not begin with a lowercase character. (capitalized-comments)
(#154) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Multiple spaces found before '//days to year'. (no-multi-spaces)
(#155) Comments should not begin with a lowercase character. (capitalized-comments)
(#155) Expected space or tab after '//' in comment. (spaced-comment)
(#158) Comments should not begin with a lowercase character. (capitalized-comments)
(#163) Extra space after key 'M'. (key-spacing)
(#163) Unexpected space before function parentheses. (space-before-function-paren)
(#166) Extra space after key 'MMM'. (key-spacing)
(#166) Unexpected space before function parentheses. (space-before-function-paren)
(#169) Extra space after key 'MMMM'. (key-spacing)
(#169) Unexpected space before function parentheses. (space-before-function-paren)
(#172) Extra space after key 'D'. (key-spacing)
(#172) Unexpected space before function parentheses. (space-before-function-paren)
(#175) Extra space after key 'DDD'. (key-spacing)
(#175) Unexpected space before function parentheses. (space-before-function-paren)
(#178) Extra space after key 'd'. (key-spacing)
(#178) Unexpected space before function parentheses. (space-before-function-paren)
(#181) Extra space after key 'dd'. (key-spacing)
(#181) Unexpected space before function parentheses. (space-before-function-paren)
(#184) Extra space after key 'ddd'. (key-spacing)
(#184) Unexpected space before function parentheses. (space-before-function-paren)
(#187) Extra space after key 'dddd'. (key-spacing)
(#187) Unexpected space before function parentheses. (space-before-function-paren)
(#190) Extra space after key 'w'. (key-spacing)
(#190) Unexpected space before function parentheses. (space-before-function-paren)
(#193) Extra space after key 'W'. (key-spacing)
(#193) Unexpected space before function parentheses. (space-before-function-paren)
(#196) Extra space after key 'YY'. (key-spacing)
(#196) Unexpected space before function parentheses. (space-before-function-paren)
(#199) Extra space after key 'YYYY'. (key-spacing)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#202) Extra space after key 'YYYYY'. (key-spacing)
(#202) Unexpected space before function parentheses. (space-before-function-paren)
(#205) Extra space after key 'YYYYYY'. (key-spacing)
(#205) Unexpected space before function parentheses. (space-before-function-paren)
(#206) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#209) Extra space after key 'gg'. (key-spacing)
(#209) Unexpected space before function parentheses. (space-before-function-paren)
(#212) Extra space after key 'gggg'. (key-spacing)
(#212) Unexpected space before function parentheses. (space-before-function-paren)
(#215) Extra space after key 'ggggg'. (key-spacing)
(#215) Unexpected space before function parentheses. (space-before-function-paren)
(#218) Extra space after key 'GG'. (key-spacing)
(#218) Unexpected space before function parentheses. (space-before-function-paren)
(#221) Extra space after key 'GGGG'. (key-spacing)
(#221) Unexpected space before function parentheses. (space-before-function-paren)
(#224) Extra space after key 'GGGGG'. (key-spacing)
(#224) Unexpected space before function parentheses. (space-before-function-paren)
(#227) Extra space after key 'e'. (key-spacing)
(#227) Unexpected space before function parentheses. (space-before-function-paren)
(#230) Extra space after key 'E'. (key-spacing)
(#230) Unexpected space before function parentheses. (space-before-function-paren)
(#233) Extra space after key 'a'. (key-spacing)
(#233) Unexpected space before function parentheses. (space-before-function-paren)
(#236) Extra space after key 'A'. (key-spacing)
(#236) Unexpected space before function parentheses. (space-before-function-paren)
(#239) Extra space after key 'H'. (key-spacing)
(#239) Unexpected space before function parentheses. (space-before-function-paren)
(#242) Extra space after key 'h'. (key-spacing)
(#242) Unexpected space before function parentheses. (space-before-function-paren)
(#245) Extra space after key 'm'. (key-spacing)
(#245) Unexpected space before function parentheses. (space-before-function-paren)
(#248) Extra space after key 's'. (key-spacing)
(#248) Unexpected space before function parentheses. (space-before-function-paren)
(#251) Extra space after key 'S'. (key-spacing)
(#251) Unexpected space before function parentheses. (space-before-function-paren)
(#254) Extra space after key 'SS'. (key-spacing)
(#254) Unexpected space before function parentheses. (space-before-function-paren)
(#257) Extra space after key 'SSS'. (key-spacing)
(#257) Unexpected space before function parentheses. (space-before-function-paren)
(#260) Extra space after key 'SSSS'. (key-spacing)
(#260) Unexpected space before function parentheses. (space-before-function-paren)
(#263) Extra space after key 'Z'. (key-spacing)
(#263) Unexpected space before function parentheses. (space-before-function-paren)
(#272) Extra space after key 'ZZ'. (key-spacing)
(#272) Unexpected space before function parentheses. (space-before-function-paren)
(#281) Extra space after key 'z'. (key-spacing)
(#281) Unexpected space before function parentheses. (space-before-function-paren)
(#284) Extra space after key 'zz'. (key-spacing)
(#284) Unexpected space before function parentheses. (space-before-function-paren)
(#287) Extra space after key 'X'. (key-spacing)
(#287) Unexpected space before function parentheses. (space-before-function-paren)
(#290) Extra space after key 'Q'. (key-spacing)
(#290) Unexpected space before function parentheses. (space-before-function-paren)
(#301) Use '===' to compare with null. (no-eq-null)
(#302) Do not nest ternary expressions. (no-nested-ternary)
(#302) Use '===' to compare with null. (no-eq-null)
(#302) Use '===' to compare with null. (no-eq-null)
(#311) Extra space after key 'empty'. (key-spacing)
(#312) Extra space after key 'unusedTokens'. (key-spacing)
(#313) Extra space after key 'unusedInput'. (key-spacing)
(#314) Extra space after key 'overflow'. (key-spacing)
(#315) Extra space after key 'charsLeftOver'. (key-spacing)
(#316) Extra space after key 'nullInput'. (key-spacing)
(#317) Extra space after key 'invalidMonth'. (key-spacing)
(#318) Extra space after key 'invalidFormat'. (key-spacing)
(#319) Extra space after key 'userInvalidated'. (key-spacing)
(#328) Unexpected console statement. (no-console)
(#329) Unexpected console statement. (no-console)
(#332) Unexpected space before function parentheses. (space-before-function-paren)
(#342) Unexpected space before function parentheses. (space-before-function-paren)
(#347) Unexpected space before function parentheses. (space-before-function-paren)
(#363) Expected space or tab after '/**' in comment. (spaced-comment)
(#367) Unexpected empty function 'Language'. (no-empty-function)
(#390) Comments should not begin with a lowercase character. (capitalized-comments)
(#411) Expected space or tab after '/**' in comment. (spaced-comment)
(#435) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#453) Comments should not begin with a lowercase character. (capitalized-comments)
(#462) Do not nest ternary expressions. (no-nested-ternary)
(#465) Comments should not begin with a lowercase character. (capitalized-comments)
(#470) Use '===' to compare with null. (no-eq-null)
(#486) Comments should not begin with a lowercase character. (capitalized-comments)
(#492) Multiple spaces found before 'Object'. (no-multi-spaces)
(#496) Comments should not begin with a lowercase character. (capitalized-comments)
(#542) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#546) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#551) Unexpected space before function parentheses. (space-before-function-paren)
(#561) Unexpected space before function parentheses. (space-before-function-paren)
(#566) Use '===' to compare with null. (no-eq-null)
(#568) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#613) Do not nest ternary expressions. (no-nested-ternary)
(#614) Do not nest ternary expressions. (no-nested-ternary)
(#615) Do not nest ternary expressions. (no-nested-ternary)
(#616) Do not nest ternary expressions. (no-nested-ternary)
(#617) Do not nest ternary expressions. (no-nested-ternary)
(#630) Use '===' to compare with null. (no-eq-null)
(#658) Expected space or tab after '/**' in comment. (spaced-comment)
(#665) Extra space after key 'set'. (key-spacing)
(#665) Unexpected space before function parentheses. (space-before-function-paren)
(#677) Extra space after key '_months'. (key-spacing)
(#678) Extra space after key 'months'. (key-spacing)
(#678) Unexpected space before function parentheses. (space-before-function-paren)
(#682) Extra space after key '_monthsShort'. (key-spacing)
(#683) Extra space after key 'monthsShort'. (key-spacing)
(#683) Unexpected space before function parentheses. (space-before-function-paren)
(#687) Extra space after key 'monthsParse'. (key-spacing)
(#687) Expected to return a value at the end of method 'monthsParse'. (consistent-return)
(#687) Unexpected space before function parentheses. (space-before-function-paren)
(#695) Comments should not begin with a lowercase character. (capitalized-comments)
(#701) Comments should not begin with a lowercase character. (capitalized-comments)
(#708) Extra space after key '_weekdays'. (key-spacing)
(#709) Extra space after key 'weekdays'. (key-spacing)
(#709) Unexpected space before function parentheses. (space-before-function-paren)
(#713) Extra space after key '_weekdaysShort'. (key-spacing)
(#714) Extra space after key 'weekdaysShort'. (key-spacing)
(#714) Unexpected space before function parentheses. (space-before-function-paren)
(#718) Extra space after key '_weekdaysMin'. (key-spacing)
(#719) Extra space after key 'weekdaysMin'. (key-spacing)
(#719) Unexpected space before function parentheses. (space-before-function-paren)
(#723) Extra space after key 'weekdaysParse'. (key-spacing)
(#723) Expected to return a value at the end of method 'weekdaysParse'. (consistent-return)
(#723) Unexpected space before function parentheses. (space-before-function-paren)
(#731) Comments should not begin with a lowercase character. (capitalized-comments)
(#737) Comments should not begin with a lowercase character. (capitalized-comments)
(#744) Extra space after key '_longDateFormat'. (key-spacing)
(#745) Extra space after key 'LT'. (key-spacing)
(#746) Extra space after key 'L'. (key-spacing)
(#747) Extra space after key 'LL'. (key-spacing)
(#748) Extra space after key 'LLL'. (key-spacing)
(#749) Extra space after key 'LLLL'. (key-spacing)
(#751) Extra space after key 'longDateFormat'. (key-spacing)
(#751) Unexpected space before function parentheses. (space-before-function-paren)
(#754) Unexpected space before function parentheses. (space-before-function-paren)
(#762) Extra space after key 'isPM'. (key-spacing)
(#762) Unexpected space before function parentheses. (space-before-function-paren)
(#768) Extra space after key '_meridiemParse'. (key-spacing)
(#769) Extra space after key 'meridiem'. (key-spacing)
(#769) Unexpected space before function parentheses. (space-before-function-paren)
(#777) Extra space after key '_calendar'. (key-spacing)
(#778) Extra space after key 'sameDay'. (key-spacing)
(#779) Extra space after key 'nextDay'. (key-spacing)
(#780) Extra space after key 'nextWeek'. (key-spacing)
(#781) Extra space after key 'lastDay'. (key-spacing)
(#782) Extra space after key 'lastWeek'. (key-spacing)
(#783) Extra space after key 'sameElse'. (key-spacing)
(#785) Extra space after key 'calendar'. (key-spacing)
(#785) Unexpected space before function parentheses. (space-before-function-paren)
(#790) Extra space after key '_relativeTime'. (key-spacing)
(#791) Extra space after key 'future'. (key-spacing)
(#792) Extra space after key 'past'. (key-spacing)
(#793) Extra space after key 's'. (key-spacing)
(#794) Extra space after key 'm'. (key-spacing)
(#795) Extra space after key 'mm'. (key-spacing)
(#796) Extra space after key 'h'. (key-spacing)
(#797) Extra space after key 'hh'. (key-spacing)
(#798) Extra space after key 'd'. (key-spacing)
(#799) Extra space after key 'dd'. (key-spacing)
(#800) Extra space after key 'M'. (key-spacing)
(#801) Extra space after key 'MM'. (key-spacing)
(#802) Extra space after key 'y'. (key-spacing)
(#803) Extra space after key 'yy'. (key-spacing)
(#805) Extra space after key 'relativeTime'. (key-spacing)
(#805) Unexpected space before function parentheses. (space-before-function-paren)
(#811) Extra space after key 'pastFuture'. (key-spacing)
(#811) Unexpected space before function parentheses. (space-before-function-paren)
(#816) Extra space after key 'ordinal'. (key-spacing)
(#816) Unexpected space before function parentheses. (space-before-function-paren)
(#819) Extra space after key '_ordinal'. (key-spacing)
(#821) Extra space after key 'preparse'. (key-spacing)
(#821) Unexpected space before function parentheses. (space-before-function-paren)
(#825) Extra space after key 'postformat'. (key-spacing)
(#825) Unexpected space before function parentheses. (space-before-function-paren)
(#829) Extra space after key 'week'. (key-spacing)
(#829) Unexpected space before function parentheses. (space-before-function-paren)
(#833) Extra space after key '_week'. (key-spacing)
(#834) Extra space after key 'dow'. (key-spacing)
(#835) Extra space after key 'doy'. (key-spacing)
(#835) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#839) Unexpected space before function parentheses. (space-before-function-paren)
(#869) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#870) Unexpected space before function parentheses. (space-before-function-paren)
(#874) Empty block statement. (no-empty)
(#884) Comments should not begin with a lowercase character. (capitalized-comments)
(#884) Expected space or tab after '//' in comment. (spaced-comment)
(#892) Comments should not begin with a lowercase character. (capitalized-comments)
(#892) Expected space or tab after '//' in comment. (spaced-comment)
(#893) Expected space or tab after '//' in comment. (spaced-comment)
(#894) This line has a length of 134. Maximum allowed is 132. (max-len)
(#894) Expected space or tab after '//' in comment. (spaced-comment)
(#906) Comments should not begin with a lowercase character. (capitalized-comments)
(#906) Expected space or tab after '//' in comment. (spaced-comment)
(#916) Expected space or tab after '/**' in comment. (spaced-comment)
(#929) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#939) Unexpected space before function parentheses. (space-before-function-paren)
(#948) Comments should not begin with a lowercase character. (capitalized-comments)
(#982) Expected space or tab after '/**' in comment. (spaced-comment)
(#988) Function 'getParseRegexForToken' has a complexity of 58. Maximum allowed is 20. (complexity)
(#989) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1009) Statement inside of curly braces should be on next line. (brace-style)
(#1009) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1010) Comments should not begin with a lowercase character. (capitalized-comments)
(#1012) Statement inside of curly braces should be on next line. (brace-style)
(#1012) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1013) Comments should not begin with a lowercase character. (capitalized-comments)
(#1015) Statement inside of curly braces should be on next line. (brace-style)
(#1015) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1016) Comments should not begin with a lowercase character. (capitalized-comments)
(#1079) Comments should not begin with a lowercase character. (capitalized-comments)
(#1080) Function 'addTimeToArrayFromToken' has a complexity of 58. Maximum allowed is 20. (complexity)
(#1081) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1086) Use '===' to compare with null. (no-eq-null)
(#1091) Comments should not begin with a lowercase character. (capitalized-comments)
(#1093) Use '===' to compare with null. (no-eq-null)
(#1097) Comments should not begin with a lowercase character. (capitalized-comments)
(#1100) Comments should not begin with a lowercase character. (capitalized-comments)
(#1101) Use '===' to compare with null. (no-eq-null)
(#1108) Comments should not begin with a lowercase character. (capitalized-comments)
(#1110) Use '===' to compare with null. (no-eq-null)
(#1115) Use '===' to compare with null. (no-eq-null)
(#1120) Comments should not begin with a lowercase character. (capitalized-comments)
(#1122) Use '===' to compare with null. (no-eq-null)
(#1137) Comments should not begin with a lowercase character. (capitalized-comments)
(#1142) Comments should not begin with a lowercase character. (capitalized-comments)
(#1143) Comments should not begin with a lowercase character. (capitalized-comments)
(#1144) Comments should not begin with a lowercase character. (capitalized-comments)
(#1149) Comments should not begin with a lowercase character. (capitalized-comments)
(#1154) Comments should not begin with a lowercase character. (capitalized-comments)
(#1170) Comments should not begin with a lowercase character. (capitalized-comments)
(#1181) Use '===' to compare with null. (no-eq-null)
(#1183) ["d"] is better written in dot notation. (dot-notation)
(#1197) Comments should not begin with a lowercase character. (capitalized-comments)
(#1218) Use '===' to compare with null. (no-eq-null)
(#1218) Use '===' to compare with null. (no-eq-null)
(#1218) Use '===' to compare with null. (no-eq-null)
(#1237) Use '===' to compare with null. (no-eq-null)
(#1238) Comments should not begin with a lowercase character. (capitalized-comments)
(#1243) Use '===' to compare with null. (no-eq-null)
(#1244) Comments should not begin with a lowercase character. (capitalized-comments)
(#1247) Comments should not begin with a lowercase character. (capitalized-comments)
(#1262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1262) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1270) Comments should not begin with a lowercase character. (capitalized-comments)
(#1270) Expected space or tab after '//' in comment. (spaced-comment)
(#1271) Use '===' to compare with null. (no-eq-null)
(#1271) Use '===' to compare with null. (no-eq-null)
(#1293) Use '===' to compare with null. (no-eq-null)
(#1299) Do not nest ternary expressions. (no-nested-ternary)
(#1299) Use '===' to compare with null. (no-eq-null)
(#1305) Use '===' to compare with null. (no-eq-null)
(#1344) Comments should not begin with a lowercase character. (capitalized-comments)
(#1375) Comments should not begin with a lowercase character. (capitalized-comments)
(#1379) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1384) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1390) Comments should not begin with a lowercase character. (capitalized-comments)
(#1396) Comments should not begin with a lowercase character. (capitalized-comments)
(#1400) Comments should not begin with a lowercase character. (capitalized-comments)
(#1410) Unnecessary escape character: \[. (no-useless-escape)
(#1410) Unexpected space before function parentheses. (space-before-function-paren)
(#1417) Unnecessary escape character: \/. (no-useless-escape)
(#1420) Comments should not begin with a lowercase character. (capitalized-comments)
(#1446) Comments should not begin with a lowercase character. (capitalized-comments)
(#1449) Comments should not begin with a lowercase character. (capitalized-comments)
(#1449) Expected space or tab after '//' in comment. (spaced-comment)
(#1454) Use '===' to compare with null. (no-eq-null)
(#1463) Comments should not begin with a lowercase character. (capitalized-comments)
(#1473) Comments should not begin with a lowercase character. (capitalized-comments)
(#1493) Comments should not begin with a lowercase character. (capitalized-comments)
(#1517) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1519) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1520) Comments should not begin with a lowercase character. (capitalized-comments)
(#1528) Comments should not begin with a lowercase character. (capitalized-comments)
(#1528) Expected space or tab after '//' in comment. (spaced-comment)
(#1529) Expected space or tab after '//' in comment. (spaced-comment)
(#1532) Comments should not begin with a lowercase character. (capitalized-comments)
(#1532) Expected space or tab after '//' in comment. (spaced-comment)
(#1551) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1562) Expected space or tab after '/**' in comment. (spaced-comment)
(#1572) Function 'relativeTime' has a complexity of 21. Maximum allowed is 20. (complexity)
(#1578) Multiple spaces found before '&&'. (no-multi-spaces)
(#1595) Expected space or tab after '/**' in comment. (spaced-comment)
(#1628) Expected space or tab after '//' in comment. (spaced-comment)
(#1630) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1633) Use '===' to compare with null. (no-eq-null)
(#1639) Multiple spaces found before 'dayOfYear'. (no-multi-spaces)
(#1643) Expected space or tab after '/**' in comment. (spaced-comment)
(#1676) Unexpected space before function parentheses. (space-before-function-paren)
(#1679) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1683) Comments should not begin with a lowercase character. (capitalized-comments)
(#1704) Unexpected space before function parentheses. (space-before-function-paren)
(#1730) Unexpected space before function parentheses. (space-before-function-paren)
(#1736) Unexpected space before function parentheses. (space-before-function-paren)
(#1742) Comments should not begin with a lowercase character. (capitalized-comments)
(#1743) Unexpected space before function parentheses. (space-before-function-paren)
(#1746) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1750) Comments should not begin with a lowercase character. (capitalized-comments)
(#1765) Comments should not begin with a lowercase character. (capitalized-comments)
(#1766) Unexpected space before function parentheses. (space-before-function-paren)
(#1770) Comments should not begin with a lowercase character. (capitalized-comments)
(#1771) Unexpected space before function parentheses. (space-before-function-paren)
(#1773) Comments should not begin with a lowercase character. (capitalized-comments)
(#1792) Redundant double negation. (no-extra-boolean-cast)
(#1802) Redundant double negation. (no-extra-boolean-cast)
(#1804) Unexpected space before function parentheses. (space-before-function-paren)
(#1809) Comments should not begin with a lowercase character. (capitalized-comments)
(#1832) Comments should not begin with a lowercase character. (capitalized-comments)
(#1835) Comments should not begin with a lowercase character. (capitalized-comments)
(#1838) Comments should not begin with a lowercase character. (capitalized-comments)
(#1839) Unexpected space before function parentheses. (space-before-function-paren)
(#1839) Unexpected empty function. (no-empty-function)
(#1847) Unexpected space before function parentheses. (space-before-function-paren)
(#1847) Unexpected empty function. (no-empty-function)
(#1861) Unexpected space before function parentheses. (space-before-function-paren)
(#1878) Comments should not begin with a lowercase character. (capitalized-comments)
(#1879) Unexpected space before function parentheses. (space-before-function-paren)
(#1886) Comments should not begin with a lowercase character. (capitalized-comments)
(#1887) Unexpected space before function parentheses. (space-before-function-paren)
(#1889) Use '===' to compare with null. (no-eq-null)
(#1889) Multiple spaces found before 'obj'. (no-multi-spaces)
(#1892) Comments should not begin with a lowercase character. (capitalized-comments)
(#1893) Unexpected space before function parentheses. (space-before-function-paren)
(#1901) Unexpected space before function parentheses. (space-before-function-paren)
(#1905) Unexpected space before function parentheses. (space-before-function-paren)
(#1907) Use '===' to compare with null. (no-eq-null)
(#1909) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1917) Unexpected space before function parentheses. (space-before-function-paren)
(#1921) Unexpected space before function parentheses. (space-before-function-paren)
(#1925) Expected space or tab after '/**' in comment. (spaced-comment)
(#1932) Extra space after key 'clone'. (key-spacing)
(#1932) Unexpected space before function parentheses. (space-before-function-paren)
(#1936) Extra space after key 'valueOf'. (key-spacing)
(#1936) Unexpected space before function parentheses. (space-before-function-paren)
(#1940) Extra space after key 'unix'. (key-spacing)
(#1940) Unexpected space before function parentheses. (space-before-function-paren)
(#1944) Extra space after key 'toString'. (key-spacing)
(#1944) Unexpected space before function parentheses. (space-before-function-paren)
(#1948) Extra space after key 'toDate'. (key-spacing)
(#1948) Unexpected space before function parentheses. (space-before-function-paren)
(#1952) Extra space after key 'toISOString'. (key-spacing)
(#1952) Unexpected space before function parentheses. (space-before-function-paren)
(#1961) Extra space after key 'toArray'. (key-spacing)
(#1961) Unexpected space before function parentheses. (space-before-function-paren)
(#1974) Extra space after key 'isValid'. (key-spacing)
(#1974) Unexpected space before function parentheses. (space-before-function-paren)
(#1978) Extra space after key 'isDSTShifted'. (key-spacing)
(#1978) Unexpected space before function parentheses. (space-before-function-paren)
(#1981) This line has a length of 133. Maximum allowed is 132. (max-len)
(#1987) Extra space after key 'parsingFlags'. (key-spacing)
(#1987) Unexpected space before function parentheses. (space-before-function-paren)
(#1991) Unexpected space before function parentheses. (space-before-function-paren)
(#1995) Extra space after key 'utc'. (key-spacing)
(#1995) Unexpected space before function parentheses. (space-before-function-paren)
(#1999) Extra space after key 'local'. (key-spacing)
(#1999) Unexpected space before function parentheses. (space-before-function-paren)
(#2005) Extra space after key 'format'. (key-spacing)
(#2005) Unexpected space before function parentheses. (space-before-function-paren)
(#2010) Extra space after key 'add'. (key-spacing)
(#2010) Unexpected space before function parentheses. (space-before-function-paren)
(#2012) Comments should not begin with a lowercase character. (capitalized-comments)
(#2024) Extra space after key 'subtract'. (key-spacing)
(#2024) Unexpected space before function parentheses. (space-before-function-paren)
(#2026) Comments should not begin with a lowercase character. (capitalized-comments)
(#2038) Extra space after key 'diff'. (key-spacing)
(#2038) Unexpected space before function parentheses. (space-before-function-paren)
(#2046) Comments should not begin with a lowercase character. (capitalized-comments)
(#2050) Comments should not begin with a lowercase character. (capitalized-comments)
(#2054) Comments should not begin with a lowercase character. (capitalized-comments)
(#2062) Do not nest ternary expressions. (no-nested-ternary)
(#2063) Do not nest ternary expressions. (no-nested-ternary)
(#2064) Do not nest ternary expressions. (no-nested-ternary)
(#2065) Do not nest ternary expressions. (no-nested-ternary)
(#2072) Extra space after key 'from'. (key-spacing)
(#2072) Unexpected space before function parentheses. (space-before-function-paren)
(#2076) Extra space after key 'fromNow'. (key-spacing)
(#2076) Unexpected space before function parentheses. (space-before-function-paren)
(#2080) Extra space after key 'calendar'. (key-spacing)
(#2080) Unexpected space before function parentheses. (space-before-function-paren)
(#2086) Do not nest ternary expressions. (no-nested-ternary)
(#2087) Do not nest ternary expressions. (no-nested-ternary)
(#2088) Do not nest ternary expressions. (no-nested-ternary)
(#2089) Do not nest ternary expressions. (no-nested-ternary)
(#2090) Do not nest ternary expressions. (no-nested-ternary)
(#2095) Extra space after key 'isLeapYear'. (key-spacing)
(#2095) Unexpected space before function parentheses. (space-before-function-paren)
(#2099) Extra space after key 'isDST'. (key-spacing)
(#2099) Unexpected space before function parentheses. (space-before-function-paren)
(#2104) Extra space after key 'day'. (key-spacing)
(#2104) Unexpected space before function parentheses. (space-before-function-paren)
(#2106) Use '===' to compare with null. (no-eq-null)
(#2108) There should be no space after '{'. (object-curly-spacing)
(#2108) Extra space after key 'd'. (key-spacing)
(#2108) There should be no space before '}'. (object-curly-spacing)
(#2114) Extra space after key 'month'. (key-spacing)
(#2116) Unexpected space before function parentheses. (space-before-function-paren)
(#2118) Comments should not begin with a lowercase character. (capitalized-comments)
(#2123) Comments should not begin with a lowercase character. (capitalized-comments)
(#2127) Comments should not begin with a lowercase character. (capitalized-comments)
(#2132) Comments should not begin with a lowercase character. (capitalized-comments)
(#2135) Comments should not begin with a lowercase character. (capitalized-comments)
(#2138) Comments should not begin with a lowercase character. (capitalized-comments)
(#2141) Comments should not begin with a lowercase character. (capitalized-comments)
(#2144) Comments should not begin with a lowercase character. (capitalized-comments)
(#2151) Comments should not begin with a lowercase character. (capitalized-comments)
(#2159) Unexpected space before function parentheses. (space-before-function-paren)
(#2164) Unexpected space before function parentheses. (space-before-function-paren)
(#2169) Unexpected space before function parentheses. (space-before-function-paren)
(#2174) Unexpected space before function parentheses. (space-before-function-paren)
(#2181) Unexpected space before function parentheses. (space-before-function-paren)
(#2189) Unexpected space before function parentheses. (space-before-function-paren)
(#2195) Comments should not begin with a lowercase character. (capitalized-comments)
(#2205) Extra space after key 'zone'. (key-spacing)
(#2205) Unexpected space before function parentheses. (space-before-function-paren)
(#2207) Use '===' to compare with null. (no-eq-null)
(#2232) Extra space after key 'zoneAbbr'. (key-spacing)
(#2232) Unexpected space before function parentheses. (space-before-function-paren)
(#2236) Extra space after key 'zoneName'. (key-spacing)
(#2236) Unexpected space before function parentheses. (space-before-function-paren)
(#2240) Extra space after key 'parseZone'. (key-spacing)
(#2240) Unexpected space before function parentheses. (space-before-function-paren)
(#2249) Extra space after key 'hasAlignedHourOffset'. (key-spacing)
(#2249) Unexpected space before function parentheses. (space-before-function-paren)
(#2252) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2260) Extra space after key 'daysInMonth'. (key-spacing)
(#2260) Unexpected space before function parentheses. (space-before-function-paren)
(#2264) Extra space after key 'dayOfYear'. (key-spacing)
(#2264) Unexpected space before function parentheses. (space-before-function-paren)
(#2266) Use '===' to compare with null. (no-eq-null)
(#2269) Extra space after key 'quarter'. (key-spacing)
(#2269) Unexpected space before function parentheses. (space-before-function-paren)
(#2270) Use '===' to compare with null. (no-eq-null)
(#2273) Extra space after key 'weekYear'. (key-spacing)
(#2273) Unexpected space before function parentheses. (space-before-function-paren)
(#2275) Use '===' to compare with null. (no-eq-null)
(#2278) Extra space after key 'isoWeekYear'. (key-spacing)
(#2278) Unexpected space before function parentheses. (space-before-function-paren)
(#2280) Use '===' to compare with null. (no-eq-null)
(#2283) Extra space after key 'week'. (key-spacing)
(#2283) Unexpected space before function parentheses. (space-before-function-paren)
(#2285) Use '===' to compare with null. (no-eq-null)
(#2288) Extra space after key 'isoWeek'. (key-spacing)
(#2288) Unexpected space before function parentheses. (space-before-function-paren)
(#2290) Use '===' to compare with null. (no-eq-null)
(#2293) Extra space after key 'weekday'. (key-spacing)
(#2293) Unexpected space before function parentheses. (space-before-function-paren)
(#2295) Use '===' to compare with null. (no-eq-null)
(#2298) Extra space after key 'isoWeekday'. (key-spacing)
(#2298) Unexpected space before function parentheses. (space-before-function-paren)
(#2299) Comments should not begin with a lowercase character. (capitalized-comments)
(#2302) Use '===' to compare with null. (no-eq-null)
(#2305) Extra space after key 'isoWeeksInYear'. (key-spacing)
(#2305) Unexpected space before function parentheses. (space-before-function-paren)
(#2309) Extra space after key 'weeksInYear'. (key-spacing)
(#2309) Unexpected space before function parentheses. (space-before-function-paren)
(#2314) Extra space after key 'get'. (key-spacing)
(#2314) Unexpected space before function parentheses. (space-before-function-paren)
(#2319) Extra space after key 'set'. (key-spacing)
(#2319) Unexpected space before function parentheses. (space-before-function-paren)
(#2330) Extra space after key 'lang'. (key-spacing)
(#2330) Unexpected space before function parentheses. (space-before-function-paren)
(#2371) Unexpected space before function parentheses. (space-before-function-paren)
(#2372) Use '===' to compare with null. (no-eq-null)
(#2390) Comments should not begin with a lowercase character. (capitalized-comments)
(#2396) Comments should not begin with a lowercase character. (capitalized-comments)
(#2403) Comments should not begin with a lowercase character. (capitalized-comments)
(#2406) Expected space or tab after '/**' in comment. (spaced-comment)
(#2412) Extra space after key '_bubble'. (key-spacing)
(#2412) Unexpected space before function parentheses. (space-before-function-paren)
(#2442) Extra space after key 'weeks'. (key-spacing)
(#2442) Unexpected space before function parentheses. (space-before-function-paren)
(#2446) Extra space after key 'valueOf'. (key-spacing)
(#2446) Unexpected space before function parentheses. (space-before-function-paren)
(#2453) Extra space after key 'humanize'. (key-spacing)
(#2453) Unexpected space before function parentheses. (space-before-function-paren)
(#2464) Extra space after key 'add'. (key-spacing)
(#2464) Unexpected space before function parentheses. (space-before-function-paren)
(#2465) Comments should not begin with a lowercase character. (capitalized-comments)
(#2477) Extra space after key 'subtract'. (key-spacing)
(#2477) Unexpected space before function parentheses. (space-before-function-paren)
(#2489) Extra space after key 'get'. (key-spacing)
(#2489) Unexpected space before function parentheses. (space-before-function-paren)
(#2494) Extra space after key 'as'. (key-spacing)
(#2494) Unexpected space before function parentheses. (space-before-function-paren)
(#2499) Extra space after key 'lang'. (key-spacing)
(#2501) Extra space after key 'toIsoString'. (key-spacing)
(#2501) Unexpected space before function parentheses. (space-before-function-paren)
(#2502) Comments should not begin with a lowercase character. (capitalized-comments)
(#2511) Comments should not begin with a lowercase character. (capitalized-comments)
(#2529) Unexpected space before function parentheses. (space-before-function-paren)
(#2535) Unexpected space before function parentheses. (space-before-function-paren)
(#2548) Unexpected space before function parentheses. (space-before-function-paren)
(#2552) Expected space or tab after '/**' in comment. (spaced-comment)
(#2558) Extra space after key 'ordinal'. (key-spacing)
(#2558) Unexpected space before function parentheses. (space-before-function-paren)
(#2560) Do not nest ternary expressions. (no-nested-ternary)
(#2561) Do not nest ternary expressions. (no-nested-ternary)
(#2562) Do not nest ternary expressions. (no-nested-ternary)
(#2570) Expected space or tab after '/**' in comment. (spaced-comment)
(#2575) Expected space or tab after '/*' in comment. (spaced-comment)
(#2593) 'module' is not defined. (no-undef)
(#2595) Unexpected space before function parentheses. (space-before-function-paren)
(#2597) Comments should not begin with a lowercase character. (capitalized-comments)
mod/turnitintooltwo/jquery/turnitintooltwo-2024120301.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Function has a complexity of 115. Maximum allowed is 20. (complexity)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#27) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#38) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#39) Unexpected confirm. (no-alert)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#54) 'window.location.href' is assigned to itself. (no-self-assign)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Identifier 'part_id' is not in camel case. (camelcase)
(#66) Identifier 'student_id' is not in camel case. (camelcase)
(#67) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#67) Unnecessary escape character: \'. (no-useless-escape)
(#69) Unexpected confirm. (no-alert)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#107) There should be no space after '{'. (object-curly-spacing)
(#107) There should be no space before '}'. (object-curly-spacing)
(#121) Unexpected space before function parentheses. (space-before-function-paren)
(#123) There should be no space after '{'. (object-curly-spacing)
(#123) There should be no space before '}'. (object-curly-spacing)
(#128) There should be no space after '{'. (object-curly-spacing)
(#128) There should be no space before '}'. (object-curly-spacing)
(#139) There should be no space after '{'. (object-curly-spacing)
(#139) There should be no space before '}'. (object-curly-spacing)
(#153) Unexpected space before function parentheses. (space-before-function-paren)
(#155) There should be no space after '{'. (object-curly-spacing)
(#155) There should be no space before '}'. (object-curly-spacing)
(#160) There should be no space after '{'. (object-curly-spacing)
(#160) There should be no space before '}'. (object-curly-spacing)
(#168) Unexpected space before function parentheses. (space-before-function-paren)
(#184) Unexpected space before function parentheses. (space-before-function-paren)
(#193) Unexpected space before function parentheses. (space-before-function-paren)
(#193) There should be no space after this paren. (space-in-parens)
(#193) There should be no space before this paren. (space-in-parens)
(#196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#205) There should be no space after this paren. (space-in-parens)
(#205) There should be no space after '['. (array-bracket-spacing)
(#205) There should be no space before ']'. (array-bracket-spacing)
(#205) There should be no space before this paren. (space-in-parens)
(#219) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#221) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#222) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#223) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#224) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#225) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#227) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#228) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#242) Unexpected space before function parentheses. (space-before-function-paren)
(#257) There should be no space after '{'. (object-curly-spacing)
(#257) There should be no space before '}'. (object-curly-spacing)
(#258) There should be no space after '{'. (object-curly-spacing)
(#258) There should be no space before '}'. (object-curly-spacing)
(#260) 'dataTablesLang' declared on line 220 column 17 is used outside of binding context. (block-scoped-var)
(#261) Unexpected space before function parentheses. (space-before-function-paren)
(#266) There should be no space after '{'. (object-curly-spacing)
(#266) There should be no space before '}'. (object-curly-spacing)
(#267) Unexpected space before function parentheses. (space-before-function-paren)
(#270) Unexpected space before function parentheses. (space-before-function-paren)
(#270) 'data' is defined but never used. (no-unused-vars)
(#270) 'response' is defined but never used. (no-unused-vars)
(#272) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#285) This line has a length of 153. Maximum allowed is 132. (max-len)
(#289) 'multipleParts' is assigned a value but never used. (no-unused-vars)
(#292) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#292) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#292) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#293) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#294) There should be no space after '{'. (object-curly-spacing)
(#294) There should be no space before '}'. (object-curly-spacing)
(#296) Comments should not begin with a lowercase character. (capitalized-comments)
(#297) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#298) There should be no space after '{'. (object-curly-spacing)
(#298) There should be no space before '}'. (object-curly-spacing)
(#300) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#301) There should be no space after '{'. (object-curly-spacing)
(#301) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#301) There should be no space before '}'. (object-curly-spacing)
(#303) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#304) There should be no space after '{'. (object-curly-spacing)
(#304) There should be no space before '}'. (object-curly-spacing)
(#306) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#306) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#306) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#306) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#307) There should be no space after '{'. (object-curly-spacing)
(#307) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#307) There should be no space before '}'. (object-curly-spacing)
(#309) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#309) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#310) There should be no space after '{'. (object-curly-spacing)
(#310) There should be no space before '}'. (object-curly-spacing)
(#312) Comments should not begin with a lowercase character. (capitalized-comments)
(#312) Trailing spaces not allowed. (no-trailing-spaces)
(#313) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#314) There should be no space after '{'. (object-curly-spacing)
(#314) There should be no space before '}'. (object-curly-spacing)
(#315) Trailing spaces not allowed. (no-trailing-spaces)
(#316) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#316) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#317) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#318) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#319) There should be no space after '{'. (object-curly-spacing)
(#319) There should be no space before '}'. (object-curly-spacing)
(#321) This line has a length of 154. Maximum allowed is 132. (max-len)
(#321) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#321) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#321) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#321) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#321) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#321) 'i' declared on line 328 column 22 is used outside of binding context. (block-scoped-var)
(#322) There should be no space after '{'. (object-curly-spacing)
(#322) There should be no space before '}'. (object-curly-spacing)
(#326) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#328) 'i' is already defined. (no-redeclare)
(#328) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#328) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#328) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#329) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#332) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#333) There should be no space after '{'. (object-curly-spacing)
(#333) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#333) There should be no space before '}'. (object-curly-spacing)
(#335) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#336) There should be no space after '{'. (object-curly-spacing)
(#336) There should be no space before '}'. (object-curly-spacing)
(#338) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#338) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#338) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#338) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#339) There should be no space after '{'. (object-curly-spacing)
(#339) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#339) There should be no space before '}'. (object-curly-spacing)
(#341) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#341) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#342) There should be no space after '{'. (object-curly-spacing)
(#342) There should be no space before '}'. (object-curly-spacing)
(#344) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#344) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#345) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#346) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#347) There should be no space after '{'. (object-curly-spacing)
(#347) There should be no space before '}'. (object-curly-spacing)
(#349) This line has a length of 154. Maximum allowed is 132. (max-len)
(#349) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#349) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#349) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#349) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#349) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#349) 'i' declared on line 292 column 22 is used outside of binding context. (block-scoped-var)
(#350) There should be no space after '{'. (object-curly-spacing)
(#350) There should be no space before '}'. (object-curly-spacing)
(#358) Unexpected space before function parentheses. (space-before-function-paren)
(#360) Identifier 'part_id' is not in camel case. (camelcase)
(#361) Identifier 'part_id' is not in camel case. (camelcase)
(#363) Identifier 'part_id' is not in camel case. (camelcase)
(#363) Identifier 'part_id' is not in camel case. (camelcase)
(#369) 'dataTablesLang' declared on line 220 column 17 is used outside of binding context. (block-scoped-var)
(#370) This line has a length of 182. Maximum allowed is 132. (max-len)
(#371) Unexpected space before function parentheses. (space-before-function-paren)
(#376) There should be no space after '{'. (object-curly-spacing)
(#376) There should be no space before '}'. (object-curly-spacing)
(#377) Unexpected space before function parentheses. (space-before-function-paren)
(#379) This line has a length of 154. Maximum allowed is 132. (max-len)
(#381) Identifier 'part_id' is not in camel case. (camelcase)
(#382) Identifier 'part_id' is not in camel case. (camelcase)
(#387) Unexpected space before function parentheses. (space-before-function-paren)
(#389) Identifier 'part_id' is not in camel case. (camelcase)
(#390) Empty block statement. (no-empty)
(#393) Unexpected space before function parentheses. (space-before-function-paren)
(#396) Expected to return a value at the end of method 'fnStateLoad'. (consistent-return)
(#396) Unexpected space before function parentheses. (space-before-function-paren)
(#396) 'oSettings' is defined but never used. (no-unused-vars)
(#398) Identifier 'part_id' is not in camel case. (camelcase)
(#399) Empty block statement. (no-empty)
(#402) Unexpected space before function parentheses. (space-before-function-paren)
(#405) Unexpected space before function parentheses. (space-before-function-paren)
(#405) 'oSettings' is defined but never used. (no-unused-vars)
(#418) Unexpected space before function parentheses. (space-before-function-paren)
(#419) Identifier 'part_id' is not in camel case. (camelcase)
(#430) Unexpected space before function parentheses. (space-before-function-paren)
(#431) Identifier 'part_id' is not in camel case. (camelcase)
(#433) Identifier 'tii_table_functions' is not in camel case. (camelcase)
(#433) Identifier 'part_id' is not in camel case. (camelcase)
(#434) Identifier 'part_id' is not in camel case. (camelcase)
(#435) Identifier 'part_id' is not in camel case. (camelcase)
(#438) Identifier 'part_id' is not in camel case. (camelcase)
(#439) Identifier 'part_id' is not in camel case. (camelcase)
(#442) Identifier 'zip_downloads' is not in camel case. (camelcase)
(#444) Unexpected space before function parentheses. (space-before-function-paren)
(#445) Identifier 'part_id' is not in camel case. (camelcase)
(#447) Identifier 'part_id' is not in camel case. (camelcase)
(#455) Unexpected space before function parentheses. (space-before-function-paren)
(#460) Unexpected space before function parentheses. (space-before-function-paren)
(#471) Unexpected space before function parentheses. (space-before-function-paren)
(#480) This line has a length of 155. Maximum allowed is 132. (max-len)
(#480) There should be no space after '{'. (object-curly-spacing)
(#480) There should be no space before '}'. (object-curly-spacing)
(#481) Unexpected space before function parentheses. (space-before-function-paren)
(#481) 'data' is defined but never used. (no-unused-vars)
(#498) Unexpected space before function parentheses. (space-before-function-paren)
(#506) There should be no space after '{'. (object-curly-spacing)
(#506) There should be no space before '}'. (object-curly-spacing)
(#507) Unexpected space before function parentheses. (space-before-function-paren)
(#507) 'data' is defined but never used. (no-unused-vars)
(#508) 'window.location.href' is assigned to itself. (no-self-assign)
(#510) Unexpected space before function parentheses. (space-before-function-paren)
(#510) 'data' is defined but never used. (no-unused-vars)
(#510) 'response' is defined but never used. (no-unused-vars)
(#522) Unexpected space before function parentheses. (space-before-function-paren)
(#526) Unexpected space before function parentheses. (space-before-function-paren)
(#541) Unexpected space before function parentheses. (space-before-function-paren)
(#545) Unexpected space before function parentheses. (space-before-function-paren)
(#553) Unexpected space before function parentheses. (space-before-function-paren)
(#555) Unexpected confirm. (no-alert)
(#555) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#565) Unexpected space before function parentheses. (space-before-function-paren)
(#569) Unexpected space before function parentheses. (space-before-function-paren)
(#580) Unexpected space before function parentheses. (space-before-function-paren)
(#584) Unexpected space before function parentheses. (space-before-function-paren)
(#588) Unexpected space before function parentheses. (space-before-function-paren)
(#599) Unexpected space before function parentheses. (space-before-function-paren)
(#603) Unexpected space before function parentheses. (space-before-function-paren)
(#613) This line has a length of 140. Maximum allowed is 132. (max-len)
(#614) Unexpected space before function parentheses. (space-before-function-paren)
(#618) Unexpected space before function parentheses. (space-before-function-paren)
(#628) This line has a length of 145. Maximum allowed is 132. (max-len)
(#629) Unexpected space before function parentheses. (space-before-function-paren)
(#633) Unexpected space before function parentheses. (space-before-function-paren)
(#653) Unexpected space before function parentheses. (space-before-function-paren)
(#657) Unexpected space before function parentheses. (space-before-function-paren)
(#665) Unexpected space before function parentheses. (space-before-function-paren)
(#668) Identifier 'due_date' is not in camel case. (camelcase)
(#669) Identifier 'due_date_unix' is not in camel case. (camelcase)
(#669) 'moment' is not defined. (no-undef)
(#672) Identifier 'submission_id' is not in camel case. (camelcase)
(#673) Identifier 'part_id' is not in camel case. (camelcase)
(#676) Identifier 'due_date_unix' is not in camel case. (camelcase)
(#676) 'moment' is not defined. (no-undef)
(#678) Unexpected confirm. (no-alert)
(#678) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#685) 'dvWindow' is not defined. (no-undef)
(#687) This line has a length of 135. Maximum allowed is 132. (max-len)
(#688) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#690) 'dvWindow' is not defined. (no-undef)
(#697) There should be no space after '{'. (object-curly-spacing)
(#697) Identifier 'submission_id' is not in camel case. (camelcase)
(#697) There should be no space before '}'. (object-curly-spacing)
(#698) Unexpected space before function parentheses. (space-before-function-paren)
(#699) 'dvWindow' is not defined. (no-undef)
(#700) 'dvWindow' is not defined. (no-undef)
(#701) 'dvWindow' is not defined. (no-undef)
(#720) Unexpected space before function parentheses. (space-before-function-paren)
(#722) Unexpected alert. (no-alert)
(#722) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#726) Unexpected space before function parentheses. (space-before-function-paren)
(#727) Unexpected alert. (no-alert)
(#727) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#737) Missing semicolon. (semi)
(#740) Expected to return a value at the end of method 'validate'. (consistent-return)
(#740) Unexpected space before function parentheses. (space-before-function-paren)
(#741) This line has a length of 151. Maximum allowed is 132. (max-len)
(#742) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#745) Expected to return a value at the end of method 'success'. (consistent-return)
(#745) Unexpected space before function parentheses. (space-before-function-paren)
(#756) There should be no space after '{'. (object-curly-spacing)
(#756) There should be no space before '}'. (object-curly-spacing)
(#770) Unexpected space before function parentheses. (space-before-function-paren)
(#776) There should be no space after '{'. (object-curly-spacing)
(#776) There should be no space before '}'. (object-curly-spacing)
(#777) Unexpected space before function parentheses. (space-before-function-paren)
(#778) ["anon"] is better written in dot notation. (dot-notation)
(#779) ["unanon"] is better written in dot notation. (dot-notation)
(#780) ["submitted"] is better written in dot notation. (dot-notation)
(#797) Expected to return a value at the end of method 'validate'. (consistent-return)
(#797) Unexpected space before function parentheses. (space-before-function-paren)
(#798) 'moment' is not defined. (no-undef)
(#803) Unexpected confirm. (no-alert)
(#803) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#810) Expected to return a value at the end of method 'success'. (consistent-return)
(#810) Unexpected space before function parentheses. (space-before-function-paren)
(#810) 'newValue' is defined but never used. (no-unused-vars)
(#827) Expected to return a value at the end of function. (consistent-return)
(#827) Unexpected space before function parentheses. (space-before-function-paren)
(#834) Unexpected space before function parentheses. (space-before-function-paren)
(#834) 'e' is defined but never used. (no-unused-vars)
(#834) 'editable' is defined but never used. (no-unused-vars)
(#841) Unexpected space before function parentheses. (space-before-function-paren)
(#854) Unexpected space before function parentheses. (space-before-function-paren)
(#854) Statement inside of curly braces should be on next line. (brace-style)
(#854) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#855) Unexpected space before function parentheses. (space-before-function-paren)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#866) Unexpected space before function parentheses. (space-before-function-paren)
(#866) 'data' is defined but never used. (no-unused-vars)
(#869) Unexpected space before function parentheses. (space-before-function-paren)
(#869) 'data' is defined but never used. (no-unused-vars)
(#876) Unexpected space before function parentheses. (space-before-function-paren)
(#883) Identifier 'part_id' is not in camel case. (camelcase)
(#884) Identifier 'part_id' is not in camel case. (camelcase)
(#884) Identifier 'part_id' is not in camel case. (camelcase)
(#888) Identifier 'part_id' is not in camel case. (camelcase)
(#889) Identifier 'part_id' is not in camel case. (camelcase)
(#889) Identifier 'part_id' is not in camel case. (camelcase)
(#903) Identifier 'assignment_id' is not in camel case. (camelcase)
(#903) Identifier 'part_id' is not in camel case. (camelcase)
(#903) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#910) Identifier 'assignment_id' is not in camel case. (camelcase)
(#910) Identifier 'part_id' is not in camel case. (camelcase)
(#911) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#911) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#911) Identifier 'part_id' is not in camel case. (camelcase)
(#913) Unexpected space before function parentheses. (space-before-function-paren)
(#914) eval can be harmful. (no-eval)
(#924) Identifier 'part_id' is not in camel case. (camelcase)
(#926) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#926) Identifier 'part_id' is not in camel case. (camelcase)
(#929) Unexpected space before function parentheses. (space-before-function-paren)
(#950) Unexpected space before function parentheses. (space-before-function-paren)
(#950) 'data' is defined but never used. (no-unused-vars)
(#950) 'response' is defined but never used. (no-unused-vars)
(#951) Identifier 'part_id' is not in camel case. (camelcase)
(#952) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#961) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#979) Unexpected space before function parentheses. (space-before-function-paren)
(#982) Unexpected space before function parentheses. (space-before-function-paren)
(#988) Unexpected space before function parentheses. (space-before-function-paren)
(#1020) There should be no space after '{'. (object-curly-spacing)
(#1020) There should be no space before '}'. (object-curly-spacing)
(#1021) Unexpected space before function parentheses. (space-before-function-paren)
(#1029) Identifier 'part_id' is not in camel case. (camelcase)
(#1030) Identifier 'part_id' is not in camel case. (camelcase)
(#1031) Identifier 'part_id' is not in camel case. (camelcase)
(#1032) Identifier 'part_id' is not in camel case. (camelcase)
(#1033) Identifier 'part_id' is not in camel case. (camelcase)
(#1037) Identifier 'part_id' is not in camel case. (camelcase)
(#1037) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#1039) Identifier 'user_role' is not in camel case. (camelcase)
(#1039) Missing semicolon. (semi)
(#1041) Identifier 'part_id' is not in camel case. (camelcase)
(#1051) Identifier 'part_id' is not in camel case. (camelcase)
(#1051) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#1051) Identifier 'refresh_requested' is not in camel case. (camelcase)
(#1053) Unexpected space before function parentheses. (space-before-function-paren)
(#1054) eval can be harmful. (no-eval)
(#1055) Identifier 'part_id' is not in camel case. (camelcase)
(#1057) Identifier 'part_id' is not in camel case. (camelcase)
(#1058) Identifier 'part_id' is not in camel case. (camelcase)
(#1061) Identifier 'part_id' is not in camel case. (camelcase)
(#1063) Identifier 'part_id' is not in camel case. (camelcase)
(#1066) This line has a length of 139. Maximum allowed is 132. (max-len)
(#1066) Identifier 'user_role' is not in camel case. (camelcase)
(#1066) Identifier 'user_role' is not in camel case. (camelcase)
(#1067) Identifier 'part_id' is not in camel case. (camelcase)
(#1085) Identifier 'assignment_id' is not in camel case. (camelcase)
(#1085) Identifier 'submission_id' is not in camel case. (camelcase)
(#1088) Identifier 'submission_id' is not in camel case. (camelcase)
(#1092) Unexpected space before function parentheses. (space-before-function-paren)
(#1094) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1094) Identifier 'submission_id' is not in camel case. (camelcase)
(#1094) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1094) Identifier 'submission_id' is not in camel case. (camelcase)
(#1095) Identifier 'submission_id' is not in camel case. (camelcase)
(#1097) Identifier 'assignment_id' is not in camel case. (camelcase)
(#1098) Identifier 'assignment_id' is not in camel case. (camelcase)
(#1100) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1105) Identifier 'reason_text' is not in camel case. (camelcase)
(#1106) Identifier 'reason_text' is not in camel case. (camelcase)
(#1115) Identifier 'assignment_id' is not in camel case. (camelcase)
(#1115) Identifier 'submission_id' is not in camel case. (camelcase)
(#1115) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1115) Identifier 'submission_id' is not in camel case. (camelcase)
(#1118) Unexpected space before function parentheses. (space-before-function-paren)
(#1119) eval can be harmful. (no-eval)
(#1121) Missing semicolon. (semi)
(#1122) This line has a length of 164. Maximum allowed is 132. (max-len)
(#1122) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1122) Identifier 'submission_id' is not in camel case. (camelcase)
(#1123) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1123) Identifier 'submission_id' is not in camel case. (camelcase)
(#1124) 'submission_id' declared on line 1095 column 29 is used outside of binding context. (block-scoped-var)
(#1124) Identifier 'submission_id' is not in camel case. (camelcase)
(#1126) Identifier 'current_msg' is not in camel case. (camelcase)
(#1127) Identifier 'current_msg' is not in camel case. (camelcase)
(#1133) Unexpected space before function parentheses. (space-before-function-paren)
(#1139) Identifier 'submission_id' is not in camel case. (camelcase)
(#1139) Identifier 'part_id' is not in camel case. (camelcase)
(#1139) Identifier 'user_id' is not in camel case. (camelcase)
(#1142) Identifier 'submission_id' is not in camel case. (camelcase)
(#1142) Identifier 'part_id' is not in camel case. (camelcase)
(#1142) Identifier 'user_id' is not in camel case. (camelcase)
(#1149) Unexpected space before function parentheses. (space-before-function-paren)
(#1154) Unexpected space before function parentheses. (space-before-function-paren)
(#1154) Statement inside of curly braces should be on next line. (brace-style)
(#1154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1155) Unexpected space before function parentheses. (space-before-function-paren)
(#1170) Identifier 'part_id' is not in camel case. (camelcase)
(#1172) This line has a length of 146. Maximum allowed is 132. (max-len)
(#1172) Identifier 'part_id' is not in camel case. (camelcase)
(#1172) Identifier 'part_id' is not in camel case. (camelcase)
(#1172) Identifier 'part_id' is not in camel case. (camelcase)
(#1175) This line has a length of 149. Maximum allowed is 132. (max-len)
(#1175) Identifier 'part_id' is not in camel case. (camelcase)
(#1175) Identifier 'part_id' is not in camel case. (camelcase)
(#1175) Identifier 'part_id' is not in camel case. (camelcase)
(#1175) Unexpected space before function parentheses. (space-before-function-paren)
(#1181) Identifier 'part_id' is not in camel case. (camelcase)
(#1183) Unexpected space before function parentheses. (space-before-function-paren)
(#1187) Unexpected space before function parentheses. (space-before-function-paren)
(#1191) Unexpected space before function parentheses. (space-before-function-paren)
(#1197) Identifier 'part_id' is not in camel case. (camelcase)
(#1197) Unexpected space before function parentheses. (space-before-function-paren)
(#1197) 'e' is defined but never used. (no-unused-vars)
(#1199) This line has a length of 144. Maximum allowed is 132. (max-len)
(#1200) Unexpected space before function parentheses. (space-before-function-paren)
(#1201) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1202) 'i' is assigned a value but never used. (no-unused-vars)
(#1204) Identifier 'part_id' is not in camel case. (camelcase)
(#1204) Unexpected space before function parentheses. (space-before-function-paren)
(#1205) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1209) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1211) Unexpected space before function parentheses. (space-before-function-paren)
(#1211) Statement inside of curly braces should be on next line. (brace-style)
(#1211) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1212) Unexpected space before function parentheses. (space-before-function-paren)
(#1212) Statement inside of curly braces should be on next line. (brace-style)
(#1212) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1213) Unexpected space before function parentheses. (space-before-function-paren)
(#1225) Trailing spaces not allowed. (no-trailing-spaces)
(#1231) This line has a length of 176. Maximum allowed is 132. (max-len)
(#1231) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#1232) Trailing spaces not allowed. (no-trailing-spaces)
(#1240) Unexpected space before function parentheses. (space-before-function-paren)
(#1244) Unexpected space before function parentheses. (space-before-function-paren)
(#1252) Unexpected space before function parentheses. (space-before-function-paren)
(#1256) Identifier 'part_id' is not in camel case. (camelcase)
(#1258) Identifier 'part_id' is not in camel case. (camelcase)
(#1260) Identifier 'part_id' is not in camel case. (camelcase)
(#1260) Unexpected space before function parentheses. (space-before-function-paren)
(#1267) Identifier 'submission_id' is not in camel case. (camelcase)
(#1267) Identifier 'part_id' is not in camel case. (camelcase)
(#1267) Identifier 'user_id' is not in camel case. (camelcase)
(#1270) Identifier 'submission_id' is not in camel case. (camelcase)
(#1270) Identifier 'part_id' is not in camel case. (camelcase)
(#1270) Identifier 'user_id' is not in camel case. (camelcase)
(#1276) Unexpected space before function parentheses. (space-before-function-paren)
(#1285) Identifier 'submission_id' is not in camel case. (camelcase)
(#1285) Identifier 'part_id' is not in camel case. (camelcase)
(#1285) Identifier 'user_id' is not in camel case. (camelcase)
(#1286) Identifier 'part_id' is not in camel case. (camelcase)
(#1288) Identifier 'submission_id' is not in camel case. (camelcase)
(#1288) Identifier 'part_id' is not in camel case. (camelcase)
(#1288) Identifier 'user_id' is not in camel case. (camelcase)
(#1294) Unexpected space before function parentheses. (space-before-function-paren)
(#1305) Identifier 'part_id' is not in camel case. (camelcase)
(#1306) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1309) Identifier 'part_id' is not in camel case. (camelcase)
(#1309) Unexpected space before function parentheses. (space-before-function-paren)
(#1310) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1318) This line has a length of 134. Maximum allowed is 132. (max-len)
(#1318) There should be no space after '{'. (object-curly-spacing)
(#1318) Identifier 'part_id' is not in camel case. (camelcase)
(#1318) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1318) Identifier 'submission_ids' is not in camel case. (camelcase)
(#1318) There should be no space before '}'. (object-curly-spacing)
(#1319) Unexpected space before function parentheses. (space-before-function-paren)
(#1320) Identifier 'part_id' is not in camel case. (camelcase)
(#1321) Identifier 'part_id' is not in camel case. (camelcase)
(#1322) Identifier 'part_id' is not in camel case. (camelcase)
(#1329) Identifier 'submission_id' is not in camel case. (camelcase)
(#1329) Identifier 'part_id' is not in camel case. (camelcase)
(#1329) 'part_id' is defined but never used. (no-unused-vars)
(#1329) Identifier 'user_id' is not in camel case. (camelcase)
(#1329) 'user_id' is defined but never used. (no-unused-vars)
(#1335) There should be no space after '{'. (object-curly-spacing)
(#1335) Identifier 'submission_id' is not in camel case. (camelcase)
(#1335) There should be no space before '}'. (object-curly-spacing)
(#1336) Unexpected space before function parentheses. (space-before-function-paren)
(#1337) Identifier 'submission_id' is not in camel case. (camelcase)
(#1338) Identifier 'submission_id' is not in camel case. (camelcase)
(#1339) Identifier 'submission_id' is not in camel case. (camelcase)
(#1345) Identifier 'part_id' is not in camel case. (camelcase)
(#1347) Identifier 'part_id' is not in camel case. (camelcase)
(#1349) Unexpected space before function parentheses. (space-before-function-paren)
(#1356) Identifier 'user_id' is not in camel case. (camelcase)
(#1356) Identifier 'part_id' is not in camel case. (camelcase)
(#1357) Identifier 'part_id' is not in camel case. (camelcase)
(#1357) Identifier 'user_id' is not in camel case. (camelcase)
(#1364) Identifier 'part_id' is not in camel case. (camelcase)
(#1364) Identifier 'user_id' is not in camel case. (camelcase)
(#1366) Unexpected space before function parentheses. (space-before-function-paren)
(#1367) eval can be harmful. (no-eval)
(#1368) There should be no space after '{'. (object-curly-spacing)
(#1368) There should be no space before '}'. (object-curly-spacing)
(#1369) Identifier 'part_id' is not in camel case. (camelcase)
(#1371) Unexpected space before function parentheses. (space-before-function-paren)
(#1372) Identifier 'part_id' is not in camel case. (camelcase)
(#1372) Identifier 'user_id' is not in camel case. (camelcase)
(#1373) Identifier 'part_id' is not in camel case. (camelcase)
(#1373) Identifier 'user_id' is not in camel case. (camelcase)
(#1374) Unexpected alert. (no-alert)
(#1376) Unexpected space before function parentheses. (space-before-function-paren)
(#1383) Identifier 'submission_id' is not in camel case. (camelcase)
(#1383) Identifier 'part_id' is not in camel case. (camelcase)
(#1383) Identifier 'user_id' is not in camel case. (camelcase)
(#1390) Identifier 'part_id' is not in camel case. (camelcase)
(#1390) Identifier 'user_id' is not in camel case. (camelcase)
(#1392) Unexpected space before function parentheses. (space-before-function-paren)
(#1393) Identifier 'part_id' is not in camel case. (camelcase)
(#1394) eval can be harmful. (no-eval)
(#1395) 'i' is assigned a value but never used. (no-unused-vars)
(#1396) Identifier 'submission_id' is not in camel case. (camelcase)
(#1398) Identifier 'submission_id' is not in camel case. (camelcase)
(#1399) Use '===' to compare with null. (no-eq-null)
(#1399) Identifier 'submission_id' is not in camel case. (camelcase)
(#1400) Identifier 'submission_id' is not in camel case. (camelcase)
(#1405) Identifier 'submission_id' is not in camel case. (camelcase)
(#1410) 'oTable' is not defined. (no-undef)
(#1410) Identifier 'part_id' is not in camel case. (camelcase)
(#1411) Identifier 'part_id' is not in camel case. (camelcase)
(#1411) Identifier 'user_id' is not in camel case. (camelcase)
(#1412) 'rowindex' is assigned a value but never used. (no-unused-vars)
(#1413) 'oTable' is not defined. (no-undef)
(#1414) 'oTable' is not defined. (no-undef)
(#1428) Identifier 'submission_id' is not in camel case. (camelcase)
(#1428) Identifier 'part_id' is not in camel case. (camelcase)
(#1429) Identifier 'part_id' is not in camel case. (camelcase)
(#1430) Identifier 'submission_id' is not in camel case. (camelcase)
(#1431) Identifier 'submission_id' is not in camel case. (camelcase)
(#1434) Identifier 'part_id' is not in camel case. (camelcase)
(#1434) Unexpected space before function parentheses. (space-before-function-paren)
(#1435) Identifier 'part_id' is not in camel case. (camelcase)
(#1438) Unexpected space before function parentheses. (space-before-function-paren)
(#1439) Identifier 'part_id' is not in camel case. (camelcase)
(#1440) Identifier 'part_id' is not in camel case. (camelcase)
(#1441) Identifier 'part_id' is not in camel case. (camelcase)
(#1444) Identifier 'part_id' is not in camel case. (camelcase)
(#1445) Identifier 'part_id' is not in camel case. (camelcase)
(#1446) This line has a length of 150. Maximum allowed is 132. (max-len)
(#1446) Identifier 'part_id' is not in camel case. (camelcase)
(#1446) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#1462) Unexpected space before function parentheses. (space-before-function-paren)
(#1470) Unexpected space before function parentheses. (space-before-function-paren)
(#1474) Unexpected space before function parentheses. (space-before-function-paren)
(#1479) This line has a length of 145. Maximum allowed is 132. (max-len)
(#1479) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#1485) Unexpected space before function parentheses. (space-before-function-paren)
(#1488) Identifier 'post_date' is not in camel case. (camelcase)
(#1490) This line has a length of 137. Maximum allowed is 132. (max-len)
(#1490) Identifier 'post_date' is not in camel case. (camelcase)
(#1490) 'moment' is not defined. (no-undef)
(#1491) Unexpected alert. (no-alert)
(#1491) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#1496) Unexpected space before function parentheses. (space-before-function-paren)
(#1496) Identifier 'part_id' is not in camel case. (camelcase)
(#1500) '$this' is not defined. (no-undef)
(#1500) Identifier 'part_id' is not in camel case. (camelcase)
(#1504) Unexpected space before function parentheses. (space-before-function-paren)
(#1505) '$this' is not defined. (no-undef)
(#1505) Identifier 'part_id' is not in camel case. (camelcase)
(#1516) 'moment' is not defined. (no-undef)
(#1517) Missing semicolon. (semi)
(#1519) 'jQuery' is not defined. (no-undef)
mod/turnitintooltwo/jquery/turnitintooltwo_extra-2024120301.js
(#1) 'jQuery' is not defined. (no-undef)
(#3) This line has a length of 136. Maximum allowed is 132. (max-len)
(#7) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#8) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#9) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#10) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#11) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#12) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#13) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#15) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#16) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#22) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#23) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#24) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#25) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#27) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#28) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#30) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#31) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#41) There should be no space after '['. (array-bracket-spacing)
(#41) There should be no space before ']'. (array-bracket-spacing)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#46) 'sData' is defined but never used. (no-unused-vars)
(#46) 'oData' is defined but never used. (no-unused-vars)
(#46) 'iRow' is defined but never used. (no-unused-vars)
(#46) 'iCol' is defined but never used. (no-unused-vars)
(#50) There should be no space after '['. (array-bracket-spacing)
(#50) There should be no space before ']'. (array-bracket-spacing)
(#51) There should be no space after '['. (array-bracket-spacing)
(#51) There should be no space before ']'. (array-bracket-spacing)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#60) There should be no space after this paren. (space-in-parens)
(#60) There should be no space before this paren. (space-in-parens)
(#81) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#81) Operator '+' must be spaced. (space-infix-ops)
(#82) This line has a length of 141. Maximum allowed is 132. (max-len)
(#82) Operator '+' must be spaced. (space-infix-ops)
(#83) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#85) Unexpected confirm. (no-alert)
(#97) There should be no space after '['. (array-bracket-spacing)
(#97) There should be no space before ']'. (array-bracket-spacing)
(#103) Unexpected space before function parentheses. (space-before-function-paren)
(#103) 'sData' is defined but never used. (no-unused-vars)
(#103) 'oData' is defined but never used. (no-unused-vars)
(#103) 'iRow' is defined but never used. (no-unused-vars)
(#103) 'iCol' is defined but never used. (no-unused-vars)
(#117) There should be no space after this paren. (space-in-parens)
(#135) There should be no space after '['. (array-bracket-spacing)
(#135) There should be no space before ']'. (array-bracket-spacing)
(#136) There should be no space after '['. (array-bracket-spacing)
(#136) There should be no space before ']'. (array-bracket-spacing)
(#137) There should be no space after '['. (array-bracket-spacing)
(#137) There should be no space before ']'. (array-bracket-spacing)
(#138) There should be no space after '['. (array-bracket-spacing)
(#138) There should be no space before ']'. (array-bracket-spacing)
(#139) There should be no space after '['. (array-bracket-spacing)
(#139) There should be no space before ']'. (array-bracket-spacing)
(#140) There should be no space after '['. (array-bracket-spacing)
(#140) There should be no space before ']'. (array-bracket-spacing)
(#141) There should be no space after '['. (array-bracket-spacing)
(#141) There should be no space before ']'. (array-bracket-spacing)
(#142) There should be no space after '['. (array-bracket-spacing)
(#142) There should be no space before ']'. (array-bracket-spacing)
(#143) There should be no space after '['. (array-bracket-spacing)
(#143) There should be no space before ']'. (array-bracket-spacing)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#145) There should be no space after this paren. (space-in-parens)
(#145) There should be no space before this paren. (space-in-parens)
(#146) There should be no space after this paren. (space-in-parens)
(#146) There should be no space before this paren. (space-in-parens)
(#147) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#155) 'iDisplayIndex' is assigned a value but never used. (no-unused-vars)
(#156) There should be no space after '['. (computed-property-spacing)
(#156) There should be no space before ']'. (computed-property-spacing)
(#157) There should be no space after this paren. (space-in-parens)
(#157) There should be no space before this paren. (space-in-parens)
(#158) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#159) There should be no space after this paren. (space-in-parens)
(#159) There should be no space before this paren. (space-in-parens)
(#160) There should be no space after this paren. (space-in-parens)
(#160) There should be no space before this paren. (space-in-parens)
(#164) There should be no space after this paren. (space-in-parens)
(#164) There should be no space before this paren. (space-in-parens)
(#165) There should be no space after this paren. (space-in-parens)
(#165) There should be no space before this paren. (space-in-parens)
(#170) There should be no space after '['. (array-bracket-spacing)
(#170) There should be no space before ']'. (array-bracket-spacing)
(#171) There should be no space after '['. (array-bracket-spacing)
(#171) There should be no space before ']'. (array-bracket-spacing)
(#182) There should be no space after '['. (array-bracket-spacing)
(#185) There should be no space after '['. (array-bracket-spacing)
(#185) There should be no space before ']'. (array-bracket-spacing)
(#186) Unexpected space before function parentheses. (space-before-function-paren)
(#189) There should be no space after '['. (array-bracket-spacing)
(#189) There should be no space before ']'. (array-bracket-spacing)
(#190) There should be no space after '['. (array-bracket-spacing)
(#190) There should be no space before ']'. (array-bracket-spacing)
(#191) There should be no space after '['. (array-bracket-spacing)
(#191) There should be no space before ']'. (array-bracket-spacing)
(#192) Unexpected space before function parentheses. (space-before-function-paren)
(#195) There should be no space after '['. (array-bracket-spacing)
(#195) There should be no space before ']'. (array-bracket-spacing)
(#196) Unexpected space before function parentheses. (space-before-function-paren)
(#199) There should be no space after '['. (array-bracket-spacing)
(#199) There should be no space before ']'. (array-bracket-spacing)
(#200) Unexpected space before function parentheses. (space-before-function-paren)
(#203) There should be no space after '['. (array-bracket-spacing)
(#203) There should be no space before ']'. (array-bracket-spacing)
(#204) There should be no space after '['. (array-bracket-spacing)
(#204) There should be no space before ']'. (array-bracket-spacing)
(#206) Unexpected space before function parentheses. (space-before-function-paren)
(#206) There should be no space after this paren. (space-in-parens)
(#206) There should be no space before this paren. (space-in-parens)
(#211) Identifier 'course_title' is not in camel case. (camelcase)
(#212) Identifier 'course_integration' is not in camel case. (camelcase)
(#213) Identifier 'course_end_date' is not in camel case. (camelcase)
(#220) Unexpected space before function parentheses. (space-before-function-paren)
(#222) There should be no space after this paren. (space-in-parens)
(#222) 'uid' is not defined. (no-undef)
(#222) There should be no space before this paren. (space-in-parens)
(#223) There should be no space after this paren. (space-in-parens)
(#223) There should be no space before this paren. (space-in-parens)
(#223) Empty block statement. (no-empty)
(#226) Expected to return a value at the end of method 'fnStateLoad'. (consistent-return)
(#226) Unexpected space before function parentheses. (space-before-function-paren)
(#226) 'oSettings' is defined but never used. (no-unused-vars)
(#228) There should be no space after this paren. (space-in-parens)
(#228) 'uid' is not defined. (no-undef)
(#228) There should be no space before this paren. (space-in-parens)
(#229) There should be no space after this paren. (space-in-parens)
(#229) There should be no space before this paren. (space-in-parens)
(#229) Empty block statement. (no-empty)
(#232) Unexpected space before function parentheses. (space-before-function-paren)
(#240) Unexpected space before function parentheses. (space-before-function-paren)
(#254) Unexpected space before function parentheses. (space-before-function-paren)
(#254) There should be no space after this paren. (space-in-parens)
(#254) There should be no space before this paren. (space-in-parens)
(#257) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#262) Extra space after key 'margin-left'. (key-spacing)
(#270) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#272) eval can be harmful. (no-eval)
(#294) There should be no space after '['. (array-bracket-spacing)
(#294) There should be no space before ']'. (array-bracket-spacing)
(#295) There should be no space after '['. (array-bracket-spacing)
(#295) There should be no space before ']'. (array-bracket-spacing)
(#296) Unexpected space before function parentheses. (space-before-function-paren)
(#299) There should be no space after '['. (array-bracket-spacing)
(#299) There should be no space before ']'. (array-bracket-spacing)
(#300) There should be no space after '['. (array-bracket-spacing)
(#300) There should be no space before ']'. (array-bracket-spacing)
(#306) Missing space before value for key 'iframe'. (key-spacing)
(#306) Missing space before value for key 'width'. (key-spacing)
(#306) Missing space before value for key 'height'. (key-spacing)
(#311) Identifier 'class_ids' is not in camel case. (camelcase)
(#312) 'i' is assigned a value but never used. (no-unused-vars)
(#313) Missing space before opening brace. (space-before-blocks)
(#314) Identifier 'class_ids' is not in camel case. (camelcase)
(#321) This line has a length of 144. Maximum allowed is 132. (max-len)
(#321) Identifier 'class_ids' is not in camel case. (camelcase)
(#324) 'window.location' is assigned to itself. (no-self-assign)
(#332) Extra space after key 'margin-left'. (key-spacing)
(#340) Identifier 'class_ids' is not in camel case. (camelcase)
(#346) Identifier 'class_ids' is not in camel case. (camelcase)
(#346) Identifier 'class_ids' is not in camel case. (camelcase)
(#346) Identifier 'course_category' is not in camel case. (camelcase)
(#347) Identifier 'create_assignments' is not in camel case. (camelcase)
(#357) This line has a length of 136. Maximum allowed is 132. (max-len)
(#357) Missing space before value for key 'inline'. (key-spacing)
(#357) Missing space before value for key 'width'. (key-spacing)
(#357) Missing space before value for key 'height'. (key-spacing)
(#361) Extra space after key 'onComplete'. (key-spacing)
(#365) Identifier 'current_date' is not in camel case. (camelcase)
(#366) Identifier 'current_date' is not in camel case. (camelcase)
(#366) Identifier 'current_date' is not in camel case. (camelcase)
(#367) Identifier 'current_date' is not in camel case. (camelcase)
(#368) Identifier 'current_date' is not in camel case. (camelcase)
(#369) Identifier 'current_date' is not in camel case. (camelcase)
(#372) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#374) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#383) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#383) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#384) Identifier 'tii_course_title' is not in camel case. (camelcase)
(#384) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#385) Identifier 'end_date_d' is not in camel case. (camelcase)
(#386) Identifier 'end_date_m' is not in camel case. (camelcase)
(#387) Identifier 'end_date_y' is not in camel case. (camelcase)
(#390) eval can be harmful. (no-eval)
(#393) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#395) Identifier 'current_msg' is not in camel case. (camelcase)
(#396) Identifier 'current_msg' is not in camel case. (camelcase)
(#410) This line has a length of 160. Maximum allowed is 132. (max-len)
(#410) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#431) Missing space before value for key 'iframe'. (key-spacing)
(#431) Missing space before value for key 'width'. (key-spacing)
(#431) Missing space before value for key 'height'. (key-spacing)
(#435) Missing space before value for key 'onCleanup'. (key-spacing)
(#456) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#457) Identifier 'tii_course_name' is not in camel case. (camelcase)
(#458) Identifier 'course_name' is not in camel case. (camelcase)
(#459) Identifier 'course_category' is not in camel case. (camelcase)
(#461) 'jQuery' is not defined. (no-undef)
(#472) Identifier 'tii_course_id' is not in camel case. (camelcase)
(#473) Identifier 'tii_course_name' is not in camel case. (camelcase)
(#473) Identifier 'course_to_link' is not in camel case. (camelcase)
(#476) 'jQuery' is not defined. (no-undef)
(#489) Identifier 'cb_element' is not in camel case. (camelcase)
(#491) Identifier 'tick_element' is not in camel case. (camelcase)
(#508) Missing space before opening brace. (space-before-blocks)
(#526) 'i' is defined but never used. (no-unused-vars)
(#526) Missing space before opening brace. (space-before-blocks)
(#539) Identifier 'course_id' is not in camel case. (camelcase)
(#540) Identifier 'assignment_name' is not in camel case. (camelcase)
(#541) 'data' is defined but never used. (no-unused-vars)
mod/turnitintooltwo/jquery/turnitintooltwo_settings-2024120301.js
(#6) '$' is not defined. (no-undef)
(#75) This line has a length of 143. Maximum allowed is 132. (max-len)
(#77) eval can be harmful. (no-eval)

CSS problems

(32920 errors, 178 warnings)

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

mod/turnitintooltwo/styles.css
(#1) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected empty line before at-rule (at-rule-empty-line-before)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline after "}" (block-closing-brace-newline-after)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Expected single space before "!" (declaration-bang-space-before)
(#1) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Unexpected !important (declaration-no-important)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected single space after "," in a single-line function (function-comma-space-after)
(#1) Expected line length to be no more than 132 characters (max-line-length)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected single space after ":" (media-feature-colon-space-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
(#1) Expected newline after "," (selector-list-comma-newline-after)
mod/turnitintooltwo/css/bootstrap.min.css
(#9) Unknown at-rule descriptor `margin` (csstree/validator)
(#9) Unknown property `-webkit-margin-top-collapse` (csstree/validator)
(#9) Can't parse value "alpha(opacity=20)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=40)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=65)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=100)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=80)" (csstree/validator)
(#9) Invalid value for "-moz-background-clip" (csstree/validator)
(#9) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=80)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#9) Can't parse value "alpha(opacity=90)" (csstree/validator)
(#9) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Expected empty line before at-rule (at-rule-empty-line-before)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline after "}" (block-closing-brace-newline-after)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#9) Expected single space before "!" (declaration-bang-space-before)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "white-space" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "white-space" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-top" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "padding-right" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "padding-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin-left" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-collapse" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "outline" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "margin" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "filter" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-top-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-right-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-bottom-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "border-left-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "overflow" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background-color" (declaration-block-no-duplicate-properties)
(#9) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#9) Unexpected !important (declaration-no-important)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected line length to be no more than 132 characters (max-line-length)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after "+" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space after ">" (selector-combinator-space-after)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before "+" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected single space before ">" (selector-combinator-space-before)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#9) Expected single space after "," in a single-line list (value-list-comma-space-after)
mod/turnitintooltwo/css/colorbox.css
(#5) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#10) Expected newline before "}" (block-closing-brace-newline-before)
(#11) Expected newline before "}" (block-closing-brace-newline-before)
(#12) Expected newline before "}" (block-closing-brace-newline-before)
(#13) Expected newline before "}" (block-closing-brace-newline-before)
(#14) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#22) Expected newline before "}" (block-closing-brace-newline-before)
(#24) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#26) Expected newline before "}" (block-closing-brace-newline-before)
(#27) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected newline before "}" (block-closing-brace-newline-before)
(#29) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#31) Expected newline before "}" (block-closing-brace-newline-before)
(#32) Expected newline before "}" (block-closing-brace-newline-before)
(#33) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#37) Expected newline before "}" (block-closing-brace-newline-before)
(#41) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#11) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#12) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#13) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#14) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#15) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#22) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#24) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#25) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#26) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#27) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#28) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#29) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#30) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#31) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#32) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#33) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#34) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#37) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#23) Unexpected empty block (block-no-empty)
(#5) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#10) Expected newline after "{" (block-opening-brace-newline-after)
(#11) Expected newline after "{" (block-opening-brace-newline-after)
(#12) Expected newline after "{" (block-opening-brace-newline-after)
(#13) Expected newline after "{" (block-opening-brace-newline-after)
(#14) Expected newline after "{" (block-opening-brace-newline-after)
(#15) Expected newline after "{" (block-opening-brace-newline-after)
(#22) Expected newline after "{" (block-opening-brace-newline-after)
(#24) Expected newline after "{" (block-opening-brace-newline-after)
(#25) Expected newline after "{" (block-opening-brace-newline-after)
(#26) Expected newline after "{" (block-opening-brace-newline-after)
(#27) Expected newline after "{" (block-opening-brace-newline-after)
(#28) Expected newline after "{" (block-opening-brace-newline-after)
(#29) Expected newline after "{" (block-opening-brace-newline-after)
(#30) Expected newline after "{" (block-opening-brace-newline-after)
(#31) Expected newline after "{" (block-opening-brace-newline-after)
(#32) Expected newline after "{" (block-opening-brace-newline-after)
(#33) Expected newline after "{" (block-opening-brace-newline-after)
(#34) Expected newline after "{" (block-opening-brace-newline-after)
(#37) Expected newline after "{" (block-opening-brace-newline-after)
(#41) Expected newline after "{" (block-opening-brace-newline-after)
(#48) Expected newline after "{" (block-opening-brace-newline-after)
(#5) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#11) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#12) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#13) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#14) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#15) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#22) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#24) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#25) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#26) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#27) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#28) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#29) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#30) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#31) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#32) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#33) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#34) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#37) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#11) Expected single space before "{" (block-opening-brace-space-before)
(#12) Expected single space before "{" (block-opening-brace-space-before)
(#13) Expected single space before "{" (block-opening-brace-space-before)
(#14) Expected single space before "{" (block-opening-brace-space-before)
(#15) Expected single space before "{" (block-opening-brace-space-before)
(#22) Expected single space before "{" (block-opening-brace-space-before)
(#24) Expected single space before "{" (block-opening-brace-space-before)
(#25) Expected single space before "{" (block-opening-brace-space-before)
(#26) Expected single space before "{" (block-opening-brace-space-before)
(#27) Expected single space before "{" (block-opening-brace-space-before)
(#28) Expected single space before "{" (block-opening-brace-space-before)
(#29) Expected single space before "{" (block-opening-brace-space-before)
(#30) Expected single space before "{" (block-opening-brace-space-before)
(#31) Expected single space before "{" (block-opening-brace-space-before)
(#32) Expected single space before "{" (block-opening-brace-space-before)
(#33) Expected single space before "{" (block-opening-brace-space-before)
(#34) Expected single space before "{" (block-opening-brace-space-before)
(#37) Expected single space before "{" (block-opening-brace-space-before)
(#70) Expected single space before "{" (block-opening-brace-space-before)
(#95) Expected single space before "{" (block-opening-brace-space-before)
(#45) Expected "#FFF" to be "#fff" (color-hex-case)
(#5) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#11) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#13) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#14) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#24) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#26) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#27) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#30) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#31) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#32) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#33) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#48) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#25) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#41) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#53) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#66) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#75) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#76) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#80) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#87) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#92) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#67) Unexpected !important (declaration-no-important)
(#33) Unexpected unit (length-zero-no-unit)
(#40) Expected line length to be no more than 132 characters (max-line-length)
(#41) Expected line length to be no more than 132 characters (max-line-length)
(#44) Expected line length to be no more than 132 characters (max-line-length)
(#50) Expected line length to be no more than 132 characters (max-line-length)
(#51) Expected line length to be no more than 132 characters (max-line-length)
(#5) Expected newline after "," (selector-list-comma-newline-after)
(#5) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#12) Expected newline after "," (selector-list-comma-newline-after)
(#12) Expected newline after "," (selector-list-comma-newline-after)
(#12) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#90) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected indentation of 0 spaces (indentation)
(#25) Expected indentation of 0 spaces (indentation)
(#26) Expected indentation of 0 spaces (indentation)
(#27) Expected indentation of 0 spaces (indentation)
(#28) Expected indentation of 0 spaces (indentation)
(#29) Expected indentation of 0 spaces (indentation)
(#30) Expected indentation of 0 spaces (indentation)
(#31) Expected indentation of 0 spaces (indentation)
(#32) Expected indentation of 0 spaces (indentation)
(#33) Expected indentation of 0 spaces (indentation)
(#34) Expected indentation of 0 spaces (indentation)
mod/turnitintooltwo/css/fontawesome.min.css
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected empty line before at-rule (at-rule-empty-line-before)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#8) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline after "}" (block-closing-brace-newline-after)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#9) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#9) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#8) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#9) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected an operator before sign "-" (function-calc-no-unspaced-operator)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected single space after "," in a single-line function (function-comma-space-after)
(#6) Expected whitespace after ")" (function-whitespace-after)
(#6) Expected line length to be no more than 132 characters (max-line-length)
(#6) Expected single space after ":" (media-feature-colon-space-after)
(#6) Expected single space after ">" (selector-combinator-space-after)
(#6) Expected single space before ">" (selector-combinator-space-before)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#6) Expected a minimum of 100 milliseconds (time-min-milliseconds)
mod/turnitintooltwo/css/hide_bg.css
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/css/jquery-ui-1.8.4.custom.css
(#22) Can't parse value "Alpha(Opacity=0)" (csstree/validator)
(#85) Can't parse value "Alpha(Opacity=70)" (csstree/validator)
(#86) Can't parse value "Alpha(Opacity=35)" (csstree/validator)
(#294) Can't parse value "Alpha(Opacity=30)" (csstree/validator)
(#295) Can't parse value "Alpha(Opacity=30)" (csstree/validator)
(#295) Expected newline after "}" (block-closing-brace-newline-after)
(#314) Expected newline after "}" (block-closing-brace-newline-after)
(#342) Expected newline after "}" (block-closing-brace-newline-after)
(#351) Expected newline after "}" (block-closing-brace-newline-after)
(#407) Expected newline after "}" (block-closing-brace-newline-after)
(#408) Expected newline after "}" (block-closing-brace-newline-after)
(#444) Expected newline after "}" (block-closing-brace-newline-after)
(#477) Expected newline after "}" (block-closing-brace-newline-after)
(#562) Expected newline after "}" (block-closing-brace-newline-after)
(#13) Expected newline before "}" (block-closing-brace-newline-before)
(#14) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#16) Expected newline before "}" (block-closing-brace-newline-before)
(#17) Expected newline before "}" (block-closing-brace-newline-before)
(#19) Expected newline before "}" (block-closing-brace-newline-before)
(#20) Expected newline before "}" (block-closing-brace-newline-before)
(#22) Expected newline before "}" (block-closing-brace-newline-before)
(#27) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#41) Expected newline before "}" (block-closing-brace-newline-before)
(#59) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#61) Expected newline before "}" (block-closing-brace-newline-before)
(#62) Expected newline before "}" (block-closing-brace-newline-before)
(#63) Expected newline before "}" (block-closing-brace-newline-before)
(#64) Expected newline before "}" (block-closing-brace-newline-before)
(#65) Expected newline before "}" (block-closing-brace-newline-before)
(#69) Expected newline before "}" (block-closing-brace-newline-before)
(#70) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#72) Expected newline before "}" (block-closing-brace-newline-before)
(#73) Expected newline before "}" (block-closing-brace-newline-before)
(#74) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Expected newline before "}" (block-closing-brace-newline-before)
(#79) Expected newline before "}" (block-closing-brace-newline-before)
(#80) Expected newline before "}" (block-closing-brace-newline-before)
(#81) Expected newline before "}" (block-closing-brace-newline-before)
(#82) Expected newline before "}" (block-closing-brace-newline-before)
(#83) Expected newline before "}" (block-closing-brace-newline-before)
(#84) Expected newline before "}" (block-closing-brace-newline-before)
(#85) Expected newline before "}" (block-closing-brace-newline-before)
(#86) Expected newline before "}" (block-closing-brace-newline-before)
(#92) Expected newline before "}" (block-closing-brace-newline-before)
(#93) Expected newline before "}" (block-closing-brace-newline-before)
(#94) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#96) Expected newline before "}" (block-closing-brace-newline-before)
(#97) Expected newline before "}" (block-closing-brace-newline-before)
(#98) Expected newline before "}" (block-closing-brace-newline-before)
(#99) Expected newline before "}" (block-closing-brace-newline-before)
(#102) Expected newline before "}" (block-closing-brace-newline-before)
(#103) Expected newline before "}" (block-closing-brace-newline-before)
(#104) Expected newline before "}" (block-closing-brace-newline-before)
(#105) Expected newline before "}" (block-closing-brace-newline-before)
(#106) Expected newline before "}" (block-closing-brace-newline-before)
(#107) Expected newline before "}" (block-closing-brace-newline-before)
(#108) Expected newline before "}" (block-closing-brace-newline-before)
(#109) Expected newline before "}" (block-closing-brace-newline-before)
(#110) Expected newline before "}" (block-closing-brace-newline-before)
(#111) Expected newline before "}" (block-closing-brace-newline-before)
(#112) Expected newline before "}" (block-closing-brace-newline-before)
(#113) Expected newline before "}" (block-closing-brace-newline-before)
(#114) Expected newline before "}" (block-closing-brace-newline-before)
(#115) Expected newline before "}" (block-closing-brace-newline-before)
(#116) Expected newline before "}" (block-closing-brace-newline-before)
(#117) Expected newline before "}" (block-closing-brace-newline-before)
(#118) Expected newline before "}" (block-closing-brace-newline-before)
(#119) Expected newline before "}" (block-closing-brace-newline-before)
(#120) Expected newline before "}" (block-closing-brace-newline-before)
(#121) Expected newline before "}" (block-closing-brace-newline-before)
(#122) Expected newline before "}" (block-closing-brace-newline-before)
(#123) Expected newline before "}" (block-closing-brace-newline-before)
(#124) Expected newline before "}" (block-closing-brace-newline-before)
(#125) Expected newline before "}" (block-closing-brace-newline-before)
(#126) Expected newline before "}" (block-closing-brace-newline-before)
(#127) Expected newline before "}" (block-closing-brace-newline-before)
(#128) Expected newline before "}" (block-closing-brace-newline-before)
(#129) Expected newline before "}" (block-closing-brace-newline-before)
(#130) Expected newline before "}" (block-closing-brace-newline-before)
(#131) Expected newline before "}" (block-closing-brace-newline-before)
(#132) Expected newline before "}" (block-closing-brace-newline-before)
(#133) Expected newline before "}" (block-closing-brace-newline-before)
(#134) Expected newline before "}" (block-closing-brace-newline-before)
(#135) Expected newline before "}" (block-closing-brace-newline-before)
(#136) Expected newline before "}" (block-closing-brace-newline-before)
(#137) Expected newline before "}" (block-closing-brace-newline-before)
(#138) Expected newline before "}" (block-closing-brace-newline-before)
(#139) Expected newline before "}" (block-closing-brace-newline-before)
(#140) Expected newline before "}" (block-closing-brace-newline-before)
(#141) Expected newline before "}" (block-closing-brace-newline-before)
(#142) Expected newline before "}" (block-closing-brace-newline-before)
(#143) Expected newline before "}" (block-closing-brace-newline-before)
(#144) Expected newline before "}" (block-closing-brace-newline-before)
(#145) Expected newline before "}" (block-closing-brace-newline-before)
(#146) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#148) Expected newline before "}" (block-closing-brace-newline-before)
(#149) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#157) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#160) Expected newline before "}" (block-closing-brace-newline-before)
(#161) Expected newline before "}" (block-closing-brace-newline-before)
(#162) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected newline before "}" (block-closing-brace-newline-before)
(#164) Expected newline before "}" (block-closing-brace-newline-before)
(#165) Expected newline before "}" (block-closing-brace-newline-before)
(#166) Expected newline before "}" (block-closing-brace-newline-before)
(#167) Expected newline before "}" (block-closing-brace-newline-before)
(#168) Expected newline before "}" (block-closing-brace-newline-before)
(#169) Expected newline before "}" (block-closing-brace-newline-before)
(#170) Expected newline before "}" (block-closing-brace-newline-before)
(#171) Expected newline before "}" (block-closing-brace-newline-before)
(#172) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#174) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#177) Expected newline before "}" (block-closing-brace-newline-before)
(#178) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#180) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#182) Expected newline before "}" (block-closing-brace-newline-before)
(#183) Expected newline before "}" (block-closing-brace-newline-before)
(#184) Expected newline before "}" (block-closing-brace-newline-before)
(#185) Expected newline before "}" (block-closing-brace-newline-before)
(#186) Expected newline before "}" (block-closing-brace-newline-before)
(#187) Expected newline before "}" (block-closing-brace-newline-before)
(#188) Expected newline before "}" (block-closing-brace-newline-before)
(#189) Expected newline before "}" (block-closing-brace-newline-before)
(#190) Expected newline before "}" (block-closing-brace-newline-before)
(#191) Expected newline before "}" (block-closing-brace-newline-before)
(#192) Expected newline before "}" (block-closing-brace-newline-before)
(#193) Expected newline before "}" (block-closing-brace-newline-before)
(#194) Expected newline before "}" (block-closing-brace-newline-before)
(#195) Expected newline before "}" (block-closing-brace-newline-before)
(#196) Expected newline before "}" (block-closing-brace-newline-before)
(#197) Expected newline before "}" (block-closing-brace-newline-before)
(#198) Expected newline before "}" (block-closing-brace-newline-before)
(#199) Expected newline before "}" (block-closing-brace-newline-before)
(#200) Expected newline before "}" (block-closing-brace-newline-before)
(#201) Expected newline before "}" (block-closing-brace-newline-before)
(#202) Expected newline before "}" (block-closing-brace-newline-before)
(#203) Expected newline before "}" (block-closing-brace-newline-before)
(#204) Expected newline before "}" (block-closing-brace-newline-before)
(#205) Expected newline before "}" (block-closing-brace-newline-before)
(#206) Expected newline before "}" (block-closing-brace-newline-before)
(#207) Expected newline before "}" (block-closing-brace-newline-before)
(#208) Expected newline before "}" (block-closing-brace-newline-before)
(#209) Expected newline before "}" (block-closing-brace-newline-before)
(#210) Expected newline before "}" (block-closing-brace-newline-before)
(#211) Expected newline before "}" (block-closing-brace-newline-before)
(#212) Expected newline before "}" (block-closing-brace-newline-before)
(#213) Expected newline before "}" (block-closing-brace-newline-before)
(#214) Expected newline before "}" (block-closing-brace-newline-before)
(#215) Expected newline before "}" (block-closing-brace-newline-before)
(#216) Expected newline before "}" (block-closing-brace-newline-before)
(#217) Expected newline before "}" (block-closing-brace-newline-before)
(#218) Expected newline before "}" (block-closing-brace-newline-before)
(#219) Expected newline before "}" (block-closing-brace-newline-before)
(#220) Expected newline before "}" (block-closing-brace-newline-before)
(#221) Expected newline before "}" (block-closing-brace-newline-before)
(#222) Expected newline before "}" (block-closing-brace-newline-before)
(#223) Expected newline before "}" (block-closing-brace-newline-before)
(#224) Expected newline before "}" (block-closing-brace-newline-before)
(#225) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#227) Expected newline before "}" (block-closing-brace-newline-before)
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#229) Expected newline before "}" (block-closing-brace-newline-before)
(#230) Expected newline before "}" (block-closing-brace-newline-before)
(#231) Expected newline before "}" (block-closing-brace-newline-before)
(#232) Expected newline before "}" (block-closing-brace-newline-before)
(#233) Expected newline before "}" (block-closing-brace-newline-before)
(#234) Expected newline before "}" (block-closing-brace-newline-before)
(#235) Expected newline before "}" (block-closing-brace-newline-before)
(#236) Expected newline before "}" (block-closing-brace-newline-before)
(#237) Expected newline before "}" (block-closing-brace-newline-before)
(#239) Expected newline before "}" (block-closing-brace-newline-before)
(#240) Expected newline before "}" (block-closing-brace-newline-before)
(#241) Expected newline before "}" (block-closing-brace-newline-before)
(#242) Expected newline before "}" (block-closing-brace-newline-before)
(#243) Expected newline before "}" (block-closing-brace-newline-before)
(#244) Expected newline before "}" (block-closing-brace-newline-before)
(#245) Expected newline before "}" (block-closing-brace-newline-before)
(#246) Expected newline before "}" (block-closing-brace-newline-before)
(#247) Expected newline before "}" (block-closing-brace-newline-before)
(#248) Expected newline before "}" (block-closing-brace-newline-before)
(#249) Expected newline before "}" (block-closing-brace-newline-before)
(#250) Expected newline before "}" (block-closing-brace-newline-before)
(#251) Expected newline before "}" (block-closing-brace-newline-before)
(#252) Expected newline before "}" (block-closing-brace-newline-before)
(#253) Expected newline before "}" (block-closing-brace-newline-before)
(#254) Expected newline before "}" (block-closing-brace-newline-before)
(#255) Expected newline before "}" (block-closing-brace-newline-before)
(#256) Expected newline before "}" (block-closing-brace-newline-before)
(#257) Expected newline before "}" (block-closing-brace-newline-before)
(#258) Expected newline before "}" (block-closing-brace-newline-before)
(#259) Expected newline before "}" (block-closing-brace-newline-before)
(#260) Expected newline before "}" (block-closing-brace-newline-before)
(#261) Expected newline before "}" (block-closing-brace-newline-before)
(#262) Expected newline before "}" (block-closing-brace-newline-before)
(#263) Expected newline before "}" (block-closing-brace-newline-before)
(#264) Expected newline before "}" (block-closing-brace-newline-before)
(#265) Expected newline before "}" (block-closing-brace-newline-before)
(#266) Expected newline before "}" (block-closing-brace-newline-before)
(#267) Expected newline before "}" (block-closing-brace-newline-before)
(#268) Expected newline before "}" (block-closing-brace-newline-before)
(#269) Expected newline before "}" (block-closing-brace-newline-before)
(#270) Expected newline before "}" (block-closing-brace-newline-before)
(#271) Expected newline before "}" (block-closing-brace-newline-before)
(#272) Expected newline before "}" (block-closing-brace-newline-before)
(#273) Expected newline before "}" (block-closing-brace-newline-before)
(#274) Expected newline before "}" (block-closing-brace-newline-before)
(#275) Expected newline before "}" (block-closing-brace-newline-before)
(#276) Expected newline before "}" (block-closing-brace-newline-before)
(#283) Expected newline before "}" (block-closing-brace-newline-before)
(#284) Expected newline before "}" (block-closing-brace-newline-before)
(#285) Expected newline before "}" (block-closing-brace-newline-before)
(#286) Expected newline before "}" (block-closing-brace-newline-before)
(#287) Expected newline before "}" (block-closing-brace-newline-before)
(#288) Expected newline before "}" (block-closing-brace-newline-before)
(#289) Expected newline before "}" (block-closing-brace-newline-before)
(#290) Expected newline before "}" (block-closing-brace-newline-before)
(#291) Expected newline before "}" (block-closing-brace-newline-before)
(#294) Expected newline before "}" (block-closing-brace-newline-before)
(#295) Expected newline before "}" (block-closing-brace-newline-before)
(#304) Expected newline before "}" (block-closing-brace-newline-before)
(#305) Expected newline before "}" (block-closing-brace-newline-before)
(#306) Expected newline before "}" (block-closing-brace-newline-before)
(#307) Expected newline before "}" (block-closing-brace-newline-before)
(#308) Expected newline before "}" (block-closing-brace-newline-before)
(#309) Expected newline before "}" (block-closing-brace-newline-before)
(#310) Expected newline before "}" (block-closing-brace-newline-before)
(#311) Expected newline before "}" (block-closing-brace-newline-before)
(#312) Expected newline before "}" (block-closing-brace-newline-before)
(#313) Expected newline before "}" (block-closing-brace-newline-before)
(#314) Expected newline before "}" (block-closing-brace-newline-before)
(#323) Expected newline before "}" (block-closing-brace-newline-before)
(#334) Expected newline before "}" (block-closing-brace-newline-before)
(#335) Expected newline before "}" (block-closing-brace-newline-before)
(#336) Expected newline before "}" (block-closing-brace-newline-before)
(#337) Expected newline before "}" (block-closing-brace-newline-before)
(#338) Expected newline before "}" (block-closing-brace-newline-before)
(#339) Expected newline before "}" (block-closing-brace-newline-before)
(#340) Expected newline before "}" (block-closing-brace-newline-before)
(#341) Expected newline before "}" (block-closing-brace-newline-before)
(#342) Expected newline before "}" (block-closing-brace-newline-before)
(#351) Expected newline before "}" (block-closing-brace-newline-before)
(#354) Expected newline before "}" (block-closing-brace-newline-before)
(#404) Expected newline before "}" (block-closing-brace-newline-before)
(#405) Expected newline before "}" (block-closing-brace-newline-before)
(#406) Expected newline before "}" (block-closing-brace-newline-before)
(#407) Expected newline before "}" (block-closing-brace-newline-before)
(#408) Expected newline before "}" (block-closing-brace-newline-before)
(#411) Expected newline before "}" (block-closing-brace-newline-before)
(#412) Expected newline before "}" (block-closing-brace-newline-before)
(#413) Expected newline before "}" (block-closing-brace-newline-before)
(#414) Expected newline before "}" (block-closing-brace-newline-before)
(#415) Expected newline before "}" (block-closing-brace-newline-before)
(#416) Expected newline before "}" (block-closing-brace-newline-before)
(#418) Expected newline before "}" (block-closing-brace-newline-before)
(#421) Expected newline before "}" (block-closing-brace-newline-before)
(#422) Expected newline before "}" (block-closing-brace-newline-before)
(#423) Expected newline before "}" (block-closing-brace-newline-before)
(#424) Expected newline before "}" (block-closing-brace-newline-before)
(#425) Expected newline before "}" (block-closing-brace-newline-before)
(#428) Expected newline before "}" (block-closing-brace-newline-before)
(#429) Expected newline before "}" (block-closing-brace-newline-before)
(#432) Expected newline before "}" (block-closing-brace-newline-before)
(#442) Expected newline before "}" (block-closing-brace-newline-before)
(#443) Expected newline before "}" (block-closing-brace-newline-before)
(#444) Expected newline before "}" (block-closing-brace-newline-before)
(#445) Expected newline before "}" (block-closing-brace-newline-before)
(#446) Expected newline before "}" (block-closing-brace-newline-before)
(#447) Expected newline before "}" (block-closing-brace-newline-before)
(#448) Expected newline before "}" (block-closing-brace-newline-before)
(#449) Expected newline before "}" (block-closing-brace-newline-before)
(#450) Expected newline before "}" (block-closing-brace-newline-before)
(#451) Expected newline before "}" (block-closing-brace-newline-before)
(#452) Expected newline before "}" (block-closing-brace-newline-before)
(#453) Expected newline before "}" (block-closing-brace-newline-before)
(#463) Expected newline before "}" (block-closing-brace-newline-before)
(#464) Expected newline before "}" (block-closing-brace-newline-before)
(#465) Expected newline before "}" (block-closing-brace-newline-before)
(#467) Expected newline before "}" (block-closing-brace-newline-before)
(#468) Expected newline before "}" (block-closing-brace-newline-before)
(#469) Expected newline before "}" (block-closing-brace-newline-before)
(#470) Expected newline before "}" (block-closing-brace-newline-before)
(#471) Expected newline before "}" (block-closing-brace-newline-before)
(#473) Expected newline before "}" (block-closing-brace-newline-before)
(#474) Expected newline before "}" (block-closing-brace-newline-before)
(#475) Expected newline before "}" (block-closing-brace-newline-before)
(#476) Expected newline before "}" (block-closing-brace-newline-before)
(#477) Expected newline before "}" (block-closing-brace-newline-before)
(#486) Expected newline before "}" (block-closing-brace-newline-before)
(#487) Expected newline before "}" (block-closing-brace-newline-before)
(#488) Expected newline before "}" (block-closing-brace-newline-before)
(#489) Expected newline before "}" (block-closing-brace-newline-before)
(#490) Expected newline before "}" (block-closing-brace-newline-before)
(#491) Expected newline before "}" (block-closing-brace-newline-before)
(#492) Expected newline before "}" (block-closing-brace-newline-before)
(#493) Expected newline before "}" (block-closing-brace-newline-before)
(#494) Expected newline before "}" (block-closing-brace-newline-before)
(#504) Expected newline before "}" (block-closing-brace-newline-before)
(#505) Expected newline before "}" (block-closing-brace-newline-before)
(#506) Expected newline before "}" (block-closing-brace-newline-before)
(#507) Expected newline before "}" (block-closing-brace-newline-before)
(#508) Expected newline before "}" (block-closing-brace-newline-before)
(#509) Expected newline before "}" (block-closing-brace-newline-before)
(#510) Expected newline before "}" (block-closing-brace-newline-before)
(#511) Expected newline before "}" (block-closing-brace-newline-before)
(#512) Expected newline before "}" (block-closing-brace-newline-before)
(#513) Expected newline before "}" (block-closing-brace-newline-before)
(#514) Expected newline before "}" (block-closing-brace-newline-before)
(#515) Expected newline before "}" (block-closing-brace-newline-before)
(#517) Expected newline before "}" (block-closing-brace-newline-before)
(#518) Expected newline before "}" (block-closing-brace-newline-before)
(#519) Expected newline before "}" (block-closing-brace-newline-before)
(#520) Expected newline before "}" (block-closing-brace-newline-before)
(#521) Expected newline before "}" (block-closing-brace-newline-before)
(#522) Expected newline before "}" (block-closing-brace-newline-before)
(#523) Expected newline before "}" (block-closing-brace-newline-before)
(#524) Expected newline before "}" (block-closing-brace-newline-before)
(#527) Expected newline before "}" (block-closing-brace-newline-before)
(#528) Expected newline before "}" (block-closing-brace-newline-before)
(#529) Expected newline before "}" (block-closing-brace-newline-before)
(#530) Expected newline before "}" (block-closing-brace-newline-before)
(#531) Expected newline before "}" (block-closing-brace-newline-before)
(#532) Expected newline before "}" (block-closing-brace-newline-before)
(#533) Expected newline before "}" (block-closing-brace-newline-before)
(#534) Expected newline before "}" (block-closing-brace-newline-before)
(#535) Expected newline before "}" (block-closing-brace-newline-before)
(#536) Expected newline before "}" (block-closing-brace-newline-before)
(#539) Expected newline before "}" (block-closing-brace-newline-before)
(#540) Expected newline before "}" (block-closing-brace-newline-before)
(#541) Expected newline before "}" (block-closing-brace-newline-before)
(#542) Expected newline before "}" (block-closing-brace-newline-before)
(#543) Expected newline before "}" (block-closing-brace-newline-before)
(#544) Expected newline before "}" (block-closing-brace-newline-before)
(#545) Expected newline before "}" (block-closing-brace-newline-before)
(#546) Expected newline before "}" (block-closing-brace-newline-before)
(#547) Expected newline before "}" (block-closing-brace-newline-before)
(#548) Expected newline before "}" (block-closing-brace-newline-before)
(#549) Expected newline before "}" (block-closing-brace-newline-before)
(#571) Expected newline before "}" (block-closing-brace-newline-before)
(#572) Expected newline before "}" (block-closing-brace-newline-before)
(#304) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#305) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#314) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#411) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#443) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#512) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#515) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#517) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#519) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#13) Expected newline after "{" (block-opening-brace-newline-after)
(#14) Expected newline after "{" (block-opening-brace-newline-after)
(#15) Expected newline after "{" (block-opening-brace-newline-after)
(#16) Expected newline after "{" (block-opening-brace-newline-after)
(#17) Expected newline after "{" (block-opening-brace-newline-after)
(#19) Expected newline after "{" (block-opening-brace-newline-after)
(#20) Expected newline after "{" (block-opening-brace-newline-after)
(#22) Expected newline after "{" (block-opening-brace-newline-after)
(#27) Expected newline after "{" (block-opening-brace-newline-after)
(#34) Expected newline after "{" (block-opening-brace-newline-after)
(#41) Expected newline after "{" (block-opening-brace-newline-after)
(#59) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#61) Expected newline after "{" (block-opening-brace-newline-after)
(#62) Expected newline after "{" (block-opening-brace-newline-after)
(#63) Expected newline after "{" (block-opening-brace-newline-after)
(#64) Expected newline after "{" (block-opening-brace-newline-after)
(#65) Expected newline after "{" (block-opening-brace-newline-after)
(#69) Expected newline after "{" (block-opening-brace-newline-after)
(#70) Expected newline after "{" (block-opening-brace-newline-after)
(#71) Expected newline after "{" (block-opening-brace-newline-after)
(#72) Expected newline after "{" (block-opening-brace-newline-after)
(#73) Expected newline after "{" (block-opening-brace-newline-after)
(#74) Expected newline after "{" (block-opening-brace-newline-after)
(#75) Expected newline after "{" (block-opening-brace-newline-after)
(#79) Expected newline after "{" (block-opening-brace-newline-after)
(#80) Expected newline after "{" (block-opening-brace-newline-after)
(#81) Expected newline after "{" (block-opening-brace-newline-after)
(#82) Expected newline after "{" (block-opening-brace-newline-after)
(#83) Expected newline after "{" (block-opening-brace-newline-after)
(#84) Expected newline after "{" (block-opening-brace-newline-after)
(#85) Expected newline after "{" (block-opening-brace-newline-after)
(#86) Expected newline after "{" (block-opening-brace-newline-after)
(#92) Expected newline after "{" (block-opening-brace-newline-after)
(#93) Expected newline after "{" (block-opening-brace-newline-after)
(#94) Expected newline after "{" (block-opening-brace-newline-after)
(#95) Expected newline after "{" (block-opening-brace-newline-after)
(#96) Expected newline after "{" (block-opening-brace-newline-after)
(#97) Expected newline after "{" (block-opening-brace-newline-after)
(#98) Expected newline after "{" (block-opening-brace-newline-after)
(#99) Expected newline after "{" (block-opening-brace-newline-after)
(#102) Expected newline after "{" (block-opening-brace-newline-after)
(#103) Expected newline after "{" (block-opening-brace-newline-after)
(#104) Expected newline after "{" (block-opening-brace-newline-after)
(#105) Expected newline after "{" (block-opening-brace-newline-after)
(#106) Expected newline after "{" (block-opening-brace-newline-after)
(#107) Expected newline after "{" (block-opening-brace-newline-after)
(#108) Expected newline after "{" (block-opening-brace-newline-after)
(#109) Expected newline after "{" (block-opening-brace-newline-after)
(#110) Expected newline after "{" (block-opening-brace-newline-after)
(#111) Expected newline after "{" (block-opening-brace-newline-after)
(#112) Expected newline after "{" (block-opening-brace-newline-after)
(#113) Expected newline after "{" (block-opening-brace-newline-after)
(#114) Expected newline after "{" (block-opening-brace-newline-after)
(#115) Expected newline after "{" (block-opening-brace-newline-after)
(#116) Expected newline after "{" (block-opening-brace-newline-after)
(#117) Expected newline after "{" (block-opening-brace-newline-after)
(#118) Expected newline after "{" (block-opening-brace-newline-after)
(#119) Expected newline after "{" (block-opening-brace-newline-after)
(#120) Expected newline after "{" (block-opening-brace-newline-after)
(#121) Expected newline after "{" (block-opening-brace-newline-after)
(#122) Expected newline after "{" (block-opening-brace-newline-after)
(#123) Expected newline after "{" (block-opening-brace-newline-after)
(#124) Expected newline after "{" (block-opening-brace-newline-after)
(#125) Expected newline after "{" (block-opening-brace-newline-after)
(#126) Expected newline after "{" (block-opening-brace-newline-after)
(#127) Expected newline after "{" (block-opening-brace-newline-after)
(#128) Expected newline after "{" (block-opening-brace-newline-after)
(#129) Expected newline after "{" (block-opening-brace-newline-after)
(#130) Expected newline after "{" (block-opening-brace-newline-after)
(#131) Expected newline after "{" (block-opening-brace-newline-after)
(#132) Expected newline after "{" (block-opening-brace-newline-after)
(#133) Expected newline after "{" (block-opening-brace-newline-after)
(#134) Expected newline after "{" (block-opening-brace-newline-after)
(#135) Expected newline after "{" (block-opening-brace-newline-after)
(#136) Expected newline after "{" (block-opening-brace-newline-after)
(#137) Expected newline after "{" (block-opening-brace-newline-after)
(#138) Expected newline after "{" (block-opening-brace-newline-after)
(#139) Expected newline after "{" (block-opening-brace-newline-after)
(#140) Expected newline after "{" (block-opening-brace-newline-after)
(#141) Expected newline after "{" (block-opening-brace-newline-after)
(#142) Expected newline after "{" (block-opening-brace-newline-after)
(#143) Expected newline after "{" (block-opening-brace-newline-after)
(#144) Expected newline after "{" (block-opening-brace-newline-after)
(#145) Expected newline after "{" (block-opening-brace-newline-after)
(#146) Expected newline after "{" (block-opening-brace-newline-after)
(#147) Expected newline after "{" (block-opening-brace-newline-after)
(#148) Expected newline after "{" (block-opening-brace-newline-after)
(#149) Expected newline after "{" (block-opening-brace-newline-after)
(#150) Expected newline after "{" (block-opening-brace-newline-after)
(#151) Expected newline after "{" (block-opening-brace-newline-after)
(#152) Expected newline after "{" (block-opening-brace-newline-after)
(#153) Expected newline after "{" (block-opening-brace-newline-after)
(#154) Expected newline after "{" (block-opening-brace-newline-after)
(#155) Expected newline after "{" (block-opening-brace-newline-after)
(#156) Expected newline after "{" (block-opening-brace-newline-after)
(#157) Expected newline after "{" (block-opening-brace-newline-after)
(#158) Expected newline after "{" (block-opening-brace-newline-after)
(#159) Expected newline after "{" (block-opening-brace-newline-after)
(#160) Expected newline after "{" (block-opening-brace-newline-after)
(#161) Expected newline after "{" (block-opening-brace-newline-after)
(#162) Expected newline after "{" (block-opening-brace-newline-after)
(#163) Expected newline after "{" (block-opening-brace-newline-after)
(#164) Expected newline after "{" (block-opening-brace-newline-after)
(#165) Expected newline after "{" (block-opening-brace-newline-after)
(#166) Expected newline after "{" (block-opening-brace-newline-after)
(#167) Expected newline after "{" (block-opening-brace-newline-after)
(#168) Expected newline after "{" (block-opening-brace-newline-after)
(#169) Expected newline after "{" (block-opening-brace-newline-after)
(#170) Expected newline after "{" (block-opening-brace-newline-after)
(#171) Expected newline after "{" (block-opening-brace-newline-after)
(#172) Expected newline after "{" (block-opening-brace-newline-after)
(#173) Expected newline after "{" (block-opening-brace-newline-after)
(#174) Expected newline after "{" (block-opening-brace-newline-after)
(#175) Expected newline after "{" (block-opening-brace-newline-after)
(#176) Expected newline after "{" (block-opening-brace-newline-after)
(#177) Expected newline after "{" (block-opening-brace-newline-after)
(#178) Expected newline after "{" (block-opening-brace-newline-after)
(#179) Expected newline after "{" (block-opening-brace-newline-after)
(#180) Expected newline after "{" (block-opening-brace-newline-after)
(#181) Expected newline after "{" (block-opening-brace-newline-after)
(#182) Expected newline after "{" (block-opening-brace-newline-after)
(#183) Expected newline after "{" (block-opening-brace-newline-after)
(#184) Expected newline after "{" (block-opening-brace-newline-after)
(#185) Expected newline after "{" (block-opening-brace-newline-after)
(#186) Expected newline after "{" (block-opening-brace-newline-after)
(#187) Expected newline after "{" (block-opening-brace-newline-after)
(#188) Expected newline after "{" (block-opening-brace-newline-after)
(#189) Expected newline after "{" (block-opening-brace-newline-after)
(#190) Expected newline after "{" (block-opening-brace-newline-after)
(#191) Expected newline after "{" (block-opening-brace-newline-after)
(#192) Expected newline after "{" (block-opening-brace-newline-after)
(#193) Expected newline after "{" (block-opening-brace-newline-after)
(#194) Expected newline after "{" (block-opening-brace-newline-after)
(#195) Expected newline after "{" (block-opening-brace-newline-after)
(#196) Expected newline after "{" (block-opening-brace-newline-after)
(#197) Expected newline after "{" (block-opening-brace-newline-after)
(#198) Expected newline after "{" (block-opening-brace-newline-after)
(#199) Expected newline after "{" (block-opening-brace-newline-after)
(#200) Expected newline after "{" (block-opening-brace-newline-after)
(#201) Expected newline after "{" (block-opening-brace-newline-after)
(#202) Expected newline after "{" (block-opening-brace-newline-after)
(#203) Expected newline after "{" (block-opening-brace-newline-after)
(#204) Expected newline after "{" (block-opening-brace-newline-after)
(#205) Expected newline after "{" (block-opening-brace-newline-after)
(#206) Expected newline after "{" (block-opening-brace-newline-after)
(#207) Expected newline after "{" (block-opening-brace-newline-after)
(#208) Expected newline after "{" (block-opening-brace-newline-after)
(#209) Expected newline after "{" (block-opening-brace-newline-after)
(#210) Expected newline after "{" (block-opening-brace-newline-after)
(#211) Expected newline after "{" (block-opening-brace-newline-after)
(#212) Expected newline after "{" (block-opening-brace-newline-after)
(#213) Expected newline after "{" (block-opening-brace-newline-after)
(#214) Expected newline after "{" (block-opening-brace-newline-after)
(#215) Expected newline after "{" (block-opening-brace-newline-after)
(#216) Expected newline after "{" (block-opening-brace-newline-after)
(#217) Expected newline after "{" (block-opening-brace-newline-after)
(#218) Expected newline after "{" (block-opening-brace-newline-after)
(#219) Expected newline after "{" (block-opening-brace-newline-after)
(#220) Expected newline after "{" (block-opening-brace-newline-after)
(#221) Expected newline after "{" (block-opening-brace-newline-after)
(#222) Expected newline after "{" (block-opening-brace-newline-after)
(#223) Expected newline after "{" (block-opening-brace-newline-after)
(#224) Expected newline after "{" (block-opening-brace-newline-after)
(#225) Expected newline after "{" (block-opening-brace-newline-after)
(#226) Expected newline after "{" (block-opening-brace-newline-after)
(#227) Expected newline after "{" (block-opening-brace-newline-after)
(#228) Expected newline after "{" (block-opening-brace-newline-after)
(#229) Expected newline after "{" (block-opening-brace-newline-after)
(#230) Expected newline after "{" (block-opening-brace-newline-after)
(#231) Expected newline after "{" (block-opening-brace-newline-after)
(#232) Expected newline after "{" (block-opening-brace-newline-after)
(#233) Expected newline after "{" (block-opening-brace-newline-after)
(#234) Expected newline after "{" (block-opening-brace-newline-after)
(#235) Expected newline after "{" (block-opening-brace-newline-after)
(#236) Expected newline after "{" (block-opening-brace-newline-after)
(#237) Expected newline after "{" (block-opening-brace-newline-after)
(#239) Expected newline after "{" (block-opening-brace-newline-after)
(#240) Expected newline after "{" (block-opening-brace-newline-after)
(#241) Expected newline after "{" (block-opening-brace-newline-after)
(#242) Expected newline after "{" (block-opening-brace-newline-after)
(#243) Expected newline after "{" (block-opening-brace-newline-after)
(#244) Expected newline after "{" (block-opening-brace-newline-after)
(#245) Expected newline after "{" (block-opening-brace-newline-after)
(#246) Expected newline after "{" (block-opening-brace-newline-after)
(#247) Expected newline after "{" (block-opening-brace-newline-after)
(#248) Expected newline after "{" (block-opening-brace-newline-after)
(#249) Expected newline after "{" (block-opening-brace-newline-after)
(#250) Expected newline after "{" (block-opening-brace-newline-after)
(#251) Expected newline after "{" (block-opening-brace-newline-after)
(#252) Expected newline after "{" (block-opening-brace-newline-after)
(#253) Expected newline after "{" (block-opening-brace-newline-after)
(#254) Expected newline after "{" (block-opening-brace-newline-after)
(#255) Expected newline after "{" (block-opening-brace-newline-after)
(#256) Expected newline after "{" (block-opening-brace-newline-after)
(#257) Expected newline after "{" (block-opening-brace-newline-after)
(#258) Expected newline after "{" (block-opening-brace-newline-after)
(#259) Expected newline after "{" (block-opening-brace-newline-after)
(#260) Expected newline after "{" (block-opening-brace-newline-after)
(#261) Expected newline after "{" (block-opening-brace-newline-after)
(#262) Expected newline after "{" (block-opening-brace-newline-after)
(#263) Expected newline after "{" (block-opening-brace-newline-after)
(#264) Expected newline after "{" (block-opening-brace-newline-after)
(#265) Expected newline after "{" (block-opening-brace-newline-after)
(#266) Expected newline after "{" (block-opening-brace-newline-after)
(#267) Expected newline after "{" (block-opening-brace-newline-after)
(#268) Expected newline after "{" (block-opening-brace-newline-after)
(#269) Expected newline after "{" (block-opening-brace-newline-after)
(#270) Expected newline after "{" (block-opening-brace-newline-after)
(#271) Expected newline after "{" (block-opening-brace-newline-after)
(#272) Expected newline after "{" (block-opening-brace-newline-after)
(#273) Expected newline after "{" (block-opening-brace-newline-after)
(#274) Expected newline after "{" (block-opening-brace-newline-after)
(#275) Expected newline after "{" (block-opening-brace-newline-after)
(#276) Expected newline after "{" (block-opening-brace-newline-after)
(#283) Expected newline after "{" (block-opening-brace-newline-after)
(#284) Expected newline after "{" (block-opening-brace-newline-after)
(#285) Expected newline after "{" (block-opening-brace-newline-after)
(#286) Expected newline after "{" (block-opening-brace-newline-after)
(#287) Expected newline after "{" (block-opening-brace-newline-after)
(#288) Expected newline after "{" (block-opening-brace-newline-after)
(#289) Expected newline after "{" (block-opening-brace-newline-after)
(#290) Expected newline after "{" (block-opening-brace-newline-after)
(#291) Expected newline after "{" (block-opening-brace-newline-after)
(#294) Expected newline after "{" (block-opening-brace-newline-after)
(#295) Expected newline after "{" (block-opening-brace-newline-after)
(#304) Expected newline after "{" (block-opening-brace-newline-after)
(#305) Expected newline after "{" (block-opening-brace-newline-after)
(#306) Expected newline after "{" (block-opening-brace-newline-after)
(#307) Expected newline after "{" (block-opening-brace-newline-after)
(#308) Expected newline after "{" (block-opening-brace-newline-after)
(#309) Expected newline after "{" (block-opening-brace-newline-after)
(#310) Expected newline after "{" (block-opening-brace-newline-after)
(#311) Expected newline after "{" (block-opening-brace-newline-after)
(#312) Expected newline after "{" (block-opening-brace-newline-after)
(#313) Expected newline after "{" (block-opening-brace-newline-after)
(#314) Expected newline after "{" (block-opening-brace-newline-after)
(#323) Expected newline after "{" (block-opening-brace-newline-after)
(#334) Expected newline after "{" (block-opening-brace-newline-after)
(#335) Expected newline after "{" (block-opening-brace-newline-after)
(#336) Expected newline after "{" (block-opening-brace-newline-after)
(#337) Expected newline after "{" (block-opening-brace-newline-after)
(#338) Expected newline after "{" (block-opening-brace-newline-after)
(#339) Expected newline after "{" (block-opening-brace-newline-after)
(#340) Expected newline after "{" (block-opening-brace-newline-after)
(#341) Expected newline after "{" (block-opening-brace-newline-after)
(#342) Expected newline after "{" (block-opening-brace-newline-after)
(#351) Expected newline after "{" (block-opening-brace-newline-after)
(#354) Expected newline after "{" (block-opening-brace-newline-after)
(#404) Expected newline after "{" (block-opening-brace-newline-after)
(#405) Expected newline after "{" (block-opening-brace-newline-after)
(#406) Expected newline after "{" (block-opening-brace-newline-after)
(#407) Expected newline after "{" (block-opening-brace-newline-after)
(#408) Expected newline after "{" (block-opening-brace-newline-after)
(#411) Expected newline after "{" (block-opening-brace-newline-after)
(#412) Expected newline after "{" (block-opening-brace-newline-after)
(#413) Expected newline after "{" (block-opening-brace-newline-after)
(#414) Expected newline after "{" (block-opening-brace-newline-after)
(#415) Expected newline after "{" (block-opening-brace-newline-after)
(#416) Expected newline after "{" (block-opening-brace-newline-after)
(#418) Expected newline after "{" (block-opening-brace-newline-after)
(#421) Expected newline after "{" (block-opening-brace-newline-after)
(#422) Expected newline after "{" (block-opening-brace-newline-after)
(#423) Expected newline after "{" (block-opening-brace-newline-after)
(#424) Expected newline after "{" (block-opening-brace-newline-after)
(#425) Expected newline after "{" (block-opening-brace-newline-after)
(#428) Expected newline after "{" (block-opening-brace-newline-after)
(#429) Expected newline after "{" (block-opening-brace-newline-after)
(#432) Expected newline after "{" (block-opening-brace-newline-after)
(#442) Expected newline after "{" (block-opening-brace-newline-after)
(#443) Expected newline after "{" (block-opening-brace-newline-after)
(#444) Expected newline after "{" (block-opening-brace-newline-after)
(#445) Expected newline after "{" (block-opening-brace-newline-after)
(#446) Expected newline after "{" (block-opening-brace-newline-after)
(#447) Expected newline after "{" (block-opening-brace-newline-after)
(#448) Expected newline after "{" (block-opening-brace-newline-after)
(#449) Expected newline after "{" (block-opening-brace-newline-after)
(#450) Expected newline after "{" (block-opening-brace-newline-after)
(#451) Expected newline after "{" (block-opening-brace-newline-after)
(#452) Expected newline after "{" (block-opening-brace-newline-after)
(#453) Expected newline after "{" (block-opening-brace-newline-after)
(#463) Expected newline after "{" (block-opening-brace-newline-after)
(#464) Expected newline after "{" (block-opening-brace-newline-after)
(#465) Expected newline after "{" (block-opening-brace-newline-after)
(#467) Expected newline after "{" (block-opening-brace-newline-after)
(#468) Expected newline after "{" (block-opening-brace-newline-after)
(#469) Expected newline after "{" (block-opening-brace-newline-after)
(#470) Expected newline after "{" (block-opening-brace-newline-after)
(#471) Expected newline after "{" (block-opening-brace-newline-after)
(#473) Expected newline after "{" (block-opening-brace-newline-after)
(#474) Expected newline after "{" (block-opening-brace-newline-after)
(#475) Expected newline after "{" (block-opening-brace-newline-after)
(#476) Expected newline after "{" (block-opening-brace-newline-after)
(#477) Expected newline after "{" (block-opening-brace-newline-after)
(#486) Expected newline after "{" (block-opening-brace-newline-after)
(#487) Expected newline after "{" (block-opening-brace-newline-after)
(#488) Expected newline after "{" (block-opening-brace-newline-after)
(#489) Expected newline after "{" (block-opening-brace-newline-after)
(#490) Expected newline after "{" (block-opening-brace-newline-after)
(#491) Expected newline after "{" (block-opening-brace-newline-after)
(#492) Expected newline after "{" (block-opening-brace-newline-after)
(#493) Expected newline after "{" (block-opening-brace-newline-after)
(#494) Expected newline after "{" (block-opening-brace-newline-after)
(#504) Expected newline after "{" (block-opening-brace-newline-after)
(#505) Expected newline after "{" (block-opening-brace-newline-after)
(#506) Expected newline after "{" (block-opening-brace-newline-after)
(#507) Expected newline after "{" (block-opening-brace-newline-after)
(#508) Expected newline after "{" (block-opening-brace-newline-after)
(#509) Expected newline after "{" (block-opening-brace-newline-after)
(#510) Expected newline after "{" (block-opening-brace-newline-after)
(#511) Expected newline after "{" (block-opening-brace-newline-after)
(#512) Expected newline after "{" (block-opening-brace-newline-after)
(#513) Expected newline after "{" (block-opening-brace-newline-after)
(#514) Expected newline after "{" (block-opening-brace-newline-after)
(#515) Expected newline after "{" (block-opening-brace-newline-after)
(#517) Expected newline after "{" (block-opening-brace-newline-after)
(#518) Expected newline after "{" (block-opening-brace-newline-after)
(#519) Expected newline after "{" (block-opening-brace-newline-after)
(#520) Expected newline after "{" (block-opening-brace-newline-after)
(#521) Expected newline after "{" (block-opening-brace-newline-after)
(#522) Expected newline after "{" (block-opening-brace-newline-after)
(#523) Expected newline after "{" (block-opening-brace-newline-after)
(#524) Expected newline after "{" (block-opening-brace-newline-after)
(#527) Expected newline after "{" (block-opening-brace-newline-after)
(#528) Expected newline after "{" (block-opening-brace-newline-after)
(#529) Expected newline after "{" (block-opening-brace-newline-after)
(#530) Expected newline after "{" (block-opening-brace-newline-after)
(#531) Expected newline after "{" (block-opening-brace-newline-after)
(#532) Expected newline after "{" (block-opening-brace-newline-after)
(#533) Expected newline after "{" (block-opening-brace-newline-after)
(#534) Expected newline after "{" (block-opening-brace-newline-after)
(#535) Expected newline after "{" (block-opening-brace-newline-after)
(#536) Expected newline after "{" (block-opening-brace-newline-after)
(#539) Expected newline after "{" (block-opening-brace-newline-after)
(#540) Expected newline after "{" (block-opening-brace-newline-after)
(#541) Expected newline after "{" (block-opening-brace-newline-after)
(#542) Expected newline after "{" (block-opening-brace-newline-after)
(#543) Expected newline after "{" (block-opening-brace-newline-after)
(#544) Expected newline after "{" (block-opening-brace-newline-after)
(#545) Expected newline after "{" (block-opening-brace-newline-after)
(#546) Expected newline after "{" (block-opening-brace-newline-after)
(#547) Expected newline after "{" (block-opening-brace-newline-after)
(#548) Expected newline after "{" (block-opening-brace-newline-after)
(#549) Expected newline after "{" (block-opening-brace-newline-after)
(#571) Expected newline after "{" (block-opening-brace-newline-after)
(#572) Expected newline after "{" (block-opening-brace-newline-after)
(#79) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#81) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#93) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#94) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#96) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#97) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#98) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#99) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#289) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#515) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#518) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#572) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#79) Expected single space before "{" (block-opening-brace-space-before)
(#62) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#62) Expected "#ffffff" to be "#fff" (color-hex-length)
(#62) Expected "#222222" to be "#222" (color-hex-length)
(#63) Expected "#222222" to be "#222" (color-hex-length)
(#64) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#64) Expected "#cccccc" to be "#ccc" (color-hex-length)
(#64) Expected "#222222" to be "#222" (color-hex-length)
(#65) Expected "#222222" to be "#222" (color-hex-length)
(#69) Expected "#555555" to be "#555" (color-hex-length)
(#70) Expected "#555555" to be "#555" (color-hex-length)
(#71) Expected "#999999" to be "#999" (color-hex-length)
(#73) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#73) Expected "#ffffff" to be "#fff" (color-hex-length)
(#294) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#295) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#554) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#294) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#295) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#305) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#305) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#14) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#16) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#22) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#34) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#41) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#59) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#61) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#62) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#64) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#69) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#70) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#71) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#72) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#73) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#74) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#79) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#81) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#85) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#86) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#92) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#283) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#284) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#285) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#286) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#287) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#288) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#289) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#290) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#291) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#294) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#295) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#305) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#307) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#308) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#309) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#310) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#311) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#312) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#313) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#314) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#323) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#335) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#338) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#340) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#341) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#351) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#404) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#411) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#413) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#416) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#421) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#422) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#429) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#432) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#442) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#443) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#444) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#445) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#446) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#448) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#449) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#451) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#452) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#463) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#464) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#465) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#468) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#469) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#473) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#474) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#475) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#486) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#487) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#488) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#489) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#490) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#492) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#493) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#504) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#505) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#506) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#512) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#513) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#514) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#518) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#519) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#520) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#521) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#522) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#523) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#529) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#536) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#540) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#541) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#542) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#543) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#548) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#549) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#571) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#572) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#20) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#85) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#86) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#294) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#295) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#323) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#354) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#366) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#369) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#376) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#384) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#385) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#386) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#387) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#388) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#505) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#505) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#506) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#508) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#509) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#510) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#511) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#514) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#514) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#518) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#522) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#523) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#523) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#524) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#527) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#528) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#529) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#529) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#530) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#531) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#532) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#533) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#534) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#535) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#536) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#536) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#544) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#546) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#547) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#548) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#548) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#549) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#549) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#571) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#572) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Unexpected !important (declaration-no-important)
(#337) Unexpected !important (declaration-no-important)
(#404) Unexpected !important (declaration-no-important)
(#488) Unexpected !important (declaration-no-important)
(#494) Unexpected !important (declaration-no-important)
(#22) Expected "Alpha" to be "alpha" (function-name-case)
(#85) Expected "Alpha" to be "alpha" (function-name-case)
(#86) Expected "Alpha" to be "alpha" (function-name-case)
(#294) Expected "Alpha" to be "alpha" (function-name-case)
(#295) Expected "Alpha" to be "alpha" (function-name-case)
(#15) Expected line length to be no more than 132 characters (max-line-length)
(#53) Expected line length to be no more than 132 characters (max-line-length)
(#61) Expected line length to be no more than 132 characters (max-line-length)
(#69) Expected line length to be no more than 132 characters (max-line-length)
(#71) Expected line length to be no more than 132 characters (max-line-length)
(#73) Expected line length to be no more than 132 characters (max-line-length)
(#79) Expected line length to be no more than 132 characters (max-line-length)
(#81) Expected line length to be no more than 132 characters (max-line-length)
(#85) Expected line length to be no more than 132 characters (max-line-length)
(#86) Expected line length to be no more than 132 characters (max-line-length)
(#287) Expected line length to be no more than 132 characters (max-line-length)
(#288) Expected line length to be no more than 132 characters (max-line-length)
(#289) Expected line length to be no more than 132 characters (max-line-length)
(#290) Expected line length to be no more than 132 characters (max-line-length)
(#295) Expected line length to be no more than 132 characters (max-line-length)
(#341) Expected line length to be no more than 132 characters (max-line-length)
(#404) Expected line length to be no more than 132 characters (max-line-length)
(#421) Expected line length to be no more than 132 characters (max-line-length)
(#423) Expected line length to be no more than 132 characters (max-line-length)
(#424) Expected line length to be no more than 132 characters (max-line-length)
(#445) Expected line length to be no more than 132 characters (max-line-length)
(#449) Expected line length to be no more than 132 characters (max-line-length)
(#465) Expected line length to be no more than 132 characters (max-line-length)
(#486) Expected line length to be no more than 132 characters (max-line-length)
(#488) Expected line length to be no more than 132 characters (max-line-length)
(#491) Expected line length to be no more than 132 characters (max-line-length)
(#492) Expected line length to be no more than 132 characters (max-line-length)
(#512) Expected line length to be no more than 132 characters (max-line-length)
(#522) Expected line length to be no more than 132 characters (max-line-length)
(#523) Expected line length to be no more than 132 characters (max-line-length)
(#351) Unexpected whitespace at end of line (no-eol-whitespace)
(#407) Unexpected whitespace at end of line (no-eol-whitespace)
(#408) Unexpected whitespace at end of line (no-eol-whitespace)
(#444) Unexpected whitespace at end of line (no-eol-whitespace)
(#516) Unexpected whitespace at end of line (no-eol-whitespace)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#70) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#71) Expected newline after "," (selector-list-comma-newline-after)
(#72) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#73) Expected newline after "," (selector-list-comma-newline-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#79) Expected newline after "," (selector-list-comma-newline-after)
(#80) Expected newline after "," (selector-list-comma-newline-after)
(#80) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#83) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#85) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#96) Expected newline after "," (selector-list-comma-newline-after)
(#99) Expected newline after "," (selector-list-comma-newline-after)
(#306) Expected newline after "," (selector-list-comma-newline-after)
(#413) Expected newline after "," (selector-list-comma-newline-after)
(#414) Expected newline after "," (selector-list-comma-newline-after)
(#415) Expected newline after "," (selector-list-comma-newline-after)
(#421) Expected newline after "," (selector-list-comma-newline-after)
(#421) Expected newline after "," (selector-list-comma-newline-after)
(#421) Expected newline after "," (selector-list-comma-newline-after)
(#421) Expected newline after "," (selector-list-comma-newline-after)
(#423) Expected newline after "," (selector-list-comma-newline-after)
(#423) Expected newline after "," (selector-list-comma-newline-after)
(#424) Expected newline after "," (selector-list-comma-newline-after)
(#424) Expected newline after "," (selector-list-comma-newline-after)
(#425) Expected newline after "," (selector-list-comma-newline-after)
(#447) Expected newline after "," (selector-list-comma-newline-after)
(#491) Expected newline after "," (selector-list-comma-newline-after)
(#491) Expected newline after "," (selector-list-comma-newline-after)
(#492) Expected newline after "," (selector-list-comma-newline-after)
(#506) Expected newline after "," (selector-list-comma-newline-after)
(#507) Expected newline after "," (selector-list-comma-newline-after)
(#512) Expected newline after "," (selector-list-comma-newline-after)
(#516) Expected newline after "," (selector-list-comma-newline-after)
(#521) Expected newline after "," (selector-list-comma-newline-after)
(#59) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#59) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#61) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#61) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#373) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/css/jqueryui-editable.css
(#68) Expected newline after "}" (block-closing-brace-newline-after)
(#123) Expected newline after "}" (block-closing-brace-newline-after)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#38) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#55) Expected newline before "}" (block-closing-brace-newline-before)
(#67) Expected newline before "}" (block-closing-brace-newline-before)
(#71) Expected newline before "}" (block-closing-brace-newline-before)
(#89) Expected newline before "}" (block-closing-brace-newline-before)
(#95) Expected newline before "}" (block-closing-brace-newline-before)
(#136) Expected newline before "}" (block-closing-brace-newline-before)
(#165) Expected newline before "}" (block-closing-brace-newline-before)
(#174) Expected newline after "{" (block-opening-brace-newline-after)
(#157) Expected single space before "{" (block-opening-brace-space-before)
(#173) Expected single space before "{" (block-opening-brace-space-before)
(#159) Expected "#DD1144" to be "#dd1144" (color-hex-case)
(#146) Expected "#0088cc" to be "#08c" (color-hex-length)
(#159) Expected "#DD1144" to be "#D14" (color-hex-length)
(#22) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#34) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#136) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#21) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#33) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#43) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#48) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#50) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#75) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#94) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#110) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#131) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#135) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#152) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#158) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#159) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#176) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Unexpected !important (declaration-no-important)
(#55) Unexpected unit (length-zero-no-unit)
(#26) Expected no more than 2 empty lines (max-empty-lines)
(#1) Unexpected whitespace at end of line (no-eol-whitespace)
(#21) Unexpected whitespace at end of line (no-eol-whitespace)
(#28) Unexpected whitespace at end of line (no-eol-whitespace)
(#33) Unexpected whitespace at end of line (no-eol-whitespace)
(#34) Unexpected whitespace at end of line (no-eol-whitespace)
(#38) Unexpected whitespace at end of line (no-eol-whitespace)
(#43) Unexpected whitespace at end of line (no-eol-whitespace)
(#48) Unexpected whitespace at end of line (no-eol-whitespace)
(#50) Unexpected whitespace at end of line (no-eol-whitespace)
(#51) Unexpected whitespace at end of line (no-eol-whitespace)
(#55) Unexpected whitespace at end of line (no-eol-whitespace)
(#67) Unexpected whitespace at end of line (no-eol-whitespace)
(#68) Unexpected whitespace at end of line (no-eol-whitespace)
(#71) Unexpected whitespace at end of line (no-eol-whitespace)
(#75) Unexpected whitespace at end of line (no-eol-whitespace)
(#82) Unexpected whitespace at end of line (no-eol-whitespace)
(#89) Unexpected whitespace at end of line (no-eol-whitespace)
(#94) Unexpected whitespace at end of line (no-eol-whitespace)
(#95) Unexpected whitespace at end of line (no-eol-whitespace)
(#110) Unexpected whitespace at end of line (no-eol-whitespace)
(#123) Unexpected whitespace at end of line (no-eol-whitespace)
(#131) Unexpected whitespace at end of line (no-eol-whitespace)
(#135) Unexpected whitespace at end of line (no-eol-whitespace)
(#136) Unexpected whitespace at end of line (no-eol-whitespace)
(#142) Unexpected whitespace at end of line (no-eol-whitespace)
(#143) Unexpected whitespace at end of line (no-eol-whitespace)
(#149) Unexpected whitespace at end of line (no-eol-whitespace)
(#150) Unexpected whitespace at end of line (no-eol-whitespace)
(#152) Unexpected whitespace at end of line (no-eol-whitespace)
(#158) Unexpected whitespace at end of line (no-eol-whitespace)
(#159) Unexpected whitespace at end of line (no-eol-whitespace)
(#165) Unexpected whitespace at end of line (no-eol-whitespace)
(#174) Unexpected whitespace at end of line (no-eol-whitespace)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#142) Expected newline after "," (selector-list-comma-newline-after)
(#143) Expected newline after "," (selector-list-comma-newline-after)
(#149) Expected newline after "," (selector-list-comma-newline-after)
(#150) Expected newline after "," (selector-list-comma-newline-after)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 0 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/css/student_noscript.css
(#27) Expected "#EFEFEF" to be "#efefef" (color-hex-case)
(#28) Expected "#DEDEDE" to be "#dedede" (color-hex-case)
(#6) Expected "#999999" to be "#999" (color-hex-length)
(#10) Expected "#999999" to be "#999" (color-hex-length)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected line length to be no more than 132 characters (max-line-length)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#13) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#14) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#16) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/css/styles_block.css
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/css/tii-icon-webfont.css
(#88) Expected empty line before at-rule (at-rule-empty-line-before)
(#98) Expected empty line before at-rule (at-rule-empty-line-before)
(#65) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#167) Expected "#ffffff" to be "#fff" (color-hex-length)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 8 spaces (indentation)
(#91) Expected indentation of 8 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 8 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 8 spaces (indentation)
(#101) Expected indentation of 8 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 8 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#146) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#156) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/css/tooltipster.css
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#230) Unexpected empty block (block-no-empty)
(#256) Unexpected empty block (block-no-empty)
(#181) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#209) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#224) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#250) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#8) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#71) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#119) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#127) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#133) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#141) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#181) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#182) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#183) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#184) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#209) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#210) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#211) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#212) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#224) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#225) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#226) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#227) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#250) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#251) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#252) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#253) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#76) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#133) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#162) Expected single space after "," in a single-line function (function-comma-space-after)
(#163) Expected single space after "," in a single-line function (function-comma-space-after)
(#164) Expected single space after "," in a single-line function (function-comma-space-after)
(#165) Expected single space after "," in a single-line function (function-comma-space-after)
(#166) Expected single space after "," in a single-line function (function-comma-space-after)
(#175) Expected single space after "," in a single-line function (function-comma-space-after)
(#176) Expected single space after "," in a single-line function (function-comma-space-after)
(#177) Expected single space after "," in a single-line function (function-comma-space-after)
(#178) Expected single space after "," in a single-line function (function-comma-space-after)
(#179) Expected single space after "," in a single-line function (function-comma-space-after)
(#238) Unexpected unit (length-zero-no-unit)
(#264) Unexpected unit (length-zero-no-unit)
(#36) Expected no more than 2 empty lines (max-empty-lines)
(#37) Expected no more than 2 empty lines (max-empty-lines)
(#38) Expected no more than 2 empty lines (max-empty-lines)
(#39) Expected no more than 2 empty lines (max-empty-lines)
(#40) Expected no more than 2 empty lines (max-empty-lines)
(#41) Expected no more than 2 empty lines (max-empty-lines)
(#23) Expected line length to be no more than 132 characters (max-line-length)
(#58) Expected line length to be no more than 132 characters (max-line-length)
(#81) Expected line length to be no more than 132 characters (max-line-length)
(#94) Expected line length to be no more than 132 characters (max-line-length)
(#100) Expected line length to be no more than 132 characters (max-line-length)
(#147) Expected line length to be no more than 132 characters (max-line-length)
(#269) Expected line length to be no more than 132 characters (max-line-length)
(#8) Unexpected whitespace at end of line (no-eol-whitespace)
(#71) Unexpected whitespace at end of line (no-eol-whitespace)
(#119) Unexpected whitespace at end of line (no-eol-whitespace)
(#127) Unexpected whitespace at end of line (no-eol-whitespace)
(#133) Unexpected whitespace at end of line (no-eol-whitespace)
(#141) Unexpected whitespace at end of line (no-eol-whitespace)
(#181) Unexpected whitespace at end of line (no-eol-whitespace)
(#182) Unexpected whitespace at end of line (no-eol-whitespace)
(#183) Unexpected whitespace at end of line (no-eol-whitespace)
(#184) Unexpected whitespace at end of line (no-eol-whitespace)
(#209) Unexpected whitespace at end of line (no-eol-whitespace)
(#210) Unexpected whitespace at end of line (no-eol-whitespace)
(#211) Unexpected whitespace at end of line (no-eol-whitespace)
(#212) Unexpected whitespace at end of line (no-eol-whitespace)
(#224) Unexpected whitespace at end of line (no-eol-whitespace)
(#225) Unexpected whitespace at end of line (no-eol-whitespace)
(#226) Unexpected whitespace at end of line (no-eol-whitespace)
(#227) Unexpected whitespace at end of line (no-eol-whitespace)
(#228) Unexpected whitespace at end of line (no-eol-whitespace)
(#250) Unexpected whitespace at end of line (no-eol-whitespace)
(#251) Unexpected whitespace at end of line (no-eol-whitespace)
(#252) Unexpected whitespace at end of line (no-eol-whitespace)
(#253) Unexpected whitespace at end of line (no-eol-whitespace)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
(#114) Expected newline after "," (selector-list-comma-newline-after)
(#117) Expected newline after "," (selector-list-comma-newline-after)
(#131) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/jquery/colorbox.css
(#5) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#7) Expected newline before "}" (block-closing-brace-newline-before)
(#8) Expected newline before "}" (block-closing-brace-newline-before)
(#9) Expected newline before "}" (block-closing-brace-newline-before)
(#10) Expected newline before "}" (block-closing-brace-newline-before)
(#11) Expected newline before "}" (block-closing-brace-newline-before)
(#12) Expected newline before "}" (block-closing-brace-newline-before)
(#13) Expected newline before "}" (block-closing-brace-newline-before)
(#14) Expected newline before "}" (block-closing-brace-newline-before)
(#15) Expected newline before "}" (block-closing-brace-newline-before)
(#22) Expected newline before "}" (block-closing-brace-newline-before)
(#24) Expected newline before "}" (block-closing-brace-newline-before)
(#25) Expected newline before "}" (block-closing-brace-newline-before)
(#26) Expected newline before "}" (block-closing-brace-newline-before)
(#27) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected newline before "}" (block-closing-brace-newline-before)
(#29) Expected newline before "}" (block-closing-brace-newline-before)
(#30) Expected newline before "}" (block-closing-brace-newline-before)
(#31) Expected newline before "}" (block-closing-brace-newline-before)
(#32) Expected newline before "}" (block-closing-brace-newline-before)
(#33) Expected newline before "}" (block-closing-brace-newline-before)
(#34) Expected newline before "}" (block-closing-brace-newline-before)
(#37) Expected newline before "}" (block-closing-brace-newline-before)
(#41) Expected newline before "}" (block-closing-brace-newline-before)
(#48) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#7) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#8) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#9) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#10) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#11) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#12) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#13) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#14) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#15) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#22) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#24) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#25) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#26) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#27) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#28) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#29) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#30) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#31) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#32) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#33) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#34) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#37) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#23) Unexpected empty block (block-no-empty)
(#5) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#8) Expected newline after "{" (block-opening-brace-newline-after)
(#9) Expected newline after "{" (block-opening-brace-newline-after)
(#10) Expected newline after "{" (block-opening-brace-newline-after)
(#11) Expected newline after "{" (block-opening-brace-newline-after)
(#12) Expected newline after "{" (block-opening-brace-newline-after)
(#13) Expected newline after "{" (block-opening-brace-newline-after)
(#14) Expected newline after "{" (block-opening-brace-newline-after)
(#15) Expected newline after "{" (block-opening-brace-newline-after)
(#22) Expected newline after "{" (block-opening-brace-newline-after)
(#24) Expected newline after "{" (block-opening-brace-newline-after)
(#25) Expected newline after "{" (block-opening-brace-newline-after)
(#26) Expected newline after "{" (block-opening-brace-newline-after)
(#27) Expected newline after "{" (block-opening-brace-newline-after)
(#28) Expected newline after "{" (block-opening-brace-newline-after)
(#29) Expected newline after "{" (block-opening-brace-newline-after)
(#30) Expected newline after "{" (block-opening-brace-newline-after)
(#31) Expected newline after "{" (block-opening-brace-newline-after)
(#32) Expected newline after "{" (block-opening-brace-newline-after)
(#33) Expected newline after "{" (block-opening-brace-newline-after)
(#34) Expected newline after "{" (block-opening-brace-newline-after)
(#37) Expected newline after "{" (block-opening-brace-newline-after)
(#41) Expected newline after "{" (block-opening-brace-newline-after)
(#48) Expected newline after "{" (block-opening-brace-newline-after)
(#5) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#7) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#8) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#10) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#11) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#12) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#13) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#14) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#15) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#22) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#24) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#25) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#26) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#27) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#28) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#29) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#30) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#31) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#32) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#33) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#34) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#37) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#8) Expected single space before "{" (block-opening-brace-space-before)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#10) Expected single space before "{" (block-opening-brace-space-before)
(#11) Expected single space before "{" (block-opening-brace-space-before)
(#12) Expected single space before "{" (block-opening-brace-space-before)
(#13) Expected single space before "{" (block-opening-brace-space-before)
(#14) Expected single space before "{" (block-opening-brace-space-before)
(#15) Expected single space before "{" (block-opening-brace-space-before)
(#22) Expected single space before "{" (block-opening-brace-space-before)
(#24) Expected single space before "{" (block-opening-brace-space-before)
(#25) Expected single space before "{" (block-opening-brace-space-before)
(#26) Expected single space before "{" (block-opening-brace-space-before)
(#27) Expected single space before "{" (block-opening-brace-space-before)
(#28) Expected single space before "{" (block-opening-brace-space-before)
(#29) Expected single space before "{" (block-opening-brace-space-before)
(#30) Expected single space before "{" (block-opening-brace-space-before)
(#31) Expected single space before "{" (block-opening-brace-space-before)
(#32) Expected single space before "{" (block-opening-brace-space-before)
(#33) Expected single space before "{" (block-opening-brace-space-before)
(#34) Expected single space before "{" (block-opening-brace-space-before)
(#37) Expected single space before "{" (block-opening-brace-space-before)
(#70) Expected single space before "{" (block-opening-brace-space-before)
(#95) Expected single space before "{" (block-opening-brace-space-before)
(#45) Expected "#FFF" to be "#fff" (color-hex-case)
(#5) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#11) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#13) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#14) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#15) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#24) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#26) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#27) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#30) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#31) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#32) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#33) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#48) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#22) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#25) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#27) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#41) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#48) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#53) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#66) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#75) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#76) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#80) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#87) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#92) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#67) Unexpected !important (declaration-no-important)
(#33) Unexpected unit (length-zero-no-unit)
(#40) Expected line length to be no more than 132 characters (max-line-length)
(#41) Expected line length to be no more than 132 characters (max-line-length)
(#44) Expected line length to be no more than 132 characters (max-line-length)
(#50) Expected line length to be no more than 132 characters (max-line-length)
(#51) Expected line length to be no more than 132 characters (max-line-length)
(#5) Expected newline after "," (selector-list-comma-newline-after)
(#5) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#12) Expected newline after "," (selector-list-comma-newline-after)
(#12) Expected newline after "," (selector-list-comma-newline-after)
(#12) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#15) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#40) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#41) Expected newline after "," (selector-list-comma-newline-after)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#43) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#50) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#51) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#90) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected indentation of 0 spaces (indentation)
(#25) Expected indentation of 0 spaces (indentation)
(#26) Expected indentation of 0 spaces (indentation)
(#27) Expected indentation of 0 spaces (indentation)
(#28) Expected indentation of 0 spaces (indentation)
(#29) Expected indentation of 0 spaces (indentation)
(#30) Expected indentation of 0 spaces (indentation)
(#31) Expected indentation of 0 spaces (indentation)
(#32) Expected indentation of 0 spaces (indentation)
(#33) Expected indentation of 0 spaces (indentation)
(#34) Expected indentation of 0 spaces (indentation)
mod/turnitintooltwo/jquery/jquery.dataTables.css
(#325) Invalid value for "background" (csstree/validator)
(#349) Invalid value for "background" (csstree/validator)
(#365) Invalid value for "background" (csstree/validator)
(#391) Invalid value for "background" (csstree/validator)
(#441) Expected empty line before at-rule (at-rule-empty-line-before)
(#68) Expected "#B0BED9" to be "#b0bed9" (color-hex-case)
(#65) Expected "#ffffff" to be "#fff" (color-hex-length)
(#39) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#279) Unexpected duplicate "zoom" (declaration-block-no-duplicate-properties)
(#310) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#321) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#323) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#325) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#327) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#329) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#345) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#347) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#349) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#351) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#353) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#361) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#363) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#365) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#367) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#369) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#389) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#390) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#391) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#392) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#393) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#319) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#321) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#323) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#325) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#327) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#329) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#343) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#345) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#347) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#349) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#351) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#353) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#359) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#361) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#363) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#365) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#367) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#369) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#388) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#389) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#390) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#391) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#392) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#393) Unexpected shorthand "background" after "background-color" (declaration-block-no-shorthand-property-overrides)
(#308) Unexpected !important (declaration-no-important)
(#311) Unexpected !important (declaration-no-important)
(#316) Unexpected !important (declaration-no-important)
(#334) Unexpected !important (declaration-no-important)
(#340) Unexpected !important (declaration-no-important)
(#413) Unexpected !important (declaration-no-important)
(#414) Unexpected !important (declaration-no-important)
(#74) Expected line length to be no more than 132 characters (max-line-length)
(#147) Expected line length to be no more than 132 characters (max-line-length)
(#150) Expected line length to be no more than 132 characters (max-line-length)
(#153) Expected line length to be no more than 132 characters (max-line-length)
(#165) Expected line length to be no more than 132 characters (max-line-length)
(#168) Expected line length to be no more than 132 characters (max-line-length)
(#171) Expected line length to be no more than 132 characters (max-line-length)
(#315) Expected line length to be no more than 132 characters (max-line-length)
(#332) Expected line length to be no more than 132 characters (max-line-length)
(#388) Expected line length to be no more than 132 characters (max-line-length)
(#389) Expected line length to be no more than 132 characters (max-line-length)
(#390) Expected line length to be no more than 132 characters (max-line-length)
(#391) Expected line length to be no more than 132 characters (max-line-length)
(#392) Expected line length to be no more than 132 characters (max-line-length)
(#393) Expected line length to be no more than 132 characters (max-line-length)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#74) Expected newline after "," (selector-list-comma-newline-after)
(#78) Expected newline after "," (selector-list-comma-newline-after)
(#82) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#97) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#115) Expected newline after "," (selector-list-comma-newline-after)
(#120) Expected newline after "," (selector-list-comma-newline-after)
(#123) Expected newline after "," (selector-list-comma-newline-after)
(#126) Expected newline after "," (selector-list-comma-newline-after)
(#129) Expected newline after "," (selector-list-comma-newline-after)
(#132) Expected newline after "," (selector-list-comma-newline-after)
(#135) Expected newline after "," (selector-list-comma-newline-after)
(#138) Expected newline after "," (selector-list-comma-newline-after)
(#141) Expected newline after "," (selector-list-comma-newline-after)
(#144) Expected newline after "," (selector-list-comma-newline-after)
(#147) Expected newline after "," (selector-list-comma-newline-after)
(#150) Expected newline after "," (selector-list-comma-newline-after)
(#153) Expected newline after "," (selector-list-comma-newline-after)
(#156) Expected newline after "," (selector-list-comma-newline-after)
(#159) Expected newline after "," (selector-list-comma-newline-after)
(#162) Expected newline after "," (selector-list-comma-newline-after)
(#165) Expected newline after "," (selector-list-comma-newline-after)
(#168) Expected newline after "," (selector-list-comma-newline-after)
(#171) Expected newline after "," (selector-list-comma-newline-after)
(#177) Expected newline after "," (selector-list-comma-newline-after)
(#315) Expected newline after "," (selector-list-comma-newline-after)
(#332) Expected newline after "," (selector-list-comma-newline-after)
(#332) Expected newline after "," (selector-list-comma-newline-after)
(#5) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#75) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#139) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#148) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#257) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#269) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#282) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#298) Expected indentation of 4 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 4 spaces (indentation)
(#306) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#308) Expected indentation of 4 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#313) Expected indentation of 4 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 4 spaces (indentation)
(#323) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#325) Expected indentation of 4 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#335) Expected indentation of 4 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#337) Expected indentation of 4 spaces (indentation)
(#340) Expected indentation of 4 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#345) Expected indentation of 4 spaces (indentation)
(#346) Expected indentation of 4 spaces (indentation)
(#347) Expected indentation of 4 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#354) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#369) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#374) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#391) Expected indentation of 4 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#403) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#412) Expected indentation of 4 spaces (indentation)
(#413) Expected indentation of 4 spaces (indentation)
(#414) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 4 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 4 spaces (indentation)
(#425) Expected indentation of 4 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#428) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 8 spaces (indentation)
(#435) Expected indentation of 8 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 8 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#446) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 8 spaces (indentation)
(#445) Expected indentation of 8 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 8 spaces (indentation)
mod/turnitintooltwo/jquery/jqueryui-editable.css
(#157) Expected single space before "{" (block-opening-brace-space-before)
(#173) Expected single space before "{" (block-opening-brace-space-before)
(#159) Expected "#DD1144" to be "#dd1144" (color-hex-case)
(#146) Expected "#0088cc" to be "#08c" (color-hex-length)
(#159) Expected "#DD1144" to be "#D14" (color-hex-length)
(#22) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#34) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#136) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#176) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Unexpected !important (declaration-no-important)
(#55) Unexpected unit (length-zero-no-unit)
(#26) Expected no more than 2 empty lines (max-empty-lines)
(#157) Expected newline after "," (selector-list-comma-newline-after)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 0 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#108) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#160) Expected indentation of 4 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/jquery/tooltipster.css
(#228) Expected newline before "}" (block-closing-brace-newline-before)
(#230) Unexpected empty block (block-no-empty)
(#256) Unexpected empty block (block-no-empty)
(#181) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#209) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#224) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#250) Unexpected duplicate "-webkit-transition-timing-function" (declaration-block-no-duplicate-properties)
(#8) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#71) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#119) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#127) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#133) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#141) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#181) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#182) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#183) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#184) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#209) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#210) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#211) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#212) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#224) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#225) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#226) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#227) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#250) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#251) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#252) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#253) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#76) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#82) Unexpected !important (declaration-no-important)
(#83) Unexpected !important (declaration-no-important)
(#89) Unexpected !important (declaration-no-important)
(#90) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#119) Unexpected !important (declaration-no-important)
(#126) Unexpected !important (declaration-no-important)
(#127) Unexpected !important (declaration-no-important)
(#132) Unexpected !important (declaration-no-important)
(#133) Unexpected !important (declaration-no-important)
(#140) Unexpected !important (declaration-no-important)
(#141) Unexpected !important (declaration-no-important)
(#238) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#162) Expected single space after "," in a single-line function (function-comma-space-after)
(#163) Expected single space after "," in a single-line function (function-comma-space-after)
(#164) Expected single space after "," in a single-line function (function-comma-space-after)
(#165) Expected single space after "," in a single-line function (function-comma-space-after)
(#166) Expected single space after "," in a single-line function (function-comma-space-after)
(#175) Expected single space after "," in a single-line function (function-comma-space-after)
(#176) Expected single space after "," in a single-line function (function-comma-space-after)
(#177) Expected single space after "," in a single-line function (function-comma-space-after)
(#178) Expected single space after "," in a single-line function (function-comma-space-after)
(#179) Expected single space after "," in a single-line function (function-comma-space-after)
(#238) Unexpected unit (length-zero-no-unit)
(#264) Unexpected unit (length-zero-no-unit)
(#36) Expected no more than 2 empty lines (max-empty-lines)
(#37) Expected no more than 2 empty lines (max-empty-lines)
(#38) Expected no more than 2 empty lines (max-empty-lines)
(#39) Expected no more than 2 empty lines (max-empty-lines)
(#40) Expected no more than 2 empty lines (max-empty-lines)
(#41) Expected no more than 2 empty lines (max-empty-lines)
(#23) Expected line length to be no more than 132 characters (max-line-length)
(#58) Expected line length to be no more than 132 characters (max-line-length)
(#81) Expected line length to be no more than 132 characters (max-line-length)
(#94) Expected line length to be no more than 132 characters (max-line-length)
(#100) Expected line length to be no more than 132 characters (max-line-length)
(#147) Expected line length to be no more than 132 characters (max-line-length)
(#269) Expected line length to be no more than 132 characters (max-line-length)
(#8) Unexpected whitespace at end of line (no-eol-whitespace)
(#71) Unexpected whitespace at end of line (no-eol-whitespace)
(#119) Unexpected whitespace at end of line (no-eol-whitespace)
(#127) Unexpected whitespace at end of line (no-eol-whitespace)
(#133) Unexpected whitespace at end of line (no-eol-whitespace)
(#141) Unexpected whitespace at end of line (no-eol-whitespace)
(#181) Unexpected whitespace at end of line (no-eol-whitespace)
(#182) Unexpected whitespace at end of line (no-eol-whitespace)
(#183) Unexpected whitespace at end of line (no-eol-whitespace)
(#184) Unexpected whitespace at end of line (no-eol-whitespace)
(#209) Unexpected whitespace at end of line (no-eol-whitespace)
(#210) Unexpected whitespace at end of line (no-eol-whitespace)
(#211) Unexpected whitespace at end of line (no-eol-whitespace)
(#212) Unexpected whitespace at end of line (no-eol-whitespace)
(#224) Unexpected whitespace at end of line (no-eol-whitespace)
(#225) Unexpected whitespace at end of line (no-eol-whitespace)
(#226) Unexpected whitespace at end of line (no-eol-whitespace)
(#227) Unexpected whitespace at end of line (no-eol-whitespace)
(#228) Unexpected whitespace at end of line (no-eol-whitespace)
(#250) Unexpected whitespace at end of line (no-eol-whitespace)
(#251) Unexpected whitespace at end of line (no-eol-whitespace)
(#252) Unexpected whitespace at end of line (no-eol-whitespace)
(#253) Unexpected whitespace at end of line (no-eol-whitespace)
(#69) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#75) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#81) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#88) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#94) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#105) Expected newline after "," (selector-list-comma-newline-after)
(#108) Expected newline after "," (selector-list-comma-newline-after)
(#111) Expected newline after "," (selector-list-comma-newline-after)
(#114) Expected newline after "," (selector-list-comma-newline-after)
(#117) Expected newline after "," (selector-list-comma-newline-after)
(#131) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#60) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 4 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#76) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#91) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 4 spaces (indentation)
(#118) Expected indentation of 4 spaces (indentation)
(#119) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#129) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 4 spaces (indentation)
(#158) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#164) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#170) Expected indentation of 4 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#175) Expected indentation of 4 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#180) Expected indentation of 4 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#185) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#190) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 4 spaces (indentation)
(#193) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 4 spaces (indentation)
(#198) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#202) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#207) Expected indentation of 4 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#212) Expected indentation of 4 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#217) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 4 spaces (indentation)
(#220) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 4 spaces (indentation)
(#225) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#227) Expected indentation of 4 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#235) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#237) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#239) Expected indentation of 4 spaces (indentation)
(#243) Expected indentation of 4 spaces (indentation)
(#244) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 4 spaces (indentation)
(#252) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#271) Expected indentation of 4 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#274) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#276) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/sass/_other.scss
(#125) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#140) Expected "#0073D2" to be "#0073d2" (color-hex-case)
(#172) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#187) Expected "#0073D2" to be "#0073d2" (color-hex-case)
(#227) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#237) Expected "#003A69" to be "#003a69" (color-hex-case)
(#243) Expected "#0073D2" to be "#0073d2" (color-hex-case)
(#246) Expected "#00569E" to be "#00569e" (color-hex-case)
(#249) Expected "#003A69" to be "#003a69" (color-hex-case)
(#264) Expected "#FF0000" to be "#ff0000" (color-hex-case)
(#125) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#172) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#227) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#264) Expected "#FF0000" to be "#F00" (color-hex-length)
(#153) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#154) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#155) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#156) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#199) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#200) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#201) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#202) Unexpected duplicate "background-image" (declaration-block-no-duplicate-properties)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#35) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#49) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#58) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#62) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Unexpected !important (declaration-no-important)
(#68) Unexpected !important (declaration-no-important)
(#72) Unexpected !important (declaration-no-important)
(#76) Unexpected !important (declaration-no-important)
(#80) Unexpected !important (declaration-no-important)
(#84) Unexpected !important (declaration-no-important)
(#150) Expected single space after "," in a single-line function (function-comma-space-after)
(#150) Expected single space after "," in a single-line function (function-comma-space-after)
(#150) Expected single space after "," in a single-line function (function-comma-space-after)
(#152) Expected single space after "," in a single-line function (function-comma-space-after)
(#152) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#153) Expected single space after "," in a single-line function (function-comma-space-after)
(#154) Expected single space after "," in a single-line function (function-comma-space-after)
(#154) Expected single space after "," in a single-line function (function-comma-space-after)
(#155) Expected single space after "," in a single-line function (function-comma-space-after)
(#155) Expected single space after "," in a single-line function (function-comma-space-after)
(#156) Expected single space after "," in a single-line function (function-comma-space-after)
(#156) Expected single space after "," in a single-line function (function-comma-space-after)
(#158) Expected single space after "," in a single-line function (function-comma-space-after)
(#158) Expected single space after "," in a single-line function (function-comma-space-after)
(#159) Expected single space after "," in a single-line function (function-comma-space-after)
(#159) Expected single space after "," in a single-line function (function-comma-space-after)
(#159) Expected single space after "," in a single-line function (function-comma-space-after)
(#160) Expected single space after "," in a single-line function (function-comma-space-after)
(#160) Expected single space after "," in a single-line function (function-comma-space-after)
(#160) Expected single space after "," in a single-line function (function-comma-space-after)
(#161) Expected single space after "," in a single-line function (function-comma-space-after)
(#161) Expected single space after "," in a single-line function (function-comma-space-after)
(#161) Expected single space after "," in a single-line function (function-comma-space-after)
(#196) Expected single space after "," in a single-line function (function-comma-space-after)
(#196) Expected single space after "," in a single-line function (function-comma-space-after)
(#196) Expected single space after "," in a single-line function (function-comma-space-after)
(#198) Expected single space after "," in a single-line function (function-comma-space-after)
(#198) Expected single space after "," in a single-line function (function-comma-space-after)
(#199) Expected single space after "," in a single-line function (function-comma-space-after)
(#199) Expected single space after "," in a single-line function (function-comma-space-after)
(#199) Expected single space after "," in a single-line function (function-comma-space-after)
(#199) Expected single space after "," in a single-line function (function-comma-space-after)
(#200) Expected single space after "," in a single-line function (function-comma-space-after)
(#200) Expected single space after "," in a single-line function (function-comma-space-after)
(#201) Expected single space after "," in a single-line function (function-comma-space-after)
(#201) Expected single space after "," in a single-line function (function-comma-space-after)
(#202) Expected single space after "," in a single-line function (function-comma-space-after)
(#202) Expected single space after "," in a single-line function (function-comma-space-after)
(#204) Expected single space after "," in a single-line function (function-comma-space-after)
(#204) Expected single space after "," in a single-line function (function-comma-space-after)
(#205) Expected single space after "," in a single-line function (function-comma-space-after)
(#205) Expected single space after "," in a single-line function (function-comma-space-after)
(#205) Expected single space after "," in a single-line function (function-comma-space-after)
(#206) Expected single space after "," in a single-line function (function-comma-space-after)
(#206) Expected single space after "," in a single-line function (function-comma-space-after)
(#206) Expected single space after "," in a single-line function (function-comma-space-after)
(#207) Expected single space after "," in a single-line function (function-comma-space-after)
(#207) Expected single space after "," in a single-line function (function-comma-space-after)
(#207) Expected single space after "," in a single-line function (function-comma-space-after)
(#130) Unexpected unit (length-zero-no-unit)
(#130) Unexpected unit (length-zero-no-unit)
(#177) Unexpected unit (length-zero-no-unit)
(#177) Unexpected unit (length-zero-no-unit)
(#233) Unexpected unit (length-zero-no-unit)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#20) Expected newline after "," (selector-list-comma-newline-after)
(#21) Expected newline after "," (selector-list-comma-newline-after)
(#21) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#22) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#24) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#25) Expected newline after "," (selector-list-comma-newline-after)
(#26) Expected newline after "," (selector-list-comma-newline-after)
(#28) Expected newline after "," (selector-list-comma-newline-after)
(#29) Expected newline after "," (selector-list-comma-newline-after)
(#30) Expected newline after "," (selector-list-comma-newline-after)
(#31) Expected newline after "," (selector-list-comma-newline-after)
(#32) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#33) Expected newline after "," (selector-list-comma-newline-after)
(#34) Expected newline after "," (selector-list-comma-newline-after)
(#39) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#48) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#52) Expected newline after "," (selector-list-comma-newline-after)
(#53) Expected newline after "," (selector-list-comma-newline-after)
(#53) Expected newline after "," (selector-list-comma-newline-after)
(#54) Expected newline after "," (selector-list-comma-newline-after)
(#54) Expected newline after "," (selector-list-comma-newline-after)
(#55) Expected newline after "," (selector-list-comma-newline-after)
(#56) Expected newline after "," (selector-list-comma-newline-after)
(#57) Expected newline after "," (selector-list-comma-newline-after)
(#61) Expected newline after "," (selector-list-comma-newline-after)
(#87) Expected newline after "," (selector-list-comma-newline-after)
(#103) Expected newline after "," (selector-list-comma-newline-after)
(#132) Expected newline after "," (selector-list-comma-newline-after)
(#179) Expected newline after "," (selector-list-comma-newline-after)
mod/turnitintooltwo/sass/_utilities.scss
(#62) Expected "#0000FF" to be "#0000ff" (color-hex-case)
(#37) Expected "#999999" to be "#999" (color-hex-length)
(#62) Expected "#0000FF" to be "#00F" (color-hex-length)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#58) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#23) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/sass/_variables.scss
(#2) Expected "#EFEFEF" to be "#efefef" (color-hex-case)
(#3) Expected "#A8A8A8" to be "#a8a8a8" (color-hex-case)
(#6) Expected "#0070A8" to be "#0070a8" (color-hex-case)
(#8) Expected "#B94A48" to be "#b94a48" (color-hex-case)
(#9) Expected "#19B719" to be "#19b719" (color-hex-case)
(#13) Expected "#CC0000" to be "#cc0000" (color-hex-case)
(#13) Expected "#CC0000" to be "#C00" (color-hex-length)
mod/turnitintooltwo/sass/styles.scss
(#3) Unexpected empty line before at-rule (at-rule-empty-line-before)
mod/turnitintooltwo/sass/partials/_digital_receipt.scss
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
mod/turnitintooltwo/sass/partials/_eula.scss
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Unexpected !important (declaration-no-important)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/sass/partials/_inbox.scss
(#26) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#26) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#29) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#7) Unexpected !important (declaration-no-important)
(#11) Unexpected !important (declaration-no-important)
(#15) Unexpected !important (declaration-no-important)
(#19) Unexpected !important (declaration-no-important)
(#72) Unexpected unit (length-zero-no-unit)
mod/turnitintooltwo/sass/partials/_listbar.scss
(#133) Expected newline before "}" (block-closing-brace-newline-before)
(#28) Expected "#EFEFEF" to be "#efefef" (color-hex-case)
(#60) Unexpected !important (declaration-no-important)
(#61) Unexpected !important (declaration-no-important)
(#102) Unexpected !important (declaration-no-important)
(#110) Unexpected !important (declaration-no-important)
(#111) Unexpected !important (declaration-no-important)
(#118) Unexpected !important (declaration-no-important)
(#133) Unexpected whitespace at end of line (no-eol-whitespace)
mod/turnitintooltwo/sass/partials/_members.scss
(#10) Unexpected unit (length-zero-no-unit)
(#11) Unexpected unit (length-zero-no-unit)
(#12) Unexpected unit (length-zero-no-unit)
(#14) Unexpected unit (length-zero-no-unit)
(#15) Unexpected unit (length-zero-no-unit)
(#21) Unexpected unit (length-zero-no-unit)
(#22) Unexpected unit (length-zero-no-unit)
mod/turnitintooltwo/sass/partials/_modal.scss
(#21) Unexpected !important (declaration-no-important)
(#22) Unexpected !important (declaration-no-important)
(#30) Unexpected !important (declaration-no-important)
mod/turnitintooltwo/sass/partials/_part_details.scss
(#202) Expected newline before "}" (block-closing-brace-newline-before)
(#163) Expected "#0070A8" to be "#0070a8" (color-hex-case)
(#170) Expected "#0070A8" to be "#0070a8" (color-hex-case)
(#174) Expected "#009900" to be "#090" (color-hex-length)
(#178) Expected "#009900" to be "#090" (color-hex-length)
(#71) Unexpected duplicate "font-size" (declaration-block-no-duplicate-properties)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#4) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#33) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#34) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#38) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#42) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#43) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#47) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#54) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#55) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#108) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#119) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#121) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#122) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#126) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#127) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#150) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#155) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#156) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#168) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#189) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#56) Unexpected !important (declaration-no-important)
(#57) Unexpected !important (declaration-no-important)
(#77) Unexpected !important (declaration-no-important)
(#163) Unexpected !important (declaration-no-important)
(#170) Unexpected !important (declaration-no-important)
(#174) Unexpected !important (declaration-no-important)
(#178) Unexpected !important (declaration-no-important)
(#3) Unexpected unit (length-zero-no-unit)
(#168) Unexpected unit (length-zero-no-unit)
(#168) Unexpected unit (length-zero-no-unit)
(#196) Unexpected whitespace at end of line (no-eol-whitespace)
(#201) Unexpected whitespace at end of line (no-eol-whitespace)
(#136) Expected newline after "," (selector-list-comma-newline-after)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
mod/turnitintooltwo/sass/partials/_table.scss
(#147) Expected newline before "}" (block-closing-brace-newline-before)
(#148) Expected newline before "}" (block-closing-brace-newline-before)
(#149) Expected newline before "}" (block-closing-brace-newline-before)
(#150) Expected newline before "}" (block-closing-brace-newline-before)
(#151) Expected newline before "}" (block-closing-brace-newline-before)
(#152) Expected newline before "}" (block-closing-brace-newline-before)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#157) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#147) Expected newline after "{" (block-opening-brace-newline-after)
(#148) Expected newline after "{" (block-opening-brace-newline-after)
(#149) Expected newline after "{" (block-opening-brace-newline-after)
(#150) Expected newline after "{" (block-opening-brace-newline-after)
(#151) Expected newline after "{" (block-opening-brace-newline-after)
(#152) Expected newline after "{" (block-opening-brace-newline-after)
(#153) Expected newline after "{" (block-opening-brace-newline-after)
(#154) Expected newline after "{" (block-opening-brace-newline-after)
(#155) Expected newline after "{" (block-opening-brace-newline-after)
(#156) Expected newline after "{" (block-opening-brace-newline-after)
(#157) Expected newline after "{" (block-opening-brace-newline-after)
(#158) Expected newline after "{" (block-opening-brace-newline-after)
(#122) Expected "#EFEFEF" to be "#efefef" (color-hex-case)
(#148) Expected "#3552B7" to be "#3552b7" (color-hex-case)
(#149) Expected "#617B8D" to be "#617b8d" (color-hex-case)
(#150) Expected "#A1B556" to be "#a1b556" (color-hex-case)
(#151) Expected "#DAE235" to be "#dae235" (color-hex-case)
(#152) Expected "#EDAC28" to be "#edac28" (color-hex-case)
(#153) Expected "#EDD42F" to be "#edd42f" (color-hex-case)
(#154) Expected "#ECAD28" to be "#ecad28" (color-hex-case)
(#155) Expected "#E15A21" to be "#e15a21" (color-hex-case)
(#156) Expected "#E05A21" to be "#e05a21" (color-hex-case)
(#157) Expected "#DC4321" to be "#dc4321" (color-hex-case)
(#158) Expected "#DB4221" to be "#db4221" (color-hex-case)
(#147) Expected "#999999" to be "#999" (color-hex-length)
(#16) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#13) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#73) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#78) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#91) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#92) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#93) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#111) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#136) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#137) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Unexpected !important (declaration-no-important)
(#17) Unexpected !important (declaration-no-important)
(#21) Unexpected !important (declaration-no-important)
(#25) Unexpected !important (declaration-no-important)
(#28) Unexpected !important (declaration-no-important)
(#33) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#45) Unexpected !important (declaration-no-important)
(#49) Unexpected !important (declaration-no-important)
(#53) Unexpected !important (declaration-no-important)
(#86) Expected newline after "," (selector-list-comma-newline-after)
(#86) Expected newline after "," (selector-list-comma-newline-after)
mod/turnitintooltwo/sass/settings_partials/_class_migration_tab.scss
(#17) Unexpected !important (declaration-no-important)
(#18) Unexpected !important (declaration-no-important)
(#19) Unexpected !important (declaration-no-important)
(#20) Unexpected !important (declaration-no-important)
(#24) Unexpected !important (declaration-no-important)
(#25) Unexpected !important (declaration-no-important)
(#26) Unexpected !important (declaration-no-important)
(#27) Unexpected !important (declaration-no-important)
(#31) Unexpected !important (declaration-no-important)
(#32) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#37) Unexpected !important (declaration-no-important)
mod/turnitintooltwo/sass/settings_partials/_settings_tab.scss
(#21) Expected "#00CC00" to be "#00cc00" (color-hex-case)
(#22) Expected "#C3FDB8" to be "#c3fdb8" (color-hex-case)
(#26) Expected "#CC0000" to be "#cc0000" (color-hex-case)
(#27) Expected "#E77471" to be "#e77471" (color-hex-case)
(#21) Expected "#00CC00" to be "#0C0" (color-hex-length)
(#26) Expected "#CC0000" to be "#C00" (color-hex-length)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)

PHPDocs style problems

(685 errors, 0 warnings)

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

mod/turnitintooltwo/backup/moodle2/restore_turnitintooltwo_activity_task.class.php
(#133) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#134) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#149) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#150) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/turnitintooltwo/classes/digitalreceipt/instructor_message.php
(#47) Phpdocs for function instructor_message::send_instructor_message has incomplete parameters list
mod/turnitintooltwo/classes/digitalreceipt/receipt_message.php
(#24) Phpdocs for function receipt_message::send_message has incomplete parameters list
mod/turnitintooltwo/classes/nonsubmitters/nonsubmitters_message.php
(#24) Phpdocs for function nonsubmitters_message::send_message has incomplete parameters list
mod/turnitintooltwo/classes/privacy/provider.php
(#52) Phpdocs for function provider::_get_metadata has incomplete parameters list
mod/turnitintooltwo/classes/v1migration/v1migration.php
(#42) Phpdocs for function v1migration::togglemigrationstatus has incomplete parameters list
(#107) Phpdocs for function v1migration::migrate_modal has incomplete parameters list
(#258) Phpdocs for function v1migration::setup_v2_module has incomplete parameters list
(#368) Phpdocs for function v1migration::migrate_gradebook has incomplete parameters list
(#527) Phpdocs for function v1migration::log_success_migration_event has incomplete parameters list
(#642) Phpdocs for function v1migration::output_settings_form has incomplete parameters list
mod/turnitintooltwo/classes/view/members.php
(#38) Phpdocs for function members_view::build_members_view has incomplete parameters list
(#110) Phpdocs for function members_view::build_members_table has incomplete parameters list
mod/turnitintooltwo/lib.php
(#83) Phpdocs for function turnitintooltwo_add_to_log has incomplete parameters list
(#552) Phpdocs for function turnitintooltwo_generate_part_dates has incomplete parameters list
(#787) Phpdocs for function turnitintooltwo_cron_update_gradbook has incomplete parameters list
(#851) Phpdocs for function turnitintooltwo_print_error has incomplete parameters list
(#880) Phpdocs for function turnitintooltwo_filetype_array has incomplete parameters list
(#1040) Phpdocs for function turnitintooltwo_get_courses_from_tii has incomplete parameters list
(#1195) Phpdocs for function turnitintooltwo_getfiles has incomplete parameters list
(#1527) Phpdocs for function turnitintooltwo_init_browser_assignment_table has incomplete parameters list
(#1647) Phpdocs for function turnitintooltwo_get_course_type has incomplete parameters list
(#1671) Phpdocs for function turnitintooltwo_override_repository has incomplete parameters list
mod/turnitintooltwo/sdk/api.class.php
(#183) Phpdocs for function TurnitinAPI::setProxyBypass has incomplete parameters list
(#423) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#424) Inline phpdocs tag {@link TiiPseudoUser.html TiiPseudoUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#425) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#420) Inline phpdocs tag {@link TiiUser.html#setFirstName TiiUser->setFirstName( string FirstName )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#420) Inline phpdocs tag {@link TiiUser.html#setLastName TiiUser->setLastName( string LastName )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#420) Inline phpdocs tag {@link TiiUser.html#setEmail TiiUser->setEmail( string EmailAddress )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#420) Inline phpdocs tag {@link TiiUser.html#setDefaultRole TiiUser->setDefaultRole( string DefaultRole )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#425) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#423) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#420) Inline phpdocs tag {@link Response.html Response->getUser()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#423) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#420) Inline phpdocs tag {@link TiiUser.html#getUserId TiiUser->getUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#467) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#468) Inline phpdocs tag {@link TiiPseudoUser.html TiiPseudoUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#469) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#471) Inline phpdocs tag {@link TurnitinAPI.html#createUser createUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#485) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#486) Inline phpdocs tag {@link TiiPseudoUser.html TiiPseudoUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#487) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#489) Inline phpdocs tag {@link TurnitinAPI.html#createUser createUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#503) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#504) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html TiiUser->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#504) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#503) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link Response.html Response->getUser()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#503) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html#getFirstName TiiUser->getFirstName()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html#getLastName TiiUser->getLastName()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html#getEmail TiiUser->getEmail()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html#getDefaultRole TiiUser->getDefaultRole()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html#getUserMessages TiiUser->getUserMessages()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#500) Inline phpdocs tag {@link TiiUser.html#getInstructorRubrics TiiUser->getInstructorRubrics()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#545) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#546) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#setUserIds TiiUser->setUserIds( array UserIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#546) Inline phpdocs tag {@link Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#545) Inline phpdocs tag {@link TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link Response.html#getUsers Response->getUsers()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#545) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#getFirstName TiiUser->getFirstName()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#getLastName TiiUser->getLastName()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#getEmail TiiUser->getEmail()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#getDefaultRole TiiUser->getDefaultRole()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#getUserMessages TiiUser->getUserMessages()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#542) Inline phpdocs tag {@link TiiUser.html#getInstructorRubrics TiiUser->getInstructorRubrics()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#590) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#591) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#587) Inline phpdocs tag {@link TiiUser.html#setUserId TiiUser->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#587) Inline phpdocs tag {@link TiiUser.html#setFirstName TiiUser->setFirstName( string FirstName )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#587) Inline phpdocs tag {@link TiiUser.html#setLastName TiiUser->setLastName( string LastName )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#587) Inline phpdocs tag {@link TiiUser.html#setDefaultRole TiiUser->setDefaultRole( string DefaultRole )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#591) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#628) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#629) Inline phpdocs tag {@link TiiPseudoUser.html TiiPseudoUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#630) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#625) Inline phpdocs tag {@link TiiUser.html#setEmail TiiUser->setEmail( string Email )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#630) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#628) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#625) Inline phpdocs tag {@link Response.html#getUser Response->getUser()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#628) Inline phpdocs tag {@link TiiUser.html TiiUser} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#625) Inline phpdocs tag {@link TiiUser.html#getUserId TiiUser->getUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#666) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#667) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#663) Inline phpdocs tag {@link TiiClass.html#setTitle TiiClass->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#663) Inline phpdocs tag {@link TiiClass.html#setEndDate TiiClass->setEndDate( string EndDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#667) Inline phpdocs tag {@link Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#666) Inline phpdocs tag {@link TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#663) Inline phpdocs tag {@link Response.html#getClass Response->getClass()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#666) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#663) Inline phpdocs tag {@link TiiClass.html#getClassId TiiClass->getClassId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#705) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#706) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#702) Inline phpdocs tag {@link TiiClass.html#setClassId TiiClass->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#706) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#705) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#702) Inline phpdocs tag {@link Response.html#getClass Response->getClass()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#705) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#702) Inline phpdocs tag {@link TiiClass.html#getTitle TiiClass->getTitle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#702) Inline phpdocs tag {@link TiiClass.html#getEndDate TiiClass->getEndDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#744) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#745) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#741) Inline phpdocs tag {@link TiiClass.html#setClassIds TiiClass->setClassIds( array ClassIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#745) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#744) Inline phpdocs tag {@link TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#741) Inline phpdocs tag {@link Response.html#getClasses Response->getClasses()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#744) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#741) Inline phpdocs tag {@link TiiClass.html#getTitle TiiClass->getTitle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#741) Inline phpdocs tag {@link TiiClass.html#getEndDate TiiClass->getEndDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#786) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#787) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#783) Inline phpdocs tag {@link TiiClass.html#setClassId TiiClass->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#783) Inline phpdocs tag {@link TiiClass.html#setTitle TiiClass->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#783) Inline phpdocs tag {@link TiiClass.html#setEndDate TiiClass->setEndDate( string EndDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#787) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#819) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#820) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#816) Inline phpdocs tag {@link TiiClass.html#setClassId TiiClass->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#820) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#849) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#850) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#845) Inline phpdocs tag {@link TiiClass.html#setTitle TiiClass->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#845) Inline phpdocs tag {@link TiiClass.html#setDateFrom TiiClass->setDateFrom( string DateFrom )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#850) Inline phpdocs tag {@link Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#849) Inline phpdocs tag {@link TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#845) Inline phpdocs tag {@link Response.html#getClass Response->getClass()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#849) Inline phpdocs tag {@link TiiClass.html TiiClass} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#845) Inline phpdocs tag {@link TiiClass.html#getClassIds TiiClass->getClassIds()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#888) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#889) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#885) Inline phpdocs tag {@link TiiMembership.html#setClassId TiiMembership->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#885) Inline phpdocs tag {@link TiiMembership.html#setUserId TiiMembership->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#885) Inline phpdocs tag {@link TiiMembership.html#setRole TiiMembership->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#889) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#888) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#885) Inline phpdocs tag {@link Response.html#getMembership Response->getMembership()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#888) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#885) Inline phpdocs tag {@link TiiMembership.html#getMembershipId TiiMembership->getMembershipId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#929) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#930) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#932) Inline phpdocs tag {@link TurnitinAPI.html#createMembership createMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#946) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#947) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#949) Inline phpdocs tag {@link TurnitinAPI.html#createMembership createMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#963) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#964) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#960) Inline phpdocs tag {@link TiiMembership.html#setMembership TiiMembership->setMembershipId( integer MembershipId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#964) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#963) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#960) Inline phpdocs tag {@link Response.html#getMembership Response->getMembership()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#963) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#960) Inline phpdocs tag {@link TiiMembership.html#getClassId TiiMembership->getClassId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#960) Inline phpdocs tag {@link TiiMembership.html#getUserId TiiMembership->getUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#960) Inline phpdocs tag {@link TiiMembership.html#getRole TiiMembership->getRole()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1004) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1005) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1001) Inline phpdocs tag {@link TiiMembership.html#setMembershipIds TiiMembership->setMembershipIds( array MembershipIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1005) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1004) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1001) Inline phpdocs tag {@link Response.html#getMemberships Response->getMemberships()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1004) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1001) Inline phpdocs tag {@link TiiMembership.html#getClassId TiiMembership->getClassId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1001) Inline phpdocs tag {@link TiiMembership.html#getUserId TiiMembership->getUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1001) Inline phpdocs tag {@link TiiMembership.html#getRole TiiMembership->getRole()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1048) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1049) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1045) Inline phpdocs tag {@link TiiMembership.html#setMembershipId TiiMembership->setMembershipId( integer MembershipId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1049) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1077) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1078) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1074) Inline phpdocs tag {@link TiiMembership.html#setClassId TiiMembership->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1078) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1077) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1074) Inline phpdocs tag {@link Response.html#getMembership Response->getMembership()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1077) Inline phpdocs tag {@link TiiMembership.html TiiMembership} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1074) Inline phpdocs tag {@link TiiMembership.html#getMembershipIds TiiMembership->getMembershipIds()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1114) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1115) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setClassId TiiAssignment->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setTitle TiiAssignment->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setStartDate TiiAssignment->setStartDate( string StartDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setDueDate TiiAssignment->setDueDate( string DueDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setFeedbackReleaseDate TiiAssignment->setFeedbackReleaseDate( string FeedbackReleaseDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setInstructions TiiAssignment->setInstructions( string Instructions )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setAuthorOriginalityAccess TiiAssignment->setAuthorOriginalityAccess( boolean AuthorOriginalityAccess )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setRubricId TiiAssignment->setRubricId( integer RubricId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setSubmittedDocumentsCheck TiiAssignment->setSubmittedDocumentsCheck( boolean SubmittedDocumentsCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setInternetCheck TiiAssignment->setInternetCheck( boolean InternetCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setPublicationsCheck TiiAssignment->setPublicationsCheck( boolean PublicationsCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setInstitutionCheck TiiAssignment->setInstitutionCheck( boolean InstitutionalCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setMaxGrade TiiAssignment->setMaxGrade( integer MaxGrade )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setLateSubmissionsAllowed TiiAssignment->setLateSubmissionsAllowed( boolean LateSubmissionsAllowed )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setSubmitPapersTo TiiAssignment->setSubmitPapersTo( integer SubmitPapersTo )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setResubmissionRule TiiAssignment->setResubmissionRule( integer ResubmissionRule )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setBibliographyExcluded TiiAssignment->setBibliographyExcluded( boolean BibliographyExcluded )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setQuotedExcluded TiiAssignment->setQuotedExcluded( boolean QuotedExcluded )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setSmallMatchExclusionType TiiAssignment->setSmallMatchExclusionType( integer SmallMatchExclusionType )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setSmallMatchExclusionThreshold TiiAssignment->setSmallMatchExclusionThreshold( integer SmallMatchExclusionThreshold )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setAnonymousMarking TiiAssignment->setAnonymousMarking( boolean AnonymousMarking )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setErater TiiAssignment->setErater( boolean Erater )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterSpelling TiiAssignment->setEraterSpelling( boolean EraterSpelling )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterGrammar TiiAssignment->setEraterGrammar( boolean EraterGrammar )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterUsage TiiAssignment->setEraterUsage( boolean EraterUsage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterMechanics TiiAssignment->setEraterMechanics( boolean EraterMechanics )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterStyle TiiAssignment->setEraterStyle( boolean EraterStyle )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterSpellingDictionary TiiAssignment->setEraterSpellingDictionary( string EraterSpellingDictionary )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setEraterHandbook TiiAssignment->setEraterHandbook( integer EraterHandbook )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setTranslatedMatching TiiAssignment->setTranslatedMatching( boolean TranslatedMatching )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setInstructorDefaultsSave TiiAssignment->setInstructorDefaultsSave( integer instructorId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#setInstructorDefaults TiiAssignment->setInstructorDefaults( integer instructorId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1115) Inline phpdocs tag {@link Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1114) Inline phpdocs tag {@link TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link Response.html#getAssignment Response->getAssignment()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1114) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1111) Inline phpdocs tag {@link TiiAssignment.html#getAssignmentId TiiAssignment->getAssignmentId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1187) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1188) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#setAssignmentIds TiiAssignment->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1188) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1187) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link Response.html#getAssignment Response->getAssignment()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1187) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getAssignmentId TiiAssignment->getAssignmentId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getClasssId TiiAssignment->getClassId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getTitle TiiAssignment->getTitle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getStartDate TiiAssignment->getStartDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getDueDate TiiAssignment->getDueDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getFeedbackReleaseDate TiiAssignment->getFeedbackReleaseDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getInstructions TiiAssignment->getInstructions()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getAuthorOriginalityAccess TiiAssignment->getAuthorOriginalityAccess()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getRubricId TiiAssignment->getRubricId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getSubmittedDocumentsCheck TiiAssignment->getSubmittedDocumentsCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getInternetCheck TiiAssignment->getInternetCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getPublicationsCheck TiiAssignment->getPublicationsCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getInstitutionalCheck TiiAssignment->getInstitutionalCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getMaxGrade TiiAssignment->getMaxGrade()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getLateSubmissionsAllowed TiiAssignment->getLateSubmissionsAllowed()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getSubmitPaperTo TiiAssignment->getSubmitPapersTo()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getResubmissionRule TiiAssignment->getResubmissionRule()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getBibliographyExcluded TiiAssignment->getBibliographyExcluded()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getQuotedExcluded TiiAssignment->getQuotedExcluded()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getSmallMatchExclusionType TiiAssignment->getSmallMatchExclusionType()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getSmallMatchExclusionThreshold TiiAssignment->getSmallMatchExclusionThreshold()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getAnonymousMarking TiiAssignment->getAnonymousMarking()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getErater TiiAssignment->getErater()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterSpelling TiiAssignment->getEraterSpelling()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterGrammer TiiAssignment->getEraterGrammar()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterUsage TiiAssignment->getEraterUsage()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterMechanics TiiAssignment->getEraterMechanics()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterStyle TiiAssignment->getEraterStyle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterSpellingDictionary TiiAssignment->getEraterSpellingDictionary()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getEraterHandbook TiiAssignment->getEraterHandbook()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getTranslatedMatching TiiAssignment->getTranslatedMatching()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link TiiAssignment.html#getPeermarkAssignments TiiAssignment->getPeermarkAssignments()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1256) Inline phpdocs tag {@link TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1257) Inline phpdocs tag {@link Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#setAssignmentIds TiiAssignment->setAssignmentIds( array AssignmentIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1263) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1263) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link Response.html#getAssignments Response->getAssignments()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1263) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getAssignmentId TiiAssignment->getAssignmentId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getClasssId TiiAssignment->getClassId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getTitle TiiAssignment->getTitle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getStartDate TiiAssignment->getStartDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getDueDate TiiAssignment->getDueDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getFeedbackReleaseDate TiiAssignment->getFeedbackReleaseDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getInstructions TiiAssignment->getInstructions()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getAuthorOriginalityAccess TiiAssignment->getAuthorOriginalityAccess()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getRubricId TiiAssignment->getRubricId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getSubmittedDocumentsCheck TiiAssignment->getSubmittedDocumentsCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getInternetCheck TiiAssignment->getInternetCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getPublicationsCheck TiiAssignment->getPublicationsCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getInstitutionalCheck TiiAssignment->getInstitutionalCheck()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getMaxGrade TiiAssignment->getMaxGrade()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getLateSubmissionsAllowed TiiAssignment->getLateSubmissionsAllowed()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getSubmitPaperTo TiiAssignment->getSubmitPapersTo()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getResubmissionRule TiiAssignment->getResubmissionRule()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getBibliographyExcluded TiiAssignment->getBibliographyExcluded()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getQuotedExcluded TiiAssignment->getQuotedExcluded()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getSmallMatchExclusionType TiiAssignment->getSmallMatchExclusionType()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getSmallMatchExclusionThreshold TiiAssignment->getSmallMatchExclusionThreshold()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getAnonymousMarking TiiAssignment->getAnonymousMarking()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getErater TiiAssignment->getErater()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterSpelling TiiAssignment->getEraterSpelling()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterGrammer TiiAssignment->getEraterGrammar()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterUsage TiiAssignment->getEraterUsage()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterMechanics TiiAssignment->getEraterMechanics()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterStyle TiiAssignment->getEraterStyle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterSpellingDictionary TiiAssignment->getEraterSpellingDictionary()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getEraterHandbook TiiAssignment->getEraterHandbook()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getTranslatedMatching TiiAssignment->getTranslatedMatching()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1253) Inline phpdocs tag {@link TiiAssignment.html#getPeermarkAssignments TiiAssignment->getPeermarkAssignments()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1328) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1329) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setAssignmentId TiiAssignment->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setClasssId TiiAssignment->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setTitle TiiAssignment->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment#setStartDate TiiAssignment->setStartDate( string StartDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setDueDate TiiAssignment->setDueDate( string DueDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setFeedbackReleaseDate TiiAssignment->setFeedbackReleaseDate( string FeedbackReleaseDate )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setInstructions TiiAssignment->setInstructions( string Instructions )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setAuthorOriginalityAccess TiiAssignment->setAuthorOriginalityAccess( boolean AuthorOriginalityAccess )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setRubricId TiiAssignment->setRubricId( integer RubricId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setSubmittedDocumentsCheck TiiAssignment->setSubmittedDocumentsCheck( boolean SubmittedDocumentsCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setInternetCheck TiiAssignment->setInternetCheck( boolean InternetCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setPublicationsCheck TiiAssignment->setPublicationsCheck( boolean PublicationsCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setInstitutionalCheck TiiAssignment->setInstitutionalCheck( boolean InstitutionalCheck )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setMaxGrade TiiAssignment->setMaxGrade( integer MaxGrade )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setLateSubmissionsAllowed TiiAssignment->setLateSubmissionsAllowed( boolean LateSubmissionsAllowed )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setSubmitPaperTo TiiAssignment->setSubmitPapersTo( integer SubmitPapersTo )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setResubmissionRule TiiAssignment->setResubmissionRule( integer ResubmissionRule )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setBibliographyExcluded TiiAssignment->setBibliographyExcluded( boolean BibliographyExcluded )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setQuotedExcluded TiiAssignment->setQuotedExcluded( boolean QuotedExcluded )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setSmallMatchExclusionType TiiAssignment->setSmallMatchExclusionType( integer SmallMatchExclusionType )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setSmallMatchExclusionThreshold TiiAssignment->setSmallMatchExclusionThreshold( integer SmallMatchExclusionThreshold )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setAnonymousMarking TiiAssignment->setAnonymousMarking( boolean AnonymousMarking )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setErater TiiAssignment->setErater( boolean Erater )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterSpelling TiiAssignment->setEraterSpelling( boolean EraterSpelling )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterGrammar TiiAssignment->setEraterGrammar( boolean EraterGrammar )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterUsage TiiAssignment->setEraterUsage( boolean EraterUsage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterMechanics TiiAssignment->setEraterMechanics( boolean EraterMechanics )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterStyle TiiAssignment->setEraterStyle( boolean EraterStyle )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterSpellingDictionary TiiAssignment->setEraterSpellingDictionary( string EraterSpellingDictionary )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setEraterHandbook TiiAssignment->setEraterHandbook( integer EraterHandbook )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1325) Inline phpdocs tag {@link TiiAssignment.html#setTranslatedMatching TiiAssignment->setTranslatedMatching( boolean TranslatedMatching )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1329) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1393) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1394) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1390) Inline phpdocs tag {@link TiiAssignment.html#setAssignmentId TiiAssignment->setAssignmentId( array AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1394) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1422) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1423) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1419) Inline phpdocs tag {@link TiiAssignment.html#setClassId TiiAssignment->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1423) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1422) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1419) Inline phpdocs tag {@link Response.html#setAssignment Response->getAssignment()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1422) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1419) Inline phpdocs tag {@link TiiAssignment.html#getAssignmentIds TiiAssignment->getAssignmentIds()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1459) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1460) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link Tiisubmission.html#setSubmissionId TiiSubmission->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1460) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1459) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link Response.html#getSubmission Response->getSubmission()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1459) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getSubmissionId TiiSubmission->getSubmissionId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getAssignmentId TiiSubmission->getAssignmentId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getTitle TiiSubmission->getTitle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getAuthorUserId TiiSubmission->getAuthorUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getSubmitterUserIdUserId TiiSubmission->getSubmitterUserIdUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getGrade TiiSubmission->getGrade()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getFeedbackExists TiiSubmission->getFeedbackExists()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getOverallSimilarity TiiSubmission->getOverallSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getSubmittedDocumentsSimilarity TiiSubmission->getSubmittedDocumentsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getInternetSimilarity TiiSubmission->getInternetSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getPublicationsSimilarity TiiSubmission->getPublicationsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedOverallSimilarity TiiSubmission->getTranslatedOverallSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedSubmittedDocumentsSimilarity TiiSubmission->getTranslatedSubmittedDocumentsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedInternetSimilarity TiiSubmission->getTranslatedInternetSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedPublicationsSimilarity TiiSubmission->getTranslatedPublicationsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getAuthorLastViewedFeedback TiiSubmission->getAuthorLastViewedFeedback()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getVoiceComment TiiSubmission->getVoiceComment()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1456) Inline phpdocs tag {@link TiiSubmission.html#getDate TiiSubmission->getDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1516) Inline phpdocs tag {@link TiiSubmission.html} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1517) Inline phpdocs tag {@link Response.html} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionIds TiiSubmission->setSubmissionIds( array SubmissionIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1523) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1523) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link Response.html#getSubmissions Response->getSubmissions()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1523) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getSubmissionId TiiSubmission->getSubmissionId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getAssignmentId TiiSubmission->getAssignmentId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getTitle TiiSubmission->getTitle()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getAuthorUserId TiiSubmission->getAuthorUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getSubmitterUserId TiiSubmission->getSubmitterUserId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getGrade TiiSubmission->getGrade()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getFeedbackExists TiiSubmission->getFeedbackExists()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getOverallSimilarity TiiSubmission->getOverallSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getSubmittedDocumentsSimilarity TiiSubmission->getSubmittedDocumentsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getInternetSimilarity TiiSubmission->getInternetSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getPublicationsSimilarity TiiSubmission->getPublicationsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedOverallSimilarity TiiSubmission->getTranslatedOverallSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedSubmittedDocumentsSimilarity TiiSubmission->getTranslatedSubmittedDocumentsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedInternetSimilarity TiiSubmission->getTranslatedInternetSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getTranslatedPublicationsSimilarity TiiSubmission->getTranslatedPublicationsSimilarity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getAuthorLastViewedFeedback TiiSubmission->getAuthorLastViewedFeedback()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getVoiceComment TiiSubmission->getVoiceComment()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1513) Inline phpdocs tag {@link TiiSubmission.html#getDate TiiSubmission->getDate()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1576) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1577) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1573) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionId TiiSubmission->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1573) Inline phpdocs tag {@link TiiSubmission.html#setTitle TiiSubmission->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1573) Inline phpdocs tag {@link TiiSubmission.html#setAnonymousRevealReason TiiSubmission->setAnonymousRevealReason( string AnonymousRevealReason )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1573) Inline phpdocs tag {@link TiiSubmission.html#setAnonymousRevealUser TiiSubmission->setAnonymousRevealUser( string AnonymousRevealUser )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1577) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1576) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1573) Inline phpdocs tag {@link Response.html#getSubmission Response->getSubmission()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1576) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1615) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1616) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1612) Inline phpdocs tag {@link Tiisubmission.html#setSubmissionId TiiSubmission->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1616) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1644) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1645) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1641) Inline phpdocs tag {@link TiiSubmission.html#setAssignmentId TiiSubmission->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1641) Inline phpdocs tag {@link TiiSubmission.html#setDateFrom TiiSubmission->setDateFrom( string DateFrom )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1645) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1644) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1641) Inline phpdocs tag {@link Response.html#setSubmission Response->getSubmission()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1644) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1641) Inline phpdocs tag {@link TiiSubmission.html#getSubmissionIds TiiSubmission->getSubmissionIds()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1687) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1688) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setSubmitterUserId TiiSubmission->setSubmitterUserId( integer SubmitterUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setAssignmentId TiiSubmission->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setRole TiiSubmission->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setTitle TiiSubmission->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setAuthorUserId TiiSubmission->setAuthorUserId( integer AuthorUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionDataPath TiiSubmission->setSubmissionDataPath( string SubmissionDataPath )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionDataText TiiSubmission->setSubmissionDataText( string SubmissionDataText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1688) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1701) Inline phpdocs tag {@link TiiAssignment.html TiiAssignment} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link Response.html#getSubmission Response->getSubmission()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1687) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#getSubmissionId TiiSubmission->getSubmissionId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1684) Inline phpdocs tag {@link TiiSubmission.html#getTextExtract TiiSubmission->getTextExtract()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1740) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1741) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1737) Inline phpdocs tag {@link TiiSubmission.html#setSubmitterUserId TiiSubmission->setSubmitterUserId( integer SubmitterUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1737) Inline phpdocs tag {@link TiiSubmission.html#setAssignmentId TiiSubmission->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1737) Inline phpdocs tag {@link TiiSubmission.html#setAuthorUserId TiiSubmission->setAuthorUserId( integer AuthorUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1741) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1740) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1737) Inline phpdocs tag {@link Response.html#getSubmission Response->getSubmission()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1740) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1737) Inline phpdocs tag {@link TiiSubmission.html#getSubmissionId TiiSubmission->getSubmissionId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1783) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1784) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setSubmitterUserId TiiSubmission->setSubmitterUserId( integer SubmitterUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionId TiiSubmission->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setRole TiiSubmission->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setTitle TiiSubmission->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setAuthorUserId TiiSubmission->setAuthorUserId( integer AuthorUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionDataPath TiiSubmission->setSubmissionDataPath( string SubmissionDataPath )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionDataText TiiSubmission->setSubmissionDataText( string SubmissionDataText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1784) Inline phpdocs tag {@link Response.html Response} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1783) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link Response.html#getSubmission Response->getSubmission()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1783) Inline phpdocs tag {@link TiiSubmission.html TiiSubmission} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#getSubmissionId TiiSubmission->getSubmissionId()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1780) Inline phpdocs tag {@link TiiSubmission.html#getTextExtract TiiSubmission->getTextExtract()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setSubmitterUserId TiiSubmission->setSubmitterUserId( integer SubmitterUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setAssignmentId TiiSubmission->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setRole TiiSubmission->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setTitle TiiSubmission->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setAuthorUserId TiiSubmission->setAuthorUserId( integer AuthorUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setButtonText TiiSubmission->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setButtonImage TiiSubmission->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1833) Inline phpdocs tag {@link TiiSubmission.html#setFormTarget TiiSubmission->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setSubmitterUserId TiiSubmission->setSubmitterUserId( integer SubmitterUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setSubmissionId TiiSubmission->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setRole TiiSubmission->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setTitle TiiSubmission->setTitle( string Title )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setAuthorUserId TiiSubmission->setAuthorUserId( integer AuthorUserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setButtonText TiiSubmission->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setButtonImage TiiSubmission->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1887) Inline phpdocs tag {@link TiiSubmission.html#setFormTarget TiiSubmission->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1941) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1941) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1941) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1941) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1941) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1941) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1986) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1986) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1986) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1986) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1986) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1986) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2031) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2031) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2031) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2031) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2031) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2031) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2076) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2076) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2076) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2076) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2076) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2076) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2121) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2121) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2121) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2121) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2121) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2164) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2164) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2164) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2164) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2164) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2208) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2208) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2208) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2208) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2208) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2251) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2251) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2251) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2251) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2251) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2295) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2295) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2295) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2295) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2295) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setSubmissionIds TiiLTI->setSubmissionIds( array SubmissionIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2339) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setSubmissionIds TiiLTI->setSubmissionIds( array SubmissionIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2386) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setSubmissionIds TiiLTI->setSubmissionIds( array SubmissionIds )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2433) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2480) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2480) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2480) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2480) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2480) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2480) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2526) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2526) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2526) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2526) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2526) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2526) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2572) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2572) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2572) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2572) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2572) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2572) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2618) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2618) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2618) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2618) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2618) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2618) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2663) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2663) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2663) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2663) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2663) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2663) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2708) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2708) Inline phpdocs tag {@link TiiLTI.html#setSubmissionId TiiLTI->setSubmissionId( integer SubmissionId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2708) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2708) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2708) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2708) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2753) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2753) Inline phpdocs tag {@link TiiLTI.html#setClassId TiiLTI->setClassId( integer ClassId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2753) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2753) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2753) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2753) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2798) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2798) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2798) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2798) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2798) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2798) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2843) Inline phpdocs tag {@link TiiLTI.html#setUserId TiiLTI->setUserId( integer UserId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2843) Inline phpdocs tag {@link TiiLTI.html#setAssignmentId TiiLTI->setAssignmentId( integer AssignmentId )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2843) Inline phpdocs tag {@link TiiLTI.html#setRole TiiLTI->setRole( string Role )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2843) Inline phpdocs tag {@link TiiLTI.html#setButtonText TiiLTI->setButtonText( string ButtonText )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2843) Inline phpdocs tag {@link TiiLTI.html#setButtonImage TiiLTI->setButtonImage( string ButtonImage )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2843) Inline phpdocs tag {@link TiiLTI.html#setFormTarget TiiLTI->setFormTarget( string FormTarget )} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/turnitintooltwo/sdk/logger.php
(#209) Phpdocs for function KLogger::logDebug has incomplete parameters list
(#258) Phpdocs for function KLogger::logInfo has incomplete parameters list
(#270) Phpdocs for function KLogger::logNotice has incomplete parameters list
(#283) Phpdocs for function KLogger::logWarn has incomplete parameters list
(#295) Phpdocs for function KLogger::logError has incomplete parameters list
(#307) Phpdocs for function KLogger::logFatal has incomplete parameters list
(#319) Phpdocs for function KLogger::logAlert has incomplete parameters list
(#330) Phpdocs for function KLogger::logCrit has incomplete parameters list
(#341) Phpdocs for function KLogger::logEmerg has incomplete parameters list
(#352) Phpdocs for function KLogger::log has incomplete parameters list
mod/turnitintooltwo/sdk/lti.class.php
(#353) Phpdocs for function LTI::getDownloadSubmissionFormHash has incomplete parameters list
(#493) Phpdocs for function LTI::getFormHtml has incomplete parameters list
mod/turnitintooltwo/sdk/oauthsimple.class.php
(#31) Phpdocs for function OAuthSimple::__construct has incomplete parameters list
(#75) Phpdocs for function OAuthSimple::setParameters has incomplete parameters list
(#112) Phpdocs for function OAuthSimple::setQueryString has incomplete parameters list
(#125) Phpdocs for function OAuthSimple::setURL has incomplete parameters list
(#140) Phpdocs for function OAuthSimple::setPath has incomplete parameters list
(#150) Phpdocs for function OAuthSimple::setAction has incomplete parameters list
(#169) Phpdocs for function OAuthSimple::signatures has incomplete parameters list
(#214) Phpdocs for function OAuthSimple::setSignatureMethod has incomplete parameters list
(#240) Phpdocs for function OAuthSimple::sign has incomplete parameters list
(#279) Phpdocs for function OAuthSimple::getHeaderString has incomplete parameters list
mod/turnitintooltwo/sdk/response.class.php
(#65) Phpdocs for function Response::outputDebug has incomplete parameters list
mod/turnitintooltwo/sdk/sdkexception.class.php
(#16) Phpdocs for function TurnitinSDKException::__construct has incomplete parameters list
mod/turnitintooltwo/sdk/tiiassignment.class.php
(#823) Phpdocs for function TiiAssignment::setEraterHandbook has incomplete parameters list
(#580) Inline phpdocs tag {@link TiiAssignment.html#getSmallMatchExclusionType TiiAssignment->getSmallMatchExclusionType()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#593) Inline phpdocs tag {@link TiiAssignment.html#getSmallMatchExclusionType TiiAssignment->getSmallMatchExclusionType()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/turnitintooltwo/sdk/tiiform.class.php
(#26) Phpdocs for function TiiForm::setHasButton has incomplete parameters list
mod/turnitintooltwo/sdk/tiimembership.class.php
(#39) Phpdocs for function TiiMembership::getMembershipId has incomplete parameters list
(#67) Phpdocs for function TiiMembership::setUserId has incomplete parameters list
mod/turnitintooltwo/sdk/tiipseudouser.class.php
(#33) Phpdocs for function TiiPseudoUser::setEmail has incomplete parameters list
mod/turnitintooltwo/sdk/tiisubmission.class.php
(#708) Phpdocs for function TiiSubmission::setAnonymousRevealReason has incomplete parameters list
mod/turnitintooltwo/sdk/tiiuser.class.php
(#167) Phpdocs for function TiiUser::getDefaultRole has incomplete parameters list
mod/turnitintooltwo/settingslib.php
(#74) Phpdocs for function admin_setting_config_tii_secret_key::validate has incomplete parameters list
mod/turnitintooltwo/tests/unit/classes/v1migration/v1migration_test.php
(#31) Phpdocs for function mod_turnitintooltwo_v1migration_testcase::countvar has incomplete parameters list
(#116) Phpdocs for function mod_turnitintooltwo_v1migration_testcase::make_test_assignment has incomplete parameters list
(#194) Phpdocs for function mod_turnitintooltwo_v1migration_testcase::make_test_grade has incomplete parameters list
mod/turnitintooltwo/tests/unit/generator/lib.php
(#209) Phpdocs for function test_lib::create_test_submission has incomplete parameters list
mod/turnitintooltwo/turnitintooltwo_assignment.class.php
(#338) Phpdocs for function turnitintooltwo_assignment::create_tii_course has incomplete parameters list
(#856) Phpdocs for function turnitintooltwo_assignment::create_event has incomplete parameters list
(#894) Phpdocs for function turnitintooltwo_assignment::create_tii_assignment has incomplete parameters list
(#932) Phpdocs for function turnitintooltwo_assignment::edit_tii_assignment has incomplete parameters list
(#1118) Phpdocs for function turnitintooltwo_assignment::get_part_details has incomplete parameters list
(#1317) Phpdocs for function turnitintooltwo_assignment::edit_moodle_assignment has incomplete parameters list
(#1515) Phpdocs for function turnitintooltwo_assignment::set_checkbox_field has incomplete parameters list
(#1528) Phpdocs for function turnitintooltwo_assignment::get_parts_available_to_submit has incomplete parameters list
(#1589) Phpdocs for function turnitintooltwo_assignment::update_submissions_from_tii has incomplete parameters list
(#1629) Phpdocs for function turnitintooltwo_assignment::get_submission_ids_from_tii has incomplete parameters list
(#1658) Phpdocs for function turnitintooltwo_assignment::refresh_submissions has incomplete parameters list
(#1827) Phpdocs for function turnitintooltwo_assignment::get_peermark_assignments has incomplete parameters list
(#1842) Phpdocs for function turnitintooltwo_assignment::get_overall_grade has incomplete parameters list
mod/turnitintooltwo/turnitintooltwo_comms.class.php
(#54) Phpdocs for function turnitintooltwo_comms::initialise_api has incomplete parameters list
(#171) Phpdocs for function turnitintooltwo_comms::get_lang has incomplete parameters list
mod/turnitintooltwo/turnitintooltwo_submission.class.php
(#135) Phpdocs for function turnitintooltwo_submission::reset_submission has incomplete parameters list
(#161) Phpdocs for function turnitintooltwo_submission::get_submission_details has incomplete parameters list
(#241) Phpdocs for function turnitintooltwo_submission::do_file_upload has incomplete parameters list
(#304) Phpdocs for function turnitintooltwo_submission::delete_submission has incomplete parameters list
(#413) Phpdocs for function turnitintooltwo_submission::do_tii_nothing_submission has incomplete parameters list
(#499) Phpdocs for function turnitintooltwo_submission::do_tii_submission has incomplete parameters list
(#675) Phpdocs for function turnitintooltwo_submission::update_submission_from_tii has incomplete parameters list
(#700) Phpdocs for function turnitintooltwo_submission::save_updated_submission_data has incomplete parameters list
(#819) Phpdocs for function turnitintooltwo_submission::update_gradebook has incomplete parameters list
mod/turnitintooltwo/turnitintooltwo_user.class.php
(#192) Phpdocs for function turnitintooltwo_user::get_tii_user_id has incomplete parameters list
(#220) Phpdocs for function turnitintooltwo_user::find_tii_user_id has incomplete parameters list
(#256) Phpdocs for function turnitintooltwo_user::create_tii_user has incomplete parameters list
(#301) Phpdocs for function turnitintooltwo_user::edit_tii_user has incomplete parameters list
(#384) Phpdocs for function turnitintooltwo_user::join_user_to_class has incomplete parameters list
(#427) Phpdocs for function turnitintooltwo_user::remove_user_from_class has incomplete parameters list
(#543) Phpdocs for function turnitintooltwo_user::set_user_role has incomplete parameters list
(#561) Phpdocs for function turnitintooltwo_user::save_instructor_defaults has incomplete parameters list
mod/turnitintooltwo/turnitintooltwo_view.class.php
(#53) Phpdocs for function turnitintooltwo_view::load_page_components has incomplete parameters list
(#115) Phpdocs for function turnitintooltwo_view::draw_settings_menu has incomplete parameters list
(#169) Phpdocs for function turnitintooltwo_view::draw_tool_tab_menu has incomplete parameters list
(#197) Phpdocs for function turnitintooltwo_view::show_notice has incomplete parameters list
(#232) Phpdocs for function turnitintooltwo_view::show_duplicate_assignment_warning has incomplete parameters list
(#267) Phpdocs for function turnitintooltwo_view::show_submission_form has incomplete parameters list
(#418) Phpdocs for function turnitintooltwo_view::get_filetypes has incomplete parameters list
(#438) Phpdocs for function turnitintooltwo_view::init_submission_inbox has incomplete parameters list
(#688) Phpdocs for function turnitintooltwo_view::get_submission_inbox_part_details has incomplete parameters list
(#1070) Phpdocs for function turnitintooltwo_view::get_submission_inbox_row has incomplete parameters list
(#1540) Phpdocs for function turnitintooltwo_view::get_submission_inbox has incomplete parameters list
(#1610) Phpdocs for function turnitintooltwo_view::output_dv_launch_form has incomplete parameters list
(#1673) Phpdocs for function turnitintooltwo_view::output_download_launch_form has incomplete parameters list
(#1734) Phpdocs for function turnitintooltwo_view::output_lti_form_launch has incomplete parameters list
(#1867) Phpdocs for function turnitintooltwo_view::init_tii_member_by_role_table has incomplete parameters list
(#1922) Phpdocs for function turnitintooltwo_view::get_tii_members_by_role has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 2 warnings)

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

mod/turnitintooltwo/templates/modal_migration_tool.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: Element “div” not allowed as child of element “h5” in this context. (Suppressing further errors from this subtree.) ("> <div class="migrationheader"> )

Gherkin .feature problems

(0 errors, 0 warnings)

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