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

(270 errors, 49 warnings)

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

auth/saml2sso/auth.php
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "componentName" must be all lower-case
(#74) Variable "componentName" must be all lower-case
(#99) Variable "button_path" must not contain underscores.
(#101) Variable "button_path" must not contain underscores.
(#104) Variable "button_name" must not contain underscores.
(#106) Variable "button_name" must not contain underscores.
(#110) Variable "button_name" must not contain underscores.
(#115) Variable "button_name" must not contain underscores.
(#116) Variable "button_path" must not contain underscores.
(#120) Variable "username_attribute" must not contain underscores.
(#131) Variable "username_attribute" must not contain underscores.
(#132) Variable "username_attribute" must not contain underscores.
(#140) Whitespace found at end of line
(#150) Whitespace found at end of line
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Expected "if (...) {\n"; found "if (...){\n"
(#190) Expected "} else {\n"; found "}\n else {\n"
(#205) Expected "if (...) {\n"; found "if(...){\n"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Variable "returnTo" must be all lower-case
(#261) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#262) Whitespace found at end of line
(#263) Whitespace found at end of line
(#264) Variable "returnTo" must be all lower-case
(#267) Variable "returnTo" must be all lower-case
(#268) Variable "returnTo" must be all lower-case
(#268) Whitespace found at end of line
(#271) Expected "} else {\n"; found "}\n else {\n"
(#272) Variable "returnTo" must be all lower-case
(#274) Whitespace found at end of line
(#275) Variable "returnTo" must be all lower-case
(#293) Variable "apply_session_control" must not contain underscores.
(#296) Variable "apply_session_control" must not contain underscores.
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Whitespace found at end of line
(#311) Variable "apply_session_control" must not contain underscores.
(#315) Whitespace found at end of line
(#320) Expected "} else {\n"; found "}\n else {\n"
(#325) Whitespace found at end of line
(#329) Whitespace found at end of line
(#330) Variable "saml_attributes" must not contain underscores.
(#334) Variable "saml_attributes" must not contain underscores.
(#339) Variable "saml_attributes" must not contain underscores.
(#351) Whitespace found at end of line
(#355) Expected "} else {\n"; found "}\n else {\n"
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) No space found before comment text; expected "// If autocreate is not allowed, show error" but found "//If autocreate is not allowed, show error"
(#366) Inline doc block comments are not allowed; use "// Comment." instead
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) Variable "apply_session_control" must not contain underscores.
(#401) Variable "apply_session_control" must not contain underscores.
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) Line exceeds maximum limit of 180 characters; contains 231 characters
(#567) Line exceeds 132 characters; contains 134 characters
(#569) Line exceeds 132 characters; contains 135 characters
(#574) Line exceeds maximum limit of 180 characters; contains 210 characters
(#591) Whitespace found at end of line
(#593) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#597) Line exceeds 132 characters; contains 174 characters
(#605) Expected "} else {\n"; found "}\n else {\n"
(#622) Expected 1 space before "=>"; 0 found
(#622) Expected 1 space after "=>"; 0 found
(#622) Line exceeds 132 characters; contains 135 characters
(#623) Line exceeds 132 characters; contains 133 characters
(#628) Expected "} else {\n"; found "}\n else {\n"
(#629) Line exceeds 132 characters; contains 133 characters
auth/saml2sso/classes/event/not_searchable.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) File must end with a newline character
auth/saml2sso/classes/event/user_kicked_off.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) File must end with a newline character
auth/saml2sso/classes/event/user_migrated.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) File must end with a newline character
auth/saml2sso/classes/privacy/provider.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) File must end with a newline character
auth/saml2sso/classes/task/sync_users.php
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#55) Expected "} else {\n"; found "}\n else {\n"
(#76) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#79) Expected "} else {\n"; found "}\n else {\n"
auth/saml2sso/db/upgrade.php
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Variable "show_tackeover_page" must not contain underscores.
(#52) Variable "show_tackeover_page" must not contain underscores.
(#66) Whitespace found at end of line
auth/saml2sso/lang/en/auth_saml2sso.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// label config strings" but found "//label config strings"
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) No space found before comment text; expected "// _help config strings" but found "//_help config strings"
(#62) Whitespace found at end of line
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// error config strings" but found "//error config strings"
auth/saml2sso/lang/it/auth_saml2sso.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// label config strings" but found "//label config strings"
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) No space found before comment text; expected "// _help config strings" but found "//_help config strings"
(#62) Whitespace found at end of line
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// error config strings" but found "//error config strings"
(#86) Whitespace found at end of line within string
auth/saml2sso/lang/pt_br/auth_saml2sso.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) No space found before comment text; expected "// label config strings" but found "//label config strings"
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) No space found before comment text; expected "// _help config strings" but found "//_help config strings"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// error config strings" but found "//error config strings"
(#60) File must end with a newline character
auth/saml2sso/locallib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Whitespace found at end of line
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) "require_once" must be immediately followed by an open parenthesis
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Whitespace found at end of line
(#95) Variable "known_plugins" must not contain underscores.
(#96) Variable "known_plugins" must not contain underscores.
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#125) File must end with a newline character
auth/saml2sso/settings.php
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) This comment is 50% valid code; is this commented out code?
(#40) Variable "saml2_authplugin" must not contain underscores.
(#59) Variable "field_setting" must not contain underscores.
(#60) Variable "field_setting" must not contain underscores.
(#61) Variable "field_setting" must not contain underscores.
(#62) Variable "field_setting" must not contain underscores.
(#65) Whitespace found at end of line
(#66) Variable "field_setting" must not contain underscores.
(#68) Variable "field_setting" must not contain underscores.
(#69) Variable "field_setting" must not contain underscores.
(#70) Variable "field_setting" must not contain underscores.
(#78) Variable "field_setting" must not contain underscores.
(#80) Variable "field_setting" must not contain underscores.
(#80) Whitespace found at end of line
(#81) Variable "field_setting" must not contain underscores.
(#81) Whitespace found at end of line
(#82) Variable "field_setting" must not contain underscores.
(#82) Whitespace found at end of line
(#83) Whitespace found at end of line
(#87) Whitespace found at end of line
(#88) Variable "field_setting" must not contain underscores.
(#90) Variable "field_setting" must not contain underscores.
(#91) Variable "field_setting" must not contain underscores.
(#92) Variable "field_setting" must not contain underscores.
(#100) Variable "field_setting" must not contain underscores.
(#102) Variable "field_setting" must not contain underscores.
(#103) Variable "field_setting" must not contain underscores.
(#103) Whitespace found at end of line
(#104) Variable "field_setting" must not contain underscores.
(#111) Whitespace found at end of line
(#112) Variable "field_setting" must not contain underscores.
(#119) Variable "field_setting" must not contain underscores.
(#119) Whitespace found at end of line
(#120) Variable "field_setting" must not contain underscores.
(#120) Whitespace found at end of line
(#121) Variable "field_setting" must not contain underscores.
(#121) Whitespace found at end of line
(#122) Whitespace found at end of line
(#125) Whitespace found at end of line
(#126) Whitespace found at end of line
(#127) Variable "field_setting" must not contain underscores.
(#129) Variable "field_setting" must not contain underscores.
(#129) Whitespace found at end of line
(#130) Variable "field_setting" must not contain underscores.
(#130) Whitespace found at end of line
(#131) Variable "field_setting" must not contain underscores.
(#131) Whitespace found at end of line
(#132) Whitespace found at end of line
(#136) Whitespace found at end of line
(#137) Variable "field_setting" must not contain underscores.
(#139) Variable "field_setting" must not contain underscores.
(#139) Whitespace found at end of line
(#140) Variable "field_setting" must not contain underscores.
(#140) Whitespace found at end of line
(#141) Variable "field_setting" must not contain underscores.
(#141) Whitespace found at end of line
(#142) Whitespace found at end of line
(#146) Whitespace found at end of line
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Variable "field_setting" must not contain underscores.
(#154) Variable "field_setting" must not contain underscores.
(#155) Variable "field_setting" must not contain underscores.
(#156) Variable "field_setting" must not contain underscores.
(#162) Variable "field_setting" must not contain underscores.
(#164) Variable "field_setting" must not contain underscores.
(#165) Variable "field_setting" must not contain underscores.
(#166) Variable "field_setting" must not contain underscores.
(#174) Variable "field_setting" must not contain underscores.
(#176) Variable "field_setting" must not contain underscores.
(#177) Variable "field_setting" must not contain underscores.
(#178) Variable "field_setting" must not contain underscores.
(#186) Variable "field_setting" must not contain underscores.
(#188) Variable "field_setting" must not contain underscores.
(#189) Variable "field_setting" must not contain underscores.
(#190) Variable "field_setting" must not contain underscores.
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Whitespace found at end of line
(#215) Variable "field_setting" must not contain underscores.
(#217) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#222) Variable "field_setting" must not contain underscores.
(#223) Variable "field_setting" must not contain underscores.
(#224) Variable "field_setting" must not contain underscores.
(#230) Variable "field_setting" must not contain underscores.
(#232) Variable "field_setting" must not contain underscores.
(#233) Variable "field_setting" must not contain underscores.
(#234) Variable "field_setting" must not contain underscores.
(#240) Variable "field_setting" must not contain underscores.
(#242) Variable "field_setting" must not contain underscores.
(#243) Variable "field_setting" must not contain underscores.
(#244) Variable "field_setting" must not contain underscores.
(#250) Variable "field_setting" must not contain underscores.
(#252) Variable "field_setting" must not contain underscores.
(#253) Variable "field_setting" must not contain underscores.
(#254) Variable "field_setting" must not contain underscores.
(#259) Whitespace found at end of line
(#263) Variable "field_setting" must not contain underscores.
(#265) Variable "field_setting" must not contain underscores.
(#265) Whitespace found at end of line
(#266) Variable "field_setting" must not contain underscores.
(#266) Whitespace found at end of line
(#267) Variable "field_setting" must not contain underscores.
(#267) Whitespace found at end of line
(#268) Whitespace found at end of line
(#272) Whitespace found at end of line
(#275) Variable "saml2_authplugin" must not contain underscores.
(#275) Variable "saml2_authplugin" must not contain underscores.
(#276) Whitespace found at end of line
(#277) Variable "saml2_authplugin" must not contain underscores.
auth/saml2sso/takeover.php
(#58) Expected "} else {\n"; found "}\n else {\n"
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) This comment is 67% valid code; is this commented out code?
(#66) Line indented incorrectly; expected at least 8 spaces, found 0
(#66) Expected 1 space before comment text but found 8; use block comment if you need indentation
auth/saml2sso/version.php
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) File must end with a newline character

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(3 errors, 0 warnings)

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

auth/saml2sso/styles.css
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#4) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(33 errors, 9 warnings)

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

auth/saml2sso/auth.php
(#120) Function auth_plugin_saml2sso::get_attribute_mapping is not documented
(#138) Function auth_plugin_saml2sso::normalize_username is not documented
(#17) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class auth_plugin_saml2sso
(#198) There is no description in phpdocs for function loginpage_hook
(#443) There is no description in phpdocs for function prevent_local_passwords
(#498) There is no description in phpdocs for function can_edit_profile
(#198) Phpdocs for function auth_plugin_saml2sso::loginpage_hook has incomplete parameters list
(#388) Phpdocs for function auth_plugin_saml2sso::do_login has incomplete parameters list
(#498) Phpdocs for function auth_plugin_saml2sso::can_edit_profile has incomplete parameters list
(#514) Phpdocs for function auth_plugin_saml2sso::error_page has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#199) Not recommended phpdocs tag @global used
(#282) Not recommended phpdocs tag @global used
(#282) Not recommended phpdocs tag @global used
(#282) Not recommended phpdocs tag @global used
(#386) Not recommended phpdocs tag @global used
(#386) Not recommended phpdocs tag @global used
(#511) Not recommended phpdocs tag @global used
(#511) Not recommended phpdocs tag @global used
(#511) Not recommended phpdocs tag @global used
auth/saml2sso/classes/event/not_searchable.php
(#19) Function not_searchable::init is not documented
(#25) Function not_searchable::get_name is not documented
(#29) Function not_searchable::get_description is not documented
auth/saml2sso/classes/event/user_kicked_off.php
(#19) Function user_kicked_off::init is not documented
(#25) Function user_kicked_off::get_name is not documented
(#29) Function user_kicked_off::get_description is not documented
auth/saml2sso/classes/event/user_migrated.php
(#19) Function user_migrated::init is not documented
(#25) Function user_migrated::get_name is not documented
(#29) Function user_migrated::get_description is not documented
auth/saml2sso/classes/task/sync_users.php
(#30) Class sync_users is not documented
auth/saml2sso/db/install.php
(#25) Function xmldb_auth_saml2sso_install is not documented
auth/saml2sso/locallib.php
(#54) Function get_known_plugin is not documented
(#14) Constant AUTH_NAME is not documented
(#15) Constant COMPONENT_NAME is not documented
(#20) Constant LOCAL_AUTH_PLUGINS is not documented
(#41) Phpdocs for function can_sync_user has incomplete parameters list
(#89) Phpdocs for function takeover has incomplete parameters list
auth/saml2sso/takeover.php
(#39) Class takeover_users is not documented
(#17) No one-line description found in phpdocs for file
(#70) There is no description in phpdocs for function validation
auth/saml2sso/version.php
(#17) File-level phpdocs block does not have @copyright tag

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

(0 errors, 0 warnings)

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