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

(95 errors, 213 warnings)

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

blocks/grade_me/block_grade_me.php
(#25) Missing docblock for class block_grade_me
(#27) Missing docblock for function init
(#28) Short array syntax must be used to define arrays
(#40) global $PAGE cannot be used in block classes. Use $this->page.
(#47) global $PAGE cannot be used in block classes. Use $this->page.
(#48) global $PAGE cannot be used in block classes. Use $this->page.
(#60) Short array syntax must be used to define arrays
(#82) Short array syntax must be used to define arrays
(#83) Short array syntax must be used to define arrays
(#134) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
blocks/grade_me/classes/quiz_observers.php
(#28) Missing docblock for class quiz_observers
blocks/grade_me/classes/quiz_util.php
(#28) Missing docblock for class quiz_util
blocks/grade_me/classes/task/cache_grade_data.php
(#1) No one-line description found in phpdocs for docblock of file cache_grade_data.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#27) Missing docblock for class cache_grade_data
(#29) Missing docblock for function get_name
(#33) Missing docblock for function execute
blocks/grade_me/classes/task/reset_block.php
(#1) No one-line description found in phpdocs for docblock of file reset_block.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#27) Missing docblock for class reset_block
(#29) Missing docblock for function get_name
(#33) Missing docblock for function execute
blocks/grade_me/db/access.php
(#27) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#32) Short array syntax must be used to define arrays
(#33) There should be a comma after the last array item in a multi-line array.
(#36) There should be a comma after the last array item in a multi-line array.
(#39) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#46) There should be a comma after the last array item in a multi-line array.
(#49) There should be a comma after the last array item in a multi-line array.
(#50) There should be a comma after the last array item in a multi-line array.
blocks/grade_me/db/events.php
(#33) There should be a comma after the last array item in a multi-line array.
(#38) There should be a comma after the last array item in a multi-line array.
(#43) There should be a comma after the last array item in a multi-line array.
(#48) There should be a comma after the last array item in a multi-line array.
(#53) There should be a comma after the last array item in a multi-line array.
(#58) There should be a comma after the last array item in a multi-line array.
blocks/grade_me/db/tasks.php
(#1) No one-line description found in phpdocs for docblock of file tasks.php
(#24) Short array syntax must be used to define arrays
(#25) Short array syntax must be used to define arrays
(#32) There should be a comma after the last array item in a multi-line array.
(#34) Short array syntax must be used to define arrays
(#41) There should be a comma after the last array item in a multi-line array.
blocks/grade_me/db/upgrade.php
(#35) Incorrect @package tag for file upgrade.php. Expected block_grade_me, found blocks.
(#56) Short array syntax must be used to define arrays
(#94) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
blocks/grade_me/lang/en/block_grade_me.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file block_grade_me.php
(#20) The string key "datetime" is not in the correct order, it should be before "title"
(#24) The string key "link_gradebook_icon" is not in the correct order, it should be before "nothing"
(#25) The string key "link_gradebook" is not in the correct order, it should be before "link_gradebook_icon"
(#27) The string key "link_mod" is not in the correct order, it should be before "link_mod_img"
(#28) The string key "link_grade_img" is not in the correct order, it should be before "link_mod"
(#31) The string key "alt_gradebook" is not in the correct order, it should be before "link_user_profile"
(#33) The string key "alt_mark" is not in the correct order, it should be before "alt_mod"
(#36) The string key "settings_configmaxcourses" is not in the correct order, it should be before "settings_maxcourses"
(#38) The string key "settings_configmaxage" is not in the correct order, it should be before "settings_maxage"
(#39) The string key "settings_adminviewall" is not in the correct order, it should be before "settings_configmaxage"
(#43) The string key "settings_configenablepre" is not in the correct order, it should be before "settings_enablepre"
(#46) The string key "grade_me:addinstance" is not in the correct order, it should be before "settings_showhidden"
(#48) The string key "expand" is not in the correct order, it should be before "grade_me:myaddinstance"
blocks/grade_me/lang/es/block_grade_me.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file block_grade_me.php
(#19) The string key "datetime" is not in the correct order, it should be before "title"
(#22) The string key "link_gradebook_icon" is not in the correct order, it should be before "nothing"
(#23) The string key "link_gradebook" is not in the correct order, it should be before "link_gradebook_icon"
(#25) The string key "link_mod" is not in the correct order, it should be before "link_mod_img"
(#26) The string key "link_grade_img" is not in the correct order, it should be before "link_mod"
(#28) The string key "alt_gradebook" is not in the correct order, it should be before "link_user_profile"
(#30) The string key "alt_mark" is not in the correct order, it should be before "alt_mod"
(#32) The string key "settings_configmaxcourses" is not in the correct order, it should be before "settings_maxcourses"
(#33) The string key "settings_adminviewall" is not in the correct order, it should be before "settings_configmaxcourses"
(#36) The string key "settings_configenablepre" is not in the correct order, it should be before "settings_enablepre"
(#37) The string key "grade_me:addinstance" is not in the correct order, it should be before "settings_configenablepre"
blocks/grade_me/lib.php
(#1) No one-line description found in phpdocs for docblock of file lib.php
(#17) Missing @license tag
(#69) Short array syntax must be used to define arrays
(#116) Short array syntax must be used to define arrays
(#127) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#129) Short array syntax must be used to define arrays
(#131) Short array syntax must be used to define arrays
(#158) Short array syntax must be used to define arrays
(#159) Short array syntax must be used to define arrays
(#202) Short array syntax must be used to define arrays
(#203) Short array syntax must be used to define arrays
(#205) Short array syntax must be used to define arrays
(#209) Short array syntax must be used to define arrays
(#235) Missing docblock for function block_grade_me_cache_reset
(#243) Missing docblock for function block_grade_me_cache_grade_data
(#245) Short array syntax must be used to define arrays
(#246) Short array syntax must be used to define arrays
(#250) Short array syntax must be used to define arrays
(#252) Short array syntax must be used to define arrays
(#262) Short array syntax must be used to define arrays
(#272) Short array syntax must be used to define arrays
(#311) Short array syntax must be used to define arrays
(#313) Short array syntax must be used to define arrays
(#334) Short array syntax must be used to define arrays
(#338) There should be a comma after the last array item in a multi-line array.
(#342) Short array syntax must be used to define arrays
(#379) Short array syntax must be used to define arrays
(#386) Short array syntax must be used to define arrays
(#409) Short array syntax must be used to define arrays
(#417) Short array syntax must be used to define arrays
blocks/grade_me/plugins/assign/assign_plugin.php
(#28) No one-line description found in phpdocs for docblock of function block_grade_me_required_capability_assign
(#29) Short array syntax must be used to define arrays
(#32) There should be a comma after the last array item in a multi-line array.
(#61) Short array syntax must be used to define arrays
blocks/grade_me/plugins/data/data_plugin.php
(#1) Missing docblock for file data_plugin.php
(#17) Missing docblock for function block_grade_me_required_capability_data
(#18) Short array syntax must be used to define arrays
(#21) There should be a comma after the last array item in a multi-line array.
(#32) DocBlock missing a @package tag for function block_grade_me_query_data. Expected @package block_grade_me
(#59) Short array syntax must be used to define arrays
blocks/grade_me/plugins/forum/forum_plugin.php
(#1) Missing docblock for file forum_plugin.php
(#17) Missing docblock for function block_grade_me_required_capability_forum
(#18) Short array syntax must be used to define arrays
(#21) There should be a comma after the last array item in a multi-line array.
(#32) DocBlock missing a @package tag for function block_grade_me_query_forum. Expected @package block_grade_me
(#60) Short array syntax must be used to define arrays
blocks/grade_me/plugins/glossary/glossary_plugin.php
(#1) Missing docblock for file glossary_plugin.php
(#17) Missing docblock for function block_grade_me_required_capability_glossary
(#18) Short array syntax must be used to define arrays
(#21) There should be a comma after the last array item in a multi-line array.
(#32) DocBlock missing a @package tag for function block_grade_me_query_glossary. Expected @package block_grade_me
(#60) Short array syntax must be used to define arrays
blocks/grade_me/plugins/lesson/lesson_plugin.php
(#1) Missing docblock for file lesson_plugin.php
(#22) DocBlock missing a @package tag for function block_grade_me_required_capability_lesson. Expected @package block_grade_me
(#23) Short array syntax must be used to define arrays
(#26) There should be a comma after the last array item in a multi-line array.
(#37) DocBlock missing a @package tag for function block_grade_me_query_lesson. Expected @package block_grade_me
(#54) Short array syntax must be used to define arrays
blocks/grade_me/plugins/quiz/quiz_plugin.php
(#1) Missing docblock for file quiz_plugin.php
(#24) Missing docblock for function block_grade_me_required_capability_quiz
(#25) Short array syntax must be used to define arrays
(#28) There should be a comma after the last array item in a multi-line array.
(#39) DocBlock missing a @package tag for function block_grade_me_query_quiz. Expected @package block_grade_me
(#56) Short array syntax must be used to define arrays
blocks/grade_me/plugins/turnitintooltwo/turnitintooltwo_plugin.php
(#1) Missing docblock for file turnitintooltwo_plugin.php
(#22) DocBlock missing a @package tag for function block_grade_me_required_capability_turnitintooltwo. Expected @package block_grade_me
(#23) Short array syntax must be used to define arrays
(#26) There should be a comma after the last array item in a multi-line array.
(#37) DocBlock missing a @package tag for function block_grade_me_query_turnitintooltwo. Expected @package block_grade_me
(#50) Short array syntax must be used to define arrays
blocks/grade_me/settings.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file settings.php
blocks/grade_me/tests/behat/behat_block_grade_me.php
(#1) No one-line description found in phpdocs for docblock of file behat_block_grade_me.php
(#33) No one-line description found in phpdocs for docblock of function the_grade_me_block_is_present_on_all_pages
(#51) Line exceeds 132 characters; contains 133 characters
blocks/grade_me/tests/grade_me_test.php
(#21) Invalid @category tag value "phpunit".
(#43) Unit test grade_me_test should be declared as final.
(#43) PHPUnit class "grade_me_test" does not have any namespace. It is recommended to add it to the "block_grade_me" namespace, using more levels if needed, in order to match the code being tested
(#60) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#76) Short array syntax must be used to define arrays
(#83) Short array syntax must be used to define arrays
(#84) Short array syntax must be used to define arrays
(#87) 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
(#94) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#110) Short array syntax must be used to define arrays
(#112) Short array syntax must be used to define arrays
(#115) 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
(#125) Short array syntax must be used to define arrays
(#127) Short array syntax must be used to define arrays
(#130) Short array syntax must be used to define arrays
(#132) Short array syntax must be used to define arrays
(#135) Short array syntax must be used to define arrays
(#137) Short array syntax must be used to define arrays
(#140) Short array syntax must be used to define arrays
(#149) Short array syntax must be used to define arrays
(#155) Short array syntax must be used to define arrays
(#155) Short array syntax must be used to define arrays
(#157) Short array syntax must be used to define arrays
(#191) Short array syntax must be used to define arrays
(#198) Test method test_global_configuration_load() is missing any coverage information, own or at class level
(#198) Test method test_global_configuration_load() is missing a return type
(#207) Test method test_load_db() is missing any coverage information, own or at class level
(#207) Test method test_load_db() is missing a return type
(#217) Test method test_query_assign() is missing any coverage information, own or at class level
(#217) Test method test_query_assign() is missing a return type
(#224) Short array syntax must be used to define arrays
(#265) Short array syntax must be used to define arrays
(#268) Short array syntax must be used to define arrays
(#276) Test method test_query_assign_maxage() is missing any coverage information, own or at class level
(#276) Test method test_query_assign_maxage() is missing a return type
(#322) Short array syntax must be used to define arrays
(#323) Short array syntax must be used to define arrays
(#336) There should be a comma after the last array item in a multi-line array.
(#340) Short array syntax must be used to define arrays
(#351) Short array syntax must be used to define arrays
(#355) Short array syntax must be used to define arrays
(#368) There should be a comma after the last array item in a multi-line array.
(#372) Short array syntax must be used to define arrays
(#378) Test method test_query_prefix() is missing any coverage information, own or at class level
(#378) Test method test_query_prefix() is missing a return type
(#389) Data provider method "provider_query_quiz" will need to be converted to static in future.
(#389) Data provider method "provider_query_quiz" must return an array, a Generator or an Iterable.
(#392) Short array syntax must be used to define arrays
(#393) Short array syntax must be used to define arrays
(#405) There should be a comma after the last array item in a multi-line array.
(#408) Short array syntax must be used to define arrays
(#420) There should be a comma after the last array item in a multi-line array.
(#423) Short array syntax must be used to define arrays
(#435) There should be a comma after the last array item in a multi-line array.
(#438) Short array syntax must be used to define arrays
(#439) Short array syntax must be used to define arrays
(#439) Short array syntax must be used to define arrays
(#440) Short array syntax must be used to define arrays
(#440) Short array syntax must be used to define arrays
(#453) Test method test_query_quiz() is missing any coverage information, own or at class level
(#453) Test method test_query_quiz() is missing a return type
(#461) Short array syntax must be used to define arrays
(#465) Short array syntax must be used to define arrays
(#466) Short array syntax must be used to define arrays
(#487) Invalid docblock tag "@TODO".
(#491) Data provider method "provider_query_forum" will need to be converted to static in future.
(#491) Data provider method "provider_query_forum" must return an array, a Generator or an Iterable.
(#493) Short array syntax must be used to define arrays
(#504) There should be a comma after the last array item in a multi-line array.
(#507) Short array syntax must be used to define arrays
(#518) There should be a comma after the last array item in a multi-line array.
(#521) Short array syntax must be used to define arrays
(#521) Short array syntax must be used to define arrays
(#521) Short array syntax must be used to define arrays
(#532) Test method test_query_forum() is missing any coverage information, own or at class level
(#532) Test method test_query_forum() is missing a return type
(#541) Data provider method "provider_query_glossary" will need to be converted to static in future.
(#541) Data provider method "provider_query_glossary" must return an array, a Generator or an Iterable.
(#544) Short array syntax must be used to define arrays
(#545) Short array syntax must be used to define arrays
(#558) Short array syntax must be used to define arrays
(#571) Short array syntax must be used to define arrays
(#584) Short array syntax must be used to define arrays
(#585) Short array syntax must be used to define arrays
(#585) There should be a comma after the last array item in a multi-line array.
(#598) Test method test_query_glossary() is missing any coverage information, own or at class level
(#598) Test method test_query_glossary() is missing a return type
(#607) Data provider method "provider_query_turnitintooltwo" will need to be converted to static in future.
(#607) Data provider method "provider_query_turnitintooltwo" must return an array, a Generator or an Iterable.
(#610) Short array syntax must be used to define arrays
(#611) Short array syntax must be used to define arrays
(#624) Short array syntax must be used to define arrays
(#625) Short array syntax must be used to define arrays
(#625) There should be a comma after the last array item in a multi-line array.
(#638) Test method test_query_turnitintooltwo() is missing any coverage information, own or at class level
(#638) Test method test_query_turnitintooltwo() is missing a return type
(#651) Short array syntax must be used to define arrays
(#652) Short array syntax must be used to define arrays
(#672) Short array syntax must be used to define arrays
(#676) Short array syntax must be used to define arrays
(#677) Short array syntax must be used to define arrays
(#697) Test method test_query_data() is missing any coverage information, own or at class level
(#697) Test method test_query_data() is missing a return type
(#720) Short array syntax must be used to define arrays
(#722) Short array syntax must be used to define arrays
(#723) Short array syntax must be used to define arrays
(#737) Data provider method "provider_get_content_single_user" will need to be converted to static in future.
(#737) Data provider method "provider_get_content_single_user" must return an array, a Generator or an Iterable.
(#738) Short array syntax must be used to define arrays
(#742) Short array syntax must be used to define arrays
(#749) Short array syntax must be used to define arrays
(#763) Test method test_get_content_single_user() is missing any coverage information, own or at class level
(#763) Test method test_get_content_single_user() is missing a return type
(#785) Short array syntax must be used to define arrays
(#796) Short array syntax must be used to define arrays
(#799) There should be a comma after the last array item in a multi-line array.
(#814) Invalid docblock tag "@TODO".
(#824) Data provider method "provider_get_content_multiple_user" will need to be converted to static in future.
(#824) Data provider method "provider_get_content_multiple_user" must return an array, a Generator or an Iterable.
(#825) Short array syntax must be used to define arrays
(#829) Short array syntax must be used to define arrays
(#835) There should be a comma after the last array item in a multi-line array.
(#837) Short array syntax must be used to define arrays
(#841) Short array syntax must be used to define arrays
(#847) Short array syntax must be used to define arrays
(#855) Invalid docblock tag "@TODO".
(#862) Test method test_get_content_multiple_user() is missing any coverage information, own or at class level
(#862) Test method test_get_content_multiple_user() is missing a return type
(#894) Short array syntax must be used to define arrays
(#906) Short array syntax must be used to define arrays
(#909) There should be a comma after the last array item in a multi-line array.
(#911) Short array syntax must be used to define arrays
(#914) There should be a comma after the last array item in a multi-line array.
(#932) Test method test_tree_uses_correct_forum_discussion_id() is missing any coverage information, own or at class level
(#932) Test method test_tree_uses_correct_forum_discussion_id() is missing a return type
(#941) Short array syntax must be used to define arrays
(#943) Short array syntax must be used to define arrays
(#944) Short array syntax must be used to define arrays

Javascript coding style problems

(0 errors, 3 warnings)

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

blocks/grade_me/javascript/grademe.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) Expected space or tab after '/*' in comment. (spaced-comment)
(#9) Expected space(s) after "if". (keyword-spacing)

CSS problems

(633 errors, 4 warnings)

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

blocks/grade_me/styles.css
(#1) Invalid value for "display" (csstree/validator)
(#1) Invalid value for "display" (csstree/validator)
(#1) Invalid value for "display" (csstree/validator)
(#1) Invalid value for "display" (csstree/validator)
(#1) Invalid value for "display" (csstree/validator)
(#1) Invalid value for "display" (csstree/validator)
(#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 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 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) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1) Unexpected duplicate "display" (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 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 single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-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) Unexpected unit (length-zero-no-unit)
(#1) Unexpected unit (length-zero-no-unit)
(#1) Expected line length to be no more than 132 characters (max-line-length)
(#1) Expected single space after ">" (selector-combinator-space-after)
(#1) Expected single space before ">" (selector-combinator-space-before)
(#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)
blocks/grade_me/scss/_ui.scss
(#71) Expected single space after "," in a single-line function (function-comma-space-after)
(#71) Expected single space after "," in a single-line function (function-comma-space-after)
(#71) 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)
(#226) Expected single space after "," in a single-line function (function-comma-space-after)
(#226) Expected single space after "," in a single-line function (function-comma-space-after)
(#226) Expected single space after "," in a single-line function (function-comma-space-after)
(#110) Unexpected unit (length-zero-no-unit)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#19) Expected newline after "," (selector-list-comma-newline-after)
(#175) Expected indentation of 8 spaces (indentation)

PHPDocs style problems

(4 errors, 0 warnings)

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

blocks/grade_me/lib.php
(#89) Phpdocs for function block_grade_me_array has incomplete parameters list
blocks/grade_me/tests/behat/behat_block_grade_me.php
(#53) Phpdocs for function behat_block_grade_me::i_set_the_hidden_field_with_xpath_to has incomplete parameters list
blocks/grade_me/tests/grade_me_test.php
(#48) Phpdocs for function grade_me_test::create_grade_me_data has incomplete parameters list
(#662) Phpdocs for function grade_me_test::standard_query_tests has incomplete parameters list

Update savepoints problems

(2 errors, 0 warnings)

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

blocks/grade_me/db/upgrade.php
Detected more 'if' blocks (4) than 'savepoint' calls (3)
version 2015102402 is missing corresponding savepoint call

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 "gherkinlint" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(418 errors, 0 warnings)

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

blocks/grade_me/tests/behat/forums.feature
(#4) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#5) Wrong indentation for "given", expected indentation level of 4, but got 8
(#6) Wrong indentation for "and", expected indentation level of 4, but got 8
(#10) Wrong indentation for "and", expected indentation level of 4, but got 8
(#13) Wrong indentation for "and", expected indentation level of 4, but got 8
(#18) Wrong indentation for "and", expected indentation level of 4, but got 8
(#23) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#24) Wrong indentation for "given", expected indentation level of 4, but got 8
(#28) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#29) Wrong indentation for "and", expected indentation level of 4, but got 8
(#30) Wrong indentation for "and", expected indentation level of 4, but got 8
(#31) Wrong indentation for "and", expected indentation level of 4, but got 8
(#34) Wrong indentation for "and", expected indentation level of 4, but got 8
(#36) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#37) Wrong indentation for "and", expected indentation level of 4, but got 8
(#38) Wrong indentation for "and", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#40) Wrong indentation for "and", expected indentation level of 4, but got 8
(#41) Wrong indentation for "and", expected indentation level of 4, but got 8
(#42) Wrong indentation for "and", expected indentation level of 4, but got 8
(#43) Wrong indentation for "and", expected indentation level of 4, but got 8
(#44) Wrong indentation for "and", expected indentation level of 4, but got 8
(#46) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#47) Wrong indentation for "and", expected indentation level of 4, but got 8
(#48) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#49) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#50) Wrong indentation for "and", expected indentation level of 4, but got 8
(#51) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#52) Wrong indentation for "and", expected indentation level of 4, but got 8
(#53) Wrong indentation for "and", expected indentation level of 4, but got 8
(#54) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#55) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#56) Wrong indentation for "and", expected indentation level of 4, but got 8
(#58) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
(#60) Wrong indentation for "and", expected indentation level of 4, but got 8
(#61) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#63) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#64) Wrong indentation for "given", expected indentation level of 4, but got 8
(#68) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#69) Wrong indentation for "and", expected indentation level of 4, but got 8
(#70) Wrong indentation for "and", expected indentation level of 4, but got 8
(#71) Wrong indentation for "and", expected indentation level of 4, but got 8
(#74) Wrong indentation for "and", expected indentation level of 4, but got 8
(#76) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#77) Wrong indentation for "and", expected indentation level of 4, but got 8
(#78) Wrong indentation for "and", expected indentation level of 4, but got 8
(#79) Wrong indentation for "and", expected indentation level of 4, but got 8
(#80) Wrong indentation for "and", expected indentation level of 4, but got 8
(#81) Wrong indentation for "and", expected indentation level of 4, but got 8
(#82) Wrong indentation for "and", expected indentation level of 4, but got 8
(#83) Wrong indentation for "and", expected indentation level of 4, but got 8
(#84) Wrong indentation for "and", expected indentation level of 4, but got 8
(#86) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#87) Wrong indentation for "and", expected indentation level of 4, but got 8
(#88) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#89) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#90) Wrong indentation for "and", expected indentation level of 4, but got 8
(#91) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#92) Wrong indentation for "and", expected indentation level of 4, but got 8
(#93) Wrong indentation for "and", expected indentation level of 4, but got 8
(#94) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#95) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#96) Wrong indentation for "and", expected indentation level of 4, but got 8
(#98) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#99) Wrong indentation for "and", expected indentation level of 4, but got 8
(#100) Wrong indentation for "and", expected indentation level of 4, but got 8
(#101) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#103) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#104) Wrong indentation for "given", expected indentation level of 4, but got 8
(#108) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#109) Wrong indentation for "and", expected indentation level of 4, but got 8
(#110) Wrong indentation for "and", expected indentation level of 4, but got 8
(#111) Wrong indentation for "and", expected indentation level of 4, but got 8
(#114) Wrong indentation for "and", expected indentation level of 4, but got 8
(#116) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#117) Wrong indentation for "and", expected indentation level of 4, but got 8
(#118) Wrong indentation for "and", expected indentation level of 4, but got 8
(#119) Wrong indentation for "and", expected indentation level of 4, but got 8
(#120) Wrong indentation for "and", expected indentation level of 4, but got 8
(#121) Wrong indentation for "and", expected indentation level of 4, but got 8
(#122) Wrong indentation for "and", expected indentation level of 4, but got 8
(#123) Wrong indentation for "and", expected indentation level of 4, but got 8
(#124) Wrong indentation for "and", expected indentation level of 4, but got 8
(#126) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#127) Wrong indentation for "and", expected indentation level of 4, but got 8
(#128) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#129) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#130) Wrong indentation for "and", expected indentation level of 4, but got 8
(#131) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#132) Wrong indentation for "and", expected indentation level of 4, but got 8
(#133) Wrong indentation for "and", expected indentation level of 4, but got 8
(#134) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#135) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#136) Wrong indentation for "and", expected indentation level of 4, but got 8
(#138) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#139) Wrong indentation for "and", expected indentation level of 4, but got 8
(#140) Wrong indentation for "and", expected indentation level of 4, but got 8
(#141) Wrong indentation for "Step", expected indentation level of 4, but got 8
blocks/grade_me/tests/behat/quiz.feature
(#4) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#5) Wrong indentation for "given", expected indentation level of 4, but got 8
(#6) Wrong indentation for "and", expected indentation level of 4, but got 8
(#11) Wrong indentation for "and", expected indentation level of 4, but got 8
(#14) Wrong indentation for "and", expected indentation level of 4, but got 8
(#20) Wrong indentation for "and", expected indentation level of 4, but got 8
(#25) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#26) Wrong indentation for "given", expected indentation level of 4, but got 8
(#29) Wrong indentation for "and", expected indentation level of 4, but got 8
(#30) Wrong indentation for "and", expected indentation level of 4, but got 8
(#31) Wrong indentation for "and", expected indentation level of 4, but got 8
(#32) Wrong indentation for "and", expected indentation level of 4, but got 8
(#36) Wrong indentation for "and", expected indentation level of 4, but got 8
(#40) Wrong indentation for "and", expected indentation level of 4, but got 8
(#44) Wrong indentation for "and", expected indentation level of 4, but got 8
(#46) Wrong indentation for "and", expected indentation level of 4, but got 8
(#47) Wrong indentation for "and", expected indentation level of 4, but got 8
(#48) Wrong indentation for "and", expected indentation level of 4, but got 8
(#49) Wrong indentation for "and", expected indentation level of 4, but got 8
(#50) Wrong indentation for "and", expected indentation level of 4, but got 8
(#51) Wrong indentation for "and", expected indentation level of 4, but got 8
(#52) Wrong indentation for "and", expected indentation level of 4, but got 8
(#53) Wrong indentation for "and", expected indentation level of 4, but got 8
(#54) Wrong indentation for "and", expected indentation level of 4, but got 8
(#55) Wrong indentation for "and", expected indentation level of 4, but got 8
(#56) Wrong indentation for "and", expected indentation level of 4, but got 8
(#57) Wrong indentation for "and", expected indentation level of 4, but got 8
(#59) Wrong indentation for "and", expected indentation level of 4, but got 8
(#60) Wrong indentation for "and", expected indentation level of 4, but got 8
(#61) Wrong indentation for "and", expected indentation level of 4, but got 8
(#62) Wrong indentation for "and", expected indentation level of 4, but got 8
(#63) Wrong indentation for "and", expected indentation level of 4, but got 8
(#64) Wrong indentation for "and", expected indentation level of 4, but got 8
(#65) Wrong indentation for "and", expected indentation level of 4, but got 8
(#66) Wrong indentation for "and", expected indentation level of 4, but got 8
(#67) Wrong indentation for "and", expected indentation level of 4, but got 8
(#68) Wrong indentation for "and", expected indentation level of 4, but got 8
(#69) Wrong indentation for "and", expected indentation level of 4, but got 8
(#70) Wrong indentation for "and", expected indentation level of 4, but got 8
(#72) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#73) Wrong indentation for "and", expected indentation level of 4, but got 8
(#74) Wrong indentation for "and", expected indentation level of 4, but got 8
(#75) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#76) Wrong indentation for "and", expected indentation level of 4, but got 8
(#77) Wrong indentation for "and", expected indentation level of 4, but got 8
(#78) Wrong indentation for "and", expected indentation level of 4, but got 8
(#79) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#80) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#81) Wrong indentation for "and", expected indentation level of 4, but got 8
(#82) Wrong indentation for "and", expected indentation level of 4, but got 8
(#83) Wrong indentation for "and", expected indentation level of 4, but got 8
(#84) Wrong indentation for "and", expected indentation level of 4, but got 8
(#85) Wrong indentation for "and", expected indentation level of 4, but got 8
(#86) Wrong indentation for "and", expected indentation level of 4, but got 8
(#87) Wrong indentation for "and", expected indentation level of 4, but got 8
(#89) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#90) Wrong indentation for "and", expected indentation level of 4, but got 8
(#91) Wrong indentation for "and", expected indentation level of 4, but got 8
(#92) Wrong indentation for "and", expected indentation level of 4, but got 8
(#93) Wrong indentation for "and", expected indentation level of 4, but got 8
(#94) Wrong indentation for "and", expected indentation level of 4, but got 8
(#96) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#97) Wrong indentation for "and", expected indentation level of 4, but got 8
(#98) Wrong indentation for "and", expected indentation level of 4, but got 8
(#99) Wrong indentation for "and", expected indentation level of 4, but got 8
(#100) Wrong indentation for "and", expected indentation level of 4, but got 8
(#101) Wrong indentation for "and", expected indentation level of 4, but got 8
(#102) Wrong indentation for "and", expected indentation level of 4, but got 8
(#103) Wrong indentation for "and", expected indentation level of 4, but got 8
(#104) Wrong indentation for "and", expected indentation level of 4, but got 8
(#105) Wrong indentation for "and", expected indentation level of 4, but got 8
(#107) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#108) Wrong indentation for "and", expected indentation level of 4, but got 8
(#109) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#110) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#111) Wrong indentation for "and", expected indentation level of 4, but got 8
(#113) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#114) Wrong indentation for "and", expected indentation level of 4, but got 8
(#115) Wrong indentation for "and", expected indentation level of 4, but got 8
(#116) Wrong indentation for "and", expected indentation level of 4, but got 8
(#117) Wrong indentation for "and", expected indentation level of 4, but got 8
(#119) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#120) Wrong indentation for "and", expected indentation level of 4, but got 8
(#122) Wrong indentation for "and", expected indentation level of 4, but got 8
(#123) Wrong indentation for "and", expected indentation level of 4, but got 8
(#124) Wrong indentation for "and", expected indentation level of 4, but got 8
(#125) Wrong indentation for "and", expected indentation level of 4, but got 8
(#126) Wrong indentation for "and", expected indentation level of 4, but got 8
(#127) Wrong indentation for "Step", expected indentation level of 4, but got 8
blocks/grade_me/tests/behat/reset.feature
(#4) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#5) Wrong indentation for "given", expected indentation level of 4, but got 8
(#6) Wrong indentation for "and", expected indentation level of 4, but got 8
(#11) Wrong indentation for "and", expected indentation level of 4, but got 8
(#15) Wrong indentation for "and", expected indentation level of 4, but got 8
(#24) Wrong indentation for "and", expected indentation level of 4, but got 8
(#31) Multiple empty lines are not allowed
(#32) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#33) Wrong indentation for "given", expected indentation level of 4, but got 8
(#36) Wrong indentation for "and", expected indentation level of 4, but got 8
(#37) Wrong indentation for "and", expected indentation level of 4, but got 8
(#38) Wrong indentation for "and", expected indentation level of 4, but got 8
(#39) Wrong indentation for "and", expected indentation level of 4, but got 8
(#43) Wrong indentation for "and", expected indentation level of 4, but got 8
(#47) Wrong indentation for "and", expected indentation level of 4, but got 8
(#51) Wrong indentation for "and", expected indentation level of 4, but got 8
(#52) Wrong indentation for "and", expected indentation level of 4, but got 8
(#53) Wrong indentation for "and", expected indentation level of 4, but got 8
(#54) Wrong indentation for "and", expected indentation level of 4, but got 6
(#64) Wrong indentation for "and", expected indentation level of 4, but got 8
(#66) Wrong indentation for "and", expected indentation level of 4, but got 8
(#67) Wrong indentation for "and", expected indentation level of 4, but got 8
(#68) Wrong indentation for "and", expected indentation level of 4, but got 8
(#69) Wrong indentation for "and", expected indentation level of 4, but got 8
(#70) Wrong indentation for "and", expected indentation level of 4, but got 8
(#71) Wrong indentation for "and", expected indentation level of 4, but got 8
(#72) Wrong indentation for "and", expected indentation level of 4, but got 8
(#73) Wrong indentation for "and", expected indentation level of 4, but got 8
(#74) Wrong indentation for "and", expected indentation level of 4, but got 8
(#75) Wrong indentation for "and", expected indentation level of 4, but got 8
(#76) Wrong indentation for "and", expected indentation level of 4, but got 8
(#78) Wrong indentation for "and", expected indentation level of 4, but got 8
(#79) Wrong indentation for "and", expected indentation level of 4, but got 8
(#80) Wrong indentation for "and", expected indentation level of 4, but got 8
(#81) Wrong indentation for "and", expected indentation level of 4, but got 8
(#82) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#83) Wrong indentation for "and", expected indentation level of 4, but got 8
(#85) Wrong indentation for "and", expected indentation level of 4, but got 8
(#86) Wrong indentation for "and", expected indentation level of 4, but got 8
(#87) Wrong indentation for "and", expected indentation level of 4, but got 8
(#88) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#89) Wrong indentation for "and", expected indentation level of 4, but got 8
(#91) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#92) Wrong indentation for "and", expected indentation level of 4, but got 8
(#93) Wrong indentation for "and", expected indentation level of 4, but got 8
(#94) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#95) Wrong indentation for "and", expected indentation level of 4, but got 8
(#97) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#98) Wrong indentation for "and", expected indentation level of 4, but got 8
(#99) Wrong indentation for "and", expected indentation level of 4, but got 8
(#101) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#102) Wrong indentation for "and", expected indentation level of 4, but got 8
(#103) Wrong indentation for "and", expected indentation level of 4, but got 8
(#104) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#105) Wrong indentation for "and", expected indentation level of 4, but got 8
(#107) Wrong indentation for "and", expected indentation level of 4, but got 8
(#108) Wrong indentation for "Step", expected indentation level of 4, but got 8
(#109) Wrong indentation for "and", expected indentation level of 4, but got 8
blocks/grade_me/tests/behat/assign.feature
(#4) Wrong indentation for "Background", expected indentation level of 2, but got 4
(#5) Wrong indentation for "given", expected indentation level of 4, but got 8
(#6) Wrong indentation for "and", expected indentation level of 4, but got 8
(#12) Wrong indentation for "and", expected indentation level of 4, but got 8
(#15) Wrong indentation for "and", expected indentation level of 4, but got 8
(#22) Wrong indentation for "and", expected indentation level of 4, but got 8
(#27) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#28) Wrong indentation for "given", expected indentation level of 4, but got 6
(#29) Wrong indentation for "and", expected indentation level of 4, but got 6
(#30) Wrong indentation for "and", expected indentation level of 4, but got 6
(#31) Wrong indentation for "and", expected indentation level of 4, but got 6
(#32) Wrong indentation for "and", expected indentation level of 4, but got 6
(#42) Wrong indentation for "and", expected indentation level of 4, but got 6
(#44) Wrong indentation for "and", expected indentation level of 4, but got 6
(#45) Wrong indentation for "and", expected indentation level of 4, but got 6
(#46) Wrong indentation for "and", expected indentation level of 4, but got 6
(#47) Wrong indentation for "and", expected indentation level of 4, but got 6
(#48) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#49) Wrong indentation for "and", expected indentation level of 4, but got 6
(#51) Wrong indentation for "and", expected indentation level of 4, but got 6
(#52) Wrong indentation for "and", expected indentation level of 4, but got 6
(#53) Wrong indentation for "and", expected indentation level of 4, but got 6
(#54) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#55) Wrong indentation for "and", expected indentation level of 4, but got 6
(#57) Wrong indentation for "and", expected indentation level of 4, but got 6
(#58) Wrong indentation for "and", expected indentation level of 4, but got 6
(#59) Wrong indentation for "and", expected indentation level of 4, but got 6
(#60) Wrong indentation for "and", expected indentation level of 4, but got 6
(#61) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#62) Wrong indentation for "and", expected indentation level of 4, but got 6
(#64) Wrong indentation for "and", expected indentation level of 4, but got 6
(#65) Wrong indentation for "and", expected indentation level of 4, but got 6
(#66) Wrong indentation for "and", expected indentation level of 4, but got 6
(#67) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#68) Wrong indentation for "and", expected indentation level of 4, but got 6
(#70) Wrong indentation for "and", expected indentation level of 4, but got 6
(#71) Wrong indentation for "and", expected indentation level of 4, but got 6
(#72) Wrong indentation for "and", expected indentation level of 4, but got 6
(#73) Wrong indentation for "and", expected indentation level of 4, but got 6
(#74) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#75) Wrong indentation for "and", expected indentation level of 4, but got 6
(#77) Wrong indentation for "and", expected indentation level of 4, but got 6
(#78) Wrong indentation for "and", expected indentation level of 4, but got 6
(#79) Wrong indentation for "and", expected indentation level of 4, but got 6
(#80) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#81) Wrong indentation for "and", expected indentation level of 4, but got 6
(#83) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#84) Wrong indentation for "and", expected indentation level of 4, but got 6
(#85) Wrong indentation for "and", expected indentation level of 4, but got 6
(#86) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#87) Wrong indentation for "and", expected indentation level of 4, but got 6
(#88) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#89) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#90) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#91) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#92) Wrong indentation for "and", expected indentation level of 4, but got 6
(#93) Wrong indentation for "and", expected indentation level of 4, but got 6
(#94) Wrong indentation for "and", expected indentation level of 4, but got 6
(#95) Wrong indentation for "and", expected indentation level of 4, but got 6
(#97) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#98) Wrong indentation for "and", expected indentation level of 4, but got 6
(#99) Wrong indentation for "and", expected indentation level of 4, but got 6
(#101) Wrong indentation for "and", expected indentation level of 4, but got 6
(#102) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#103) Wrong indentation for "and", expected indentation level of 4, but got 6
(#104) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#105) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#106) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#107) Wrong indentation for "and", expected indentation level of 4, but got 6
(#108) Wrong indentation for "and", expected indentation level of 4, but got 6
(#109) Wrong indentation for "and", expected indentation level of 4, but got 6
(#110) Wrong indentation for "and", expected indentation level of 4, but got 6
(#112) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#113) Wrong indentation for "and", expected indentation level of 4, but got 6
(#114) Wrong indentation for "and", expected indentation level of 4, but got 6
(#115) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#116) Wrong indentation for "and", expected indentation level of 4, but got 6
(#117) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#118) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#119) Wrong indentation for "and", expected indentation level of 4, but got 6
(#120) Wrong indentation for "and", expected indentation level of 4, but got 6
(#121) Wrong indentation for "and", expected indentation level of 4, but got 6
(#122) Wrong indentation for "and", expected indentation level of 4, but got 6
(#124) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#125) Wrong indentation for "and", expected indentation level of 4, but got 6
(#126) Wrong indentation for "and", expected indentation level of 4, but got 6
(#127) Wrong indentation for "and", expected indentation level of 4, but got 6
(#128) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#130) Wrong indentation for "Scenario", expected indentation level of 2, but got 4
(#131) Wrong indentation for "given", expected indentation level of 4, but got 6
(#132) Wrong indentation for "and", expected indentation level of 4, but got 6
(#133) Wrong indentation for "and", expected indentation level of 4, but got 6
(#134) Wrong indentation for "and", expected indentation level of 4, but got 6
(#135) Wrong indentation for "and", expected indentation level of 4, but got 6
(#146) Wrong indentation for "and", expected indentation level of 4, but got 6
(#148) Wrong indentation for "and", expected indentation level of 4, but got 6
(#149) Wrong indentation for "and", expected indentation level of 4, but got 6
(#150) Wrong indentation for "and", expected indentation level of 4, but got 6
(#151) Wrong indentation for "and", expected indentation level of 4, but got 6
(#152) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#153) Wrong indentation for "and", expected indentation level of 4, but got 6
(#155) Wrong indentation for "and", expected indentation level of 4, but got 6
(#156) Wrong indentation for "and", expected indentation level of 4, but got 6
(#157) Wrong indentation for "and", expected indentation level of 4, but got 6
(#158) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#159) Wrong indentation for "and", expected indentation level of 4, but got 6
(#161) Wrong indentation for "and", expected indentation level of 4, but got 6
(#162) Wrong indentation for "and", expected indentation level of 4, but got 6
(#163) Wrong indentation for "and", expected indentation level of 4, but got 6
(#164) Wrong indentation for "and", expected indentation level of 4, but got 6
(#165) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#166) Wrong indentation for "and", expected indentation level of 4, but got 6
(#168) Wrong indentation for "and", expected indentation level of 4, but got 6
(#169) Wrong indentation for "and", expected indentation level of 4, but got 6
(#170) Wrong indentation for "and", expected indentation level of 4, but got 6
(#171) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#172) Wrong indentation for "and", expected indentation level of 4, but got 6
(#174) Wrong indentation for "and", expected indentation level of 4, but got 6
(#175) Wrong indentation for "and", expected indentation level of 4, but got 6
(#176) Wrong indentation for "and", expected indentation level of 4, but got 6
(#177) Wrong indentation for "and", expected indentation level of 4, but got 6
(#178) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#179) Wrong indentation for "and", expected indentation level of 4, but got 6
(#181) Wrong indentation for "and", expected indentation level of 4, but got 6
(#182) Wrong indentation for "and", expected indentation level of 4, but got 6
(#183) Wrong indentation for "and", expected indentation level of 4, but got 6
(#184) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#185) Wrong indentation for "and", expected indentation level of 4, but got 6
(#187) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#188) Wrong indentation for "and", expected indentation level of 4, but got 6
(#189) Wrong indentation for "and", expected indentation level of 4, but got 6
(#190) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#191) Wrong indentation for "and", expected indentation level of 4, but got 6
(#192) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#193) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#194) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#195) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#196) Wrong indentation for "and", expected indentation level of 4, but got 6
(#197) Wrong indentation for "and", expected indentation level of 4, but got 6
(#198) Wrong indentation for "and", expected indentation level of 4, but got 6
(#199) Wrong indentation for "and", expected indentation level of 4, but got 6
(#201) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#202) Wrong indentation for "and", expected indentation level of 4, but got 6
(#203) Wrong indentation for "and", expected indentation level of 4, but got 6
(#205) Wrong indentation for "and", expected indentation level of 4, but got 6
(#206) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#207) Wrong indentation for "and", expected indentation level of 4, but got 6
(#208) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#209) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#210) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#211) Wrong indentation for "and", expected indentation level of 4, but got 6
(#212) Wrong indentation for "and", expected indentation level of 4, but got 6
(#213) Wrong indentation for "and", expected indentation level of 4, but got 6
(#214) Wrong indentation for "and", expected indentation level of 4, but got 6
(#216) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#217) Wrong indentation for "and", expected indentation level of 4, but got 6
(#218) Wrong indentation for "and", expected indentation level of 4, but got 6
(#219) Wrong indentation for "and", expected indentation level of 4, but got 6
(#220) Wrong indentation for "and", expected indentation level of 4, but got 6
(#221) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#222) Wrong indentation for "and", expected indentation level of 4, but got 6
(#223) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#224) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#225) Wrong indentation for "and", expected indentation level of 4, but got 6
(#226) Wrong indentation for "and", expected indentation level of 4, but got 6
(#227) Wrong indentation for "and", expected indentation level of 4, but got 6
(#228) Wrong indentation for "and", expected indentation level of 4, but got 6
(#230) Wrong indentation for "Step", expected indentation level of 4, but got 6
(#231) Wrong indentation for "and", expected indentation level of 4, but got 6
(#232) Wrong indentation for "and", expected indentation level of 4, but got 6
(#233) Wrong indentation for "and", expected indentation level of 4, but got 6
(#234) Wrong indentation for "Step", expected indentation level of 4, but got 6