Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(7 errors, 0 warnings)

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

question/type/sc/renderer.php
(#40) global $PAGE cannot be used in renderers. Use $this->page.
(#56) global $PAGE cannot be used in renderers. Use $this->page.
(#85) global $PAGE cannot be used in renderers. Use $this->page.
(#87) global $PAGE cannot be used in renderers. Use $this->page.
(#104) global $OUTPUT cannot be used in renderers. Use $this->output.
(#279) global $OUTPUT cannot be used in renderers. Use $this->output.
(#292) global $OUTPUT cannot be used in renderers. Use $this->output.

Javascript coding style problems

(6 errors, 78 warnings)

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

question/type/sc/amd/src/question_behaviour.js
(#32) Missing JSDoc comment. (require-jsdoc)
(#51) Missing JSDoc comment. (require-jsdoc)
(#72) Missing JSDoc comment. (require-jsdoc)
(#78) Missing semicolon. (babel/semi)
(#83) Missing JSDoc comment. (require-jsdoc)
(#91) Missing JSDoc comment. (require-jsdoc)
(#96) 'i' used outside of binding context. (block-scoped-var)
(#96) 'i' used outside of binding context. (block-scoped-var)
(#96) 'i' used outside of binding context. (block-scoped-var)
(#97) 'i' used outside of binding context. (block-scoped-var)
(#103) 'i' is already defined. (no-redeclare)
(#103) 'i' used outside of binding context. (block-scoped-var)
(#103) 'i' used outside of binding context. (block-scoped-var)
(#103) 'i' used outside of binding context. (block-scoped-var)
(#105) 'i' used outside of binding context. (block-scoped-var)
(#110) Missing JSDoc comment. (require-jsdoc)
(#116) 'i' used outside of binding context. (block-scoped-var)
(#116) 'i' used outside of binding context. (block-scoped-var)
(#116) 'i' used outside of binding context. (block-scoped-var)
(#117) 'i' used outside of binding context. (block-scoped-var)
(#124) 'i' is already defined. (no-redeclare)
(#124) 'i' used outside of binding context. (block-scoped-var)
(#124) 'i' used outside of binding context. (block-scoped-var)
(#124) 'i' used outside of binding context. (block-scoped-var)
(#126) 'i' used outside of binding context. (block-scoped-var)
(#133) Missing JSDoc comment. (require-jsdoc)
(#151) 'i' used outside of binding context. (block-scoped-var)
(#151) 'i' used outside of binding context. (block-scoped-var)
(#151) 'i' used outside of binding context. (block-scoped-var)
(#152) 'i' used outside of binding context. (block-scoped-var)
(#152) Unexpected space before function parentheses. (space-before-function-paren)
(#159) 'i' is already defined. (no-redeclare)
(#159) 'i' used outside of binding context. (block-scoped-var)
(#159) 'i' used outside of binding context. (block-scoped-var)
(#159) 'i' used outside of binding context. (block-scoped-var)
(#160) 'i' used outside of binding context. (block-scoped-var)
(#160) Unexpected space before function parentheses. (space-before-function-paren)
question/type/sc/amd/src/question_edit.js
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#33) Missing JSDoc comment. (require-jsdoc)
(#35) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#36) Identifier 'numberofrows_pre' is not in camel case. (camelcase)
(#37) Identifier 'numberofrows_max' is not in camel case. (camelcase)
(#41) Identifier 'numberofrows_pre' is not in camel case. (camelcase)
(#41) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#42) Identifier 'numberofrows_pre' is not in camel case. (camelcase)
(#42) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#43) Unexpected confirm. (no-alert)
(#47) Identifier 'numberofrows_pre' is not in camel case. (camelcase)
(#47) Identifier 'numberofrows_max' is not in camel case. (camelcase)
(#48) Identifier 'numberofrows_pre' is not in camel case. (camelcase)
(#48) Identifier 'numberofrows_max' is not in camel case. (camelcase)
(#49) Unexpected alert. (no-alert)
(#61) Identifier 'numberofrows_rendered' is not in camel case. (camelcase)
(#61) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#61) Identifier 'numberofrows_max' is not in camel case. (camelcase)
(#61) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#61) Identifier 'numberofrows_max' is not in camel case. (camelcase)
(#62) 'i' used outside of binding context. (block-scoped-var)
(#62) 'i' used outside of binding context. (block-scoped-var)
(#62) Identifier 'numberofrows_rendered' is not in camel case. (camelcase)
(#62) 'i' used outside of binding context. (block-scoped-var)
(#63) 'i' used outside of binding context. (block-scoped-var)
(#69) Identifier 'numberofrows_pre' is not in camel case. (camelcase)
(#69) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#71) 'i' is already defined. (no-redeclare)
(#71) 'i' used outside of binding context. (block-scoped-var)
(#71) 'i' used outside of binding context. (block-scoped-var)
(#71) Identifier 'numberofrows_max' is not in camel case. (camelcase)
(#71) 'i' used outside of binding context. (block-scoped-var)
(#72) 'i' used outside of binding context. (block-scoped-var)
(#73) 'i' used outside of binding context. (block-scoped-var)
(#76) Identifier 'numberofrows_cur' is not in camel case. (camelcase)
(#77) Unexpected alert. (no-alert)
(#78) A space is required after ','. (comma-spacing)
question/type/sc/mobile/sc.js
(#4) Method 'componentInit' has a complexity of 21. Maximum allowed is 20. (complexity)
(#15) Missing semicolon. (semi)
(#26) Missing semicolon. (semi)
(#34) Expected space(s) after "if". (keyword-spacing)
(#56) Missing semicolon. (semi)
(#100) Do not nest ternary expressions. (no-nested-ternary)
(#106) This line has a length of 164. Maximum allowed is 132. (max-len)
(#106) Do not nest ternary expressions. (no-nested-ternary)
(#111) Do not nest ternary expressions. (no-nested-ternary)
(#138) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)

CSS problems

(26 errors, 40 warnings)

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

question/type/sc/styles.css
(#112) Can't parse value "alpha(opacity = 30)" (csstree/validator)
(#95) Expected "#FFF3BF" to be "#fff3bf" (color-hex-case)
(#191) Expected "#EEE" to be "#eee" (color-hex-case)
(#244) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#315) Expected "#EEE" to be "#eee" (color-hex-case)
(#320) Expected "#BBB" to be "#bbb" (color-hex-case)
(#325) Expected "#EEE" to be "#eee" (color-hex-case)
(#351) Expected "#EEE" to be "#eee" (color-hex-case)
(#356) Expected "#BBB" to be "#bbb" (color-hex-case)
(#361) Expected "#EEE" to be "#eee" (color-hex-case)
(#365) Expected "#BBB" to be "#bbb" (color-hex-case)
(#110) Expected "#000000" to be "#000" (color-hex-length)
(#244) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#389) Expected single space before "!" (declaration-bang-space-before)
(#121) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#14) Unexpected !important (declaration-no-important)
(#26) Unexpected !important (declaration-no-important)
(#36) Unexpected !important (declaration-no-important)
(#95) Unexpected !important (declaration-no-important)
(#96) Unexpected !important (declaration-no-important)
(#117) Unexpected !important (declaration-no-important)
(#209) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#225) Unexpected !important (declaration-no-important)
(#272) Unexpected !important (declaration-no-important)
(#275) Unexpected !important (declaration-no-important)
(#389) Unexpected !important (declaration-no-important)
(#3) Unexpected unit (length-zero-no-unit)
(#4) Unexpected unit (length-zero-no-unit)
(#26) Unexpected unit (length-zero-no-unit)
(#101) Unexpected unit (length-zero-no-unit)
(#101) Unexpected unit (length-zero-no-unit)
(#101) Unexpected unit (length-zero-no-unit)
(#159) Unexpected unit (length-zero-no-unit)
(#180) Unexpected unit (length-zero-no-unit)
(#200) Unexpected unit (length-zero-no-unit)
(#238) Unexpected unit (length-zero-no-unit)
(#247) Unexpected unit (length-zero-no-unit)
(#247) Unexpected unit (length-zero-no-unit)
(#272) Unexpected unit (length-zero-no-unit)
(#275) Unexpected unit (length-zero-no-unit)
(#282) Unexpected unit (length-zero-no-unit)
(#287) Unexpected unit (length-zero-no-unit)
(#288) Unexpected unit (length-zero-no-unit)
(#302) Unexpected unit (length-zero-no-unit)
(#303) Unexpected unit (length-zero-no-unit)
(#307) Unexpected unit (length-zero-no-unit)
(#311) Unexpected unit (length-zero-no-unit)
(#337) Unexpected unit (length-zero-no-unit)
(#338) Unexpected unit (length-zero-no-unit)
(#340) Unexpected unit (length-zero-no-unit)
(#344) Unexpected unit (length-zero-no-unit)
(#345) Unexpected unit (length-zero-no-unit)
(#346) Unexpected unit (length-zero-no-unit)
(#236) Unexpected whitespace before ":" (media-feature-colon-space-before)
(#236) Unexpected whitespace after "(" (media-feature-parentheses-space-inside)
(#52) Expected single space after ">" (selector-combinator-space-after)
(#56) Expected single space after ">" (selector-combinator-space-after)
(#56) Expected single space after ">" (selector-combinator-space-after)
(#52) Expected single space before ">" (selector-combinator-space-before)
(#56) Expected single space before ">" (selector-combinator-space-before)
(#56) Expected single space before ">" (selector-combinator-space-before)
question/type/sc/mobile/styles_app.css
(#52) Expected "#FFF3BF" to be "#fff3bf" (color-hex-case)
(#2) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#52) Unexpected !important (declaration-no-important)

PHPDocs style problems

(135 errors, 0 warnings)

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

question/type/sc/backup/moodle2/backup_qtype_sc_plugin.class.php
(#17) No one-line description found in phpdocs for file
(#73) Inline phpdocs tag {@link get_components_and_fileareas} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
question/type/sc/backup/moodle2/restore_qtype_sc_plugin.class.php
(#130) Function restore_qtype_sc_plugin::recode_response is not documented
(#17) No one-line description found in phpdocs for file
(#31) No one-line description found in phpdocs for class restore_qtype_sc_plugin
(#56) Phpdocs for function restore_qtype_sc_plugin::process_sc has incomplete parameters list
(#96) Phpdocs for function restore_qtype_sc_plugin::process_row has incomplete parameters list
question/type/sc/bin/mig_multichoice_to_sc.php
(#395) Function get_subcategories is not documented
(#407) Function get_image_filenames is not documented
(#422) Function copy_files is not documented
(#445) Function test_files is not documented
(#17) No one-line description found in phpdocs for file
question/type/sc/bin/mig_sc_to_multichoice.php
(#390) Function get_subcategories is not documented
(#402) Function get_image_filenames is not documented
(#417) Function copy_files is not documented
(#440) Function test_files is not documented
(#17) No one-line description found in phpdocs for file
question/type/sc/classes/output/mobile.php
(#32) Class mobile is not documented
(#33) Function mobile::sc_view is not documented
(#17) No one-line description found in phpdocs for file
question/type/sc/classes/privacy/provider.php
(#37) Function provider::get_reason is not documented
(#17) No one-line description found in phpdocs for file
question/type/sc/db/mobile.php
(#17) No one-line description found in phpdocs for file
question/type/sc/db/upgrade.php
(#17) No one-line description found in phpdocs for file
question/type/sc/db/upgradelib.php
(#30) Function qtype_sc_convert_question_attempts is not documented
(#69) Function qtype_sc_is_order_or_finish_step is not documented
(#78) Function qtype_sc_convert_attempt_step_data_2018032003 is not documented
(#122) Function qtype_sc_convert_attempt_step_data_2020051200 is not documented
(#17) No one-line description found in phpdocs for file
question/type/sc/edit_sc_form.php
(#319) Function qtype_sc_edit_form::get_hint_fields is not documented
(#324) Function qtype_sc_edit_form::js_call is not documented
(#376) Function qtype_sc_edit_form::clean_option_text is not documented
(#42) Variable qtype_sc_edit_form::$numberofrows is not documented
(#44) Variable qtype_sc_edit_form::$messages is not documented
(#17) No one-line description found in phpdocs for file
(#332) Phpdocs for function qtype_sc_edit_form::data_preprocessing has incomplete parameters list
(#387) Phpdocs for function qtype_sc_edit_form::validation has incomplete parameters list
question/type/sc/grading/qtype_sc_grading.class.php
(#30) Class qtype_sc_grading is not documented
(#17) No one-line description found in phpdocs for file
(#45) Phpdocs for function qtype_sc_grading::grade_question has incomplete parameters list
question/type/sc/grading/qtype_sc_grading_aprime.class.php
(#32) Class qtype_sc_grading_aprime is not documented
(#34) Constant qtype_sc_grading_aprime::TYPE is not documented
(#17) No one-line description found in phpdocs for file
(#54) Phpdocs for function qtype_sc_grading_aprime::grade_question has incomplete parameters list
question/type/sc/grading/qtype_sc_grading_sconezero.class.php
(#32) Class qtype_sc_grading_sconezero is not documented
(#34) Constant qtype_sc_grading_sconezero::TYPE is not documented
(#17) No one-line description found in phpdocs for file
(#54) Phpdocs for function qtype_sc_grading_sconezero::grade_question has incomplete parameters list
question/type/sc/grading/qtype_sc_grading_subpoints.class.php
(#32) Class qtype_sc_grading_subpoints is not documented
(#34) Constant qtype_sc_grading_subpoints::TYPE is not documented
(#17) No one-line description found in phpdocs for file
(#54) Phpdocs for function qtype_sc_grading_subpoints::grade_question has incomplete parameters list
question/type/sc/lang/de/qtype_sc.php
(#17) No one-line description found in phpdocs for file
question/type/sc/lang/en/qtype_sc.php
(#17) No one-line description found in phpdocs for file
question/type/sc/lib.php
(#17) No one-line description found in phpdocs for file
question/type/sc/question.php
(#30) Class qtype_sc_question is not documented
(#430) Function qtype_sc_question::get_hint is not documented
(#32) Variable qtype_sc_question::$rows is not documented
(#34) Variable qtype_sc_question::$scoringmethod is not documented
(#36) Variable qtype_sc_question::$shuffleanswers is not documented
(#38) Variable qtype_sc_question::$numberofrows is not documented
(#40) Variable qtype_sc_question::$order is not documented
(#42) Variable qtype_sc_question::$editedquestion is not documented
(#44) Variable qtype_sc_question::$correctrow is not documented
(#17) No one-line description found in phpdocs for file
(#85) There is no description in phpdocs for function get_order
(#116) There is no description in phpdocs for function is_option_selected
(#125) There is no description in phpdocs for function is_distractor_selected
(#186) There is no description in phpdocs for function get_num_selected_choices
(#46) Phpdocs for function qtype_sc_question::start_attempt has incomplete parameters list
(#59) Phpdocs for function qtype_sc_question::apply_attempt_state has incomplete parameters list
(#154) Phpdocs for function qtype_sc_question::is_gradable_response has incomplete parameters list
(#174) Phpdocs for function qtype_sc_question::get_validation_error has incomplete parameters list
(#381) Phpdocs for function qtype_sc_question::make_html_inline has incomplete parameters list
(#444) Phpdocs for function qtype_sc_question::check_file_access has incomplete parameters list
(#284) Inline phpdocs tag {@link question_attempt_step::get_qt_data()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#341) Inline phpdocs tag {@link question_state} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#345) Inline phpdocs tag {@link question_attempt_step::get_qt_data()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#359) Inline phpdocs tag {@link question_attempt::get_field_prefix()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
question/type/sc/questiontype.php
(#72) Function question_hint_sc::adjust_display_options is not documented
(#265) Function qtype_sc::save_hints is not documented
(#336) Function qtype_sc::make_hint is not documented
(#46) Variable question_hint_sc::$statewhichincorrect is not documented
(#17) No one-line description found in phpdocs for file
(#50) Phpdocs for function question_hint_sc::__construct has incomplete parameters list
(#83) Phpdocs for function qtype_sc::set_default_options has incomplete parameters list
(#127) Phpdocs for function qtype_sc::get_question_options has incomplete parameters list
(#158) Phpdocs for function qtype_sc::save_question_options has incomplete parameters list
(#357) Phpdocs for function qtype_sc::delete_question has incomplete parameters list
(#371) Phpdocs for function qtype_sc::get_random_guess_score has incomplete parameters list
(#414) Phpdocs for function qtype_sc::get_possible_responses has incomplete parameters list
(#439) Phpdocs for function qtype_sc::move_files has incomplete parameters list
(#449) Phpdocs for function qtype_sc::delete_files has incomplete parameters list
(#507) Phpdocs for function qtype_sc::export_to_xml has incomplete parameters list
(#555) Phpdocs for function qtype_sc::import_from_xml has incomplete parameters list
(#37) Inline phpdocs tag {@link question_hint} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
question/type/sc/renderer.php
(#39) Function qtype_sc_renderer::head_code is not documented
(#317) Function qtype_sc_renderer::get_correctness_image_sconezero is not documented
(#327) Function qtype_sc_renderer::get_correctness_image_aprime_subpoints is not documented
(#360) Function qtype_sc_renderer::get_answer_correctness_image_sconezero is not documented
(#368) Function qtype_sc_renderer::get_answer_correctness_image_aprime_subpoints is not documented
(#449) Function qtype_sc_renderer::number_html is not documented
(#17) No one-line description found in phpdocs for file
(#453) There is no description in phpdocs for function number_in_style
(#50) Phpdocs for function qtype_sc_renderer::formulation_and_controls has incomplete parameters list
(#96) Phpdocs for function qtype_sc_renderer::createrows has incomplete parameters list
(#303) Phpdocs for function qtype_sc_renderer::get_correctness_image has incomplete parameters list
(#340) Phpdocs for function qtype_sc_renderer::get_answer_correctness_image has incomplete parameters list
(#405) Phpdocs for function qtype_sc_renderer::correct_response has incomplete parameters list
(#456) Inline phpdocs tag {@link qtype_sc:;get_numbering_styles()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
question/type/sc/settings.php
(#17) No one-line description found in phpdocs for file
question/type/sc/tests/helper.php
(#39) Function qtype_sc_test_helper::get_test_questions is not documented
(#43) Function qtype_sc_test_helper::get_sc_question_data_question_one is not documented
(#125) Function qtype_sc_test_helper::get_sc_question_form_data_question_one is not documented
(#189) Function qtype_sc_test_helper::get_sc_question_data_question_two is not documented
(#271) Function qtype_sc_test_helper::get_sc_question_form_data_question_two is not documented
(#335) Function qtype_sc_test_helper::get_sc_question_form_data_question_three is not documented
(#415) Function qtype_sc_test_helper::get_sc_question_form_data_question_four is not documented
(#17) No one-line description found in phpdocs for file
question/type/sc/tests/question_test.php
(#37) Function qtype_sc_question_test::make_a_sc_question is not documented
(#17) No one-line description found in phpdocs for file
(#32) No one-line description found in phpdocs for class qtype_sc_question_test
question/type/sc/tests/questiontype_test.php
(#54) Function qtype_sc_test::get_test_question_data is not documented
(#150) Function qtype_sc_test::get_question_saving_which is not documented
(#40) Variable qtype_sc_test::$qtype is not documented
(#17) No one-line description found in phpdocs for file
(#35) No one-line description found in phpdocs for class qtype_sc_test
(#154) There is no description in phpdocs for function test_question_saving_question_one
(#154) Phpdocs for function qtype_sc_test::test_question_saving_question_one has incomplete parameters list
question/type/sc/tests/walkthrough_test.php
(#39) Function qtype_sc_walkthrough_test::start_attempt_at_question is not documented
(#46) Function qtype_sc_walkthrough_test::get_contains_sc_radio_expectation is not documented
(#53) Function qtype_sc_walkthrough_test::make_a_sc_question is not documented
(#17) No one-line description found in phpdocs for file
(#34) No one-line description found in phpdocs for class qtype_sc_walkthrough_test
question/type/sc/version.php
(#17) No one-line description found in phpdocs for file

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(56 errors, 0 warnings)

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

question/type/sc/tests/behat/01_step_1.feature
(#32) Wrong indentation for "Step", expected indentation level of 4, but got 2
(#32) New line at EOF(end of file) is required
question/type/sc/tests/behat/02_step_3_4.feature
(#54) New line at EOF(end of file) is required
question/type/sc/tests/behat/03_step_5_6.feature
(#77) New line at EOF(end of file) is required
question/type/sc/tests/behat/04_step_7.feature
(#82) New line at EOF(end of file) is required
question/type/sc/tests/behat/05_step_8_9_10.feature
(#48) Trailing spaces are not allowed
(#117) Wrong indentation for "scenario tag", expected indentation level of 2, but got 1
(#168) New line at EOF(end of file) is required
question/type/sc/tests/behat/06_step_12.feature
(#27) Trailing spaces are not allowed
(#44) New line at EOF(end of file) is required
question/type/sc/tests/behat/07_step_14.feature
(#83) Trailing spaces are not allowed
(#85) New line at EOF(end of file) is required
question/type/sc/tests/behat/08_step_17.feature
(#15) Trailing spaces are not allowed
(#35) Trailing spaces are not allowed
(#45) Trailing spaces are not allowed
(#61) Trailing spaces are not allowed
(#69) New line at EOF(end of file) is required
question/type/sc/tests/behat/09_step_18_19_20.feature
(#15) Trailing spaces are not allowed
(#59) Trailing spaces are not allowed
(#89) Trailing spaces are not allowed
(#97) Trailing spaces are not allowed
(#98) Trailing spaces are not allowed
(#101) Trailing spaces are not allowed
(#115) Trailing spaces are not allowed
(#138) Trailing spaces are not allowed
(#139) Trailing spaces are not allowed
(#142) Trailing spaces are not allowed
(#156) Trailing spaces are not allowed
(#174) Trailing spaces are not allowed
(#188) Trailing spaces are not allowed
(#216) New line at EOF(end of file) is required
question/type/sc/tests/behat/10_step_21.feature
(#16) Trailing spaces are not allowed
(#17) Trailing spaces are not allowed
(#35) Trailing spaces are not allowed
(#39) Trailing spaces are not allowed
(#66) Trailing spaces are not allowed
(#76) Trailing spaces are not allowed
(#88) New line at EOF(end of file) is required
question/type/sc/tests/behat/11_step_22.feature
(#16) Trailing spaces are not allowed
(#17) Trailing spaces are not allowed
(#101) New line at EOF(end of file) is required
question/type/sc/tests/behat/12_step_23.feature
(#123) Trailing spaces are not allowed
(#170) Trailing spaces are not allowed
(#224) New line at EOF(end of file) is required
question/type/sc/tests/behat/13_step_24_25.feature
(#17) Wrong indentation for "scenario tag", expected indentation level of 2, but got 1
(#52) Trailing spaces are not allowed
(#62) Wrong indentation for "scenario tag", expected indentation level of 2, but got 1
(#112) Trailing spaces are not allowed
(#188) Trailing spaces are not allowed
(#260) New line at EOF(end of file) is required
question/type/sc/tests/behat/14_step_26.feature
(#15) Wrong indentation for "scenario tag", expected indentation level of 2, but got 1
(#63) Wrong indentation for "scenario tag", expected indentation level of 2, but got 1
(#93) New line at EOF(end of file) is required
question/type/sc/tests/behat/15_step_27.feature
(#85) New line at EOF(end of file) is required
question/type/sc/tests/behat/16_step_28_29.feature
(#96) Trailing spaces are not allowed
(#231) New line at EOF(end of file) is required